v1
latestOpenAPI 3.0.02026-08-062441107.9 KBDataTypes
Get all data-types
Get all data-types. The parameter 'IncludePreviousVersions' may be used to return either the most recent versions of the data-types or all possible versions of each data-type.
get/data-types
Query parameters
includePreviousVersionsboolean
Unless includePreviousVersions is true the response will return only the latest version of each specification.
Headers
slb-data-partition-idstring required
Data partition id.
Response
Retrieved data-types successfully.
Example response
[
{
"id": "decline-curves",
"name": "decline-curves",
"description": "Decline Curves",
"version": 1,
"fileSpecs": [
{
"extension": "json"
}
]
},
{
"id": "facility-constraints",
"name": "facility-constraints",
"description": "Facility Constraints",
"version": 1,
"fileSpecs": [
{
"extension": "json"
}
]
}
]