Querying DSEs
Last updated
Last updated
This page shows some examples on how to use the dScribe API to query 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.
The response will look something like this.
Note the last page argument in the metadata object. We added it for your convenience to check if more assets need to be fetched.
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.
For some integrations it might be useful to only fetch one asset.
Give a response like so:
Get a (paginated) list of the dses you have documented in dScribe
Successful operation
Get a (paginated) list of the dses you have documented in dScribe based on the defined filters
The filters passed to the request.
Successful operation
Get a dse based on the passed id
Successful operation
use the id of the parent dse if the you want to display the dses hierarchically within dScribe
Accepted values are primary, foreign and unique
Convenience property exposed to help you determine if the DSE has a parent
Assets the DSE is linked too
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