For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Structure Versions

Show data structure version by structure ID and version

get

Retrieves the specified data structure version (or 'latest') with enrichment for the current user.

Path parameters
data_structure_idintegerRequired

Data structure ID

idstringRequired

Version (number or 'latest')

Responses
200

Data structure version

application/json
get/api/data_structures/{data_structure_id}/versions/{id}

Show data structure version by version ID

get

Retrieves the data structure version identified by its version ID, including enrichment for the current user.

Path parameters
idintegerRequired

Data structure version ID

Responses
200

Data structure version

application/json
get/api/data_structure_versions/{id}

Last updated