-
Notifications
You must be signed in to change notification settings - Fork 1
Discovery Page
Jana Rajakumar edited this page Feb 21, 2018
·
3 revisions
Reference: https://iiif.library.utoronto.ca/presentation/v2/#!/Discovery_ActivityStreams/Discovery1Get
Reference: https://github.com/IIIF/discovery/blob/crawling/source/api/harvest/0.1/index.md
A specific Discovery Page
can be viewed at /discovery-{pageNumber}
.
(Example):
{
"@context": [
"http://iiif.io/api/presentation/3/context.json",
"https://www.w3.org/ns/activitystreams"
],
"id": "http://localhost:8000/discovery-1",
"label": "University of Toronto IIIF Discovery Collection: Page-1",
"type": "CollectionPage",
"total": 394,
"count": 20,
"partOf": {
"id": "http://localhost:8000/discovery",
"type": "Collection"
},
"next": {
"id": "http://localhost:8000/discovery-2",
"type": "CollectionPage"
},
"items": [
{
"id": "http://localhost:8000/activity/5a381fe63b0eb74d720584d6",
"type": "Create",
"object": {
"id": "http://localhost:8000/b28928118/annotation/8d2ad60b-1ca6-4a80-a0b1-b3aca48a62a1",
"type": "oa:Annotation"
},
"actor": "staff2",
"startTime": "2017-12-18T15:07:02.731",
"endTime": "2017-12-18T15:07:02.993"
},
{
"id": "http://localhost:8000/activity/5a381fe73b0eb74d720584d8",
"type": "Create",
"object": {
"id": "http://localhost:8000/b28928118/list/0",
"type": "sc:AnnotationList"
},
"actor": "staff2",
"startTime": "2017-12-18T15:07:02.995",
"endTime": "2017-12-18T15:07:03.032"
}
}