latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Project Variables

Get list of project variables

Retrieve a list of objects representing the user-defined variables within a project.

get/projects/{projectId}/variables

Path parameters

projectIdstring required

Response

idstring required

The identifier of ProjectVariable

created_atstring date-time nullable required

The creation date

updated_atstring date-time nullable required

The update date

namestring required

Name of the variable

attributesobject required

Arbitrary attributes attached to this resource

valuestring

Value of the variable

is_jsonboolean required

The variable is a JSON string

is_sensitiveboolean required

The variable is sensitive

visible_buildboolean required

The variable is visible during build

visible_runtimeboolean required

The variable is visible at runtime

application_scopestring[] required

Applications that have access to this variable