Custom Property
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET |
List all environments custom property definitions
Required API key scopes
account:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /environments /:environment_id /custom_property_definitionsExample response
Status 200
RESPONSE
Create environments custom property definitions
Required API key scopes
account:writeRequest parameters
- namestring
- descriptionstringnull
- display_type
- target_typeDefault:
account - is_big_numberbooleanDefault:
false - optionsarraynull
Response
Example request
POST /api /environments /:environment_id /custom_property_definitionsExample response
Status 201
RESPONSE
Retrieve environments custom property definitions
Required API key scopes
account:readPath parameters
- idstring
Response
Example request
GET /api /environments /:environment_id /custom_property_definitions /:idExample response
Status 200
RESPONSE
Update environments custom property definitions
Required API key scopes
account:writePath parameters
- idstring
Request parameters
- namestring
- descriptionstringnull
- display_type
- target_typeDefault:
account - is_big_numberbooleanDefault:
false - optionsarraynull
Response
Example request
PATCH /api /environments /:environment_id /custom_property_definitions /:idExample response
Status 200
RESPONSE
Delete environments custom property definitions
Required API key scopes
account:writePath parameters
- idstring
Example request
DELETE /api /environments /:environment_id /custom_property_definitions /:idExample response
Status 204 No response body
Retrieve environments custom property definitions values
Query parameters
- keystring
- valuestring
Response
Example request
GET /api /environments /:environment_id /custom_property_definitions /valuesExample response
Status 200
RESPONSE
List all custom property definitions
Required API key scopes
account:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /custom_property_definitionsExample response
Status 200
RESPONSE
Create custom property definitions
Required API key scopes
account:writeRequest parameters
- namestring
- descriptionstringnull
- display_type
- target_typeDefault:
account - is_big_numberbooleanDefault:
false - optionsarraynull
Response
Example request
POST /api /projects /:project_id /custom_property_definitionsExample response
Status 201
RESPONSE
Retrieve custom property definitions
Required API key scopes
account:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /custom_property_definitions /:idExample response
Status 200
RESPONSE
Update custom property definitions
Required API key scopes
account:writePath parameters
- idstring
Request parameters
- namestring
- descriptionstringnull
- display_type
- target_typeDefault:
account - is_big_numberbooleanDefault:
false - optionsarraynull
Response
Example request
PATCH /api /projects /:project_id /custom_property_definitions /:idExample response
Status 200
RESPONSE
Delete custom property definitions
Required API key scopes
account:writePath parameters
- idstring
Example request
DELETE /api /projects /:project_id /custom_property_definitions /:idExample response
Status 204 No response body
Retrieve custom property definitions values
Query parameters
- keystring
- valuestring
Response
Example request
GET /api /projects /:project_id /custom_property_definitions /valuesExample response
Status 200
RESPONSE