Data Structure Versions
Path parameters
data_structure_idintegerRequired
Data structure ID
idstringRequired
Version (number or 'latest')
Responses
200
Data structure version
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/api/data_structures/{data_structure_id}/versions/{id}
Path parameters
idintegerRequired
Data structure version ID
Responses
200
Data structure version
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/api/data_structure_versions/{id}
Last updated