Enrichment datasets
Enrichment datasets add additional detail to provisions of a work.
List enrichment datasets
get
API for fetching details of enrichment datasets that contain provision-level enrichments for works.
Authorizations
sessionidstringRequired
Query parameters
pageintegerOptional
A page number within the paginated result set.
page_sizeintegerOptional
Number of results to return per page.
updated_at__gtestring · date-timeOptional
updated_at__ltestring · date-timeOptional
Responses
200Success
application/json
countintegerOptionalExample:
123nextstring · nullableOptional
previousstring · nullableOptional
get
/v3/enrichment-datasets200Success
Get details of an enrichment dataset
get
API for fetching details of enrichment datasets that contain provision-level enrichments for works.
Authorizations
sessionidstringRequired
Path parameters
idintegerRequired
A unique integer value identifying this enrichment dataset.
Responses
200Success
application/json
Summary of the details of an enrichment dataset, without the enrichments.
idintegerRead-onlyRequired
namestring · max: 2048Required
Name of this dataset
descriptionstringRequired
Description of this dataset
urlstring · uriRead-onlyRequired
URL for the dataset's content
created_atstring · date-timeRead-onlyRequired
Date and time of creation
updated_atstring · date-timeRead-onlyRequired
Date and time of last update
get
/v3/enrichment-datasets/{id}200Success
Last updated