Schema Property
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all schema property groups
Required API key scopes
event_definition:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /schema_property_groupsExample response
Status 200
RESPONSE
Create schema property groups
Required API key scopes
event_definition:writePath parameters
- project_idstring
Request parameters
- namestring
- descriptionstring
- propertiesarray
Response
Example request
POST /api /projects /:project_id /schema_property_groupsExample response
Status 201
RESPONSE
Retrieve schema property groups
Required API key scopes
event_definition:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /schema_property_groups /:idExample response
Status 200
RESPONSE
Update schema property groups
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- descriptionstring
- propertiesarray
Response
Example request
PATCH /api /projects /:project_id /schema_property_groups /:idExample response
Status 200
RESPONSE
Delete schema property groups
Required API key scopes
event_definition:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /schema_property_groups /:id