Data structures
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the team whose data structures will be retrieved.
123The value that will be used to sort returned entities by.
The value of entities you want to skip before getting entities you need.
The sorting order. It accepts the ascending and descending direction specifiers.
Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the team in which the data structure will be created.
The name of the data structure. The maximum length of the name is 128 characters.
Set to true to enforce strict validation of the data put in the data structure. With the strict validation enabled, the data structure won't store data that don't fit into the structure and the storing module will return an error.
The default value of this parameter is false. With the default setting, the modules using the data structure will process data that don't conform to the data structure.
trueSuccessful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The data structure ID. Get the dataStructureId with the list data structures endpoint.
1459Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The data structure ID. Get the dataStructureId with the list data structures endpoint.
1459Confirms the deletion if a data structure is included in at least one scenario. Confirmation is required because the scenario will stop working without the data structure. If the parameter is missing or it is set to false an error code is returned and the resource is not deleted.
trueSuccessful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The data structure ID. Get the dataStructureId with the list data structures endpoint.
1459The name of the data structure. The maximum length of the name is 128 characters.
Set to true to enforce strict validation of the data put in the data structure. With the strict validation enabled, the data structure won't store data that don't fit into the structure and the storing module will return an error.
The default value of this parameter is false. With the default setting, the modules using the data structure will process data that don't conform to the data structure.
falseSuccessful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The data structure ID. Get the dataStructureId with the list data structures endpoint.
1459The name of the data structure clone. The maximum length of the name is 128 characters.
The ID of the team that should use the data structure clone. If you don't specify the targetTeamId Make clones the data structure in the original team.
Successful response
Successful response
Last updated

