This page shows some examples on how to use the dScribe API to query dses.
Get DSEs
This endpoint will list your available dses. The query is paginated to the first 15 items. You can use the page and pageSize params to adjust this to your needs.
If you want a bit more control on the dses that are returned, you can use the search endpoint. You can search on dataset_id (so the asset the dse is linked too), the parent DSE or the name.
use the id of the parent dse if the you want to display the dses hierarchically within dScribe
key_constraintstring
Accepted values are primary, foreign and unique
is_leafboolean
Convenience property exposed to help you determine if the DSE has a parent
assetsarray of string
Assets the DSE is linked too
dataset_idstring
The dataset id the dse is linked too. If the DSEs are created together with the dataset (via POST /api/assets), it will automatically use the created dataset id
descriptionstring
Request
Response
List existing dses
Get a (paginated) list of the dses you have documented in dScribe
GEThttps://__tenant__.dscribedata.com/api/dses
Authorization
Query parameters
Response
Successful operation
Body
metadataMetadata (object)
resultsarray of Dse (object)
Request
Response
Search through existing dses
Get a (paginated) list of the dses you have documented in dScribe based on the defined filters