Skip to main content

Retrieve parameters for a specific application

Retrieve a list of parameters for a specific application by providing its ID.

Path Parameters
id integer REQUIRED

The ID of the application.

Responses
200

Parameters retrieved successfully.

Schema OPTIONAL
object[]
name string OPTIONAL

The name of the parameter.

value string OPTIONAL

The value of the parameter.

secret boolean OPTIONAL

Indicates whether the parameter is a secret.