Skip to main content

Retrieve a specific parameter for an application

Retrieve a specific parameter for an application by providing its ID and the parameter name.

Path Parameters
id integer REQUIRED

The ID of the application.

name string REQUIRED

The name of the parameter.

Responses
200

Parameter retrieved successfully.

Schema OPTIONAL
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.