This object allows you to export specific data sets from Kantata OX. You can view the full schema of available data sets using this endpoint.
To use this endpoint, you need to be an account administrator.
Returns a list of the available data sets to export—as well as the respective available columns within each data set, which could include custom fields. The response will include unique key
values for each individual data set and for each column. You will need to properly pass these keys in when you generate your data export.
A list of objects have been retrieved.
object The | |
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "datasets": {
- "property1": {
- "key": "string",
- "display_name": "string",
- "columns": [
- {
- "key": "string",
- "display_name": "string",
- "description": "string",
- "type": "string"
}
]
}, - "property2": {
- "key": "string",
- "display_name": "string",
- "columns": [
- {
- "key": "string",
- "display_name": "string",
- "description": "string",
- "type": "string"
}
]
}
}
}