Skip to content

Commit 8cc3cb6

Browse files
committed
Update documentation.
1 parent 280665b commit 8cc3cb6

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Markdowns/1. Server API/9. Publications.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Publications
22

3+
```{note}
4+
The endpoints documented in this page don't need authentication as they are published data.
5+
```
6+
37
## Collection Publications
48

59
### Get the information about a publication
@@ -122,6 +126,22 @@ The IIIF manifest of the published image set.
122126

123127
## Annotation Set Publications
124128

129+
### Get the data of a publication
130+
131+
```
132+
GET /publications/annotation-sets/{publication_id}/json
133+
```
134+
135+
Get a published annotation set data by its publication ID.
136+
137+
#### URL parameters
138+
139+
- `publication_id`: The ID of the publication.
140+
141+
#### Response
142+
143+
The annotation set object containing all annotation objects from the annotation set.
144+
125145
### Get the IIIF manifest of a publication
126146

127147
```

0 commit comments

Comments
 (0)