We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280665b commit 8cc3cb6Copy full SHA for 8cc3cb6
1 file changed
Markdowns/1. Server API/9. Publications.md
@@ -1,5 +1,9 @@
1
# Publications
2
3
+```{note}
4
+The endpoints documented in this page don't need authentication as they are published data.
5
+```
6
+
7
## Collection Publications
8
9
### Get the information about a publication
@@ -122,6 +126,22 @@ The IIIF manifest of the published image set.
122
126
123
127
## Annotation Set Publications
124
128
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
125
145
### Get the IIIF manifest of a publication
146
147
```
0 commit comments