Custom Property
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all custom property sources
Required API key scopes
account:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /custom_property_sourcesExample response
Status 200
RESPONSE
Create custom property sources
Required API key scopes
account:writeRequest parameters
- definitionstring
- saved_querystringnull
- external_data_schemastringnull
- source_columnstringnull
- column_property_map
- key_columnstring
- is_enabledbooleanDefault:
true
Response
Example request
POST /api /projects /:project_id /custom_property_sourcesExample response
Status 201
RESPONSE
Retrieve custom property sources
Required API key scopes
account:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /custom_property_sources /:idExample response
Status 200
RESPONSE
Update custom property sources
Required API key scopes
account:writePath parameters
- idstring
Request parameters
- source_columnstring
- key_columnstring
- is_enabledboolean
Response
Example request
PATCH /api /projects /:project_id /custom_property_sources /:idExample response
Status 200
RESPONSE
Delete custom property sources
Required API key scopes
account:writePath parameters
- idstring
Example request
DELETE /api /projects /:project_id /custom_property_sources /:id