curl --location --request GET 'https://api.synap.ac/v3/pdf-annotations?collectionItem=&limit=&offset='{
"data": [
{
"id": "FID001",
"type": "PdfAnnotation",
"attributes": {
"collectionItemId": "string",
"pageNumber": 0,
"body": {
"strokes": [
{
"points": [
{
"x": 0,
"y": 0
}
],
"color": "string",
"width": 0,
"mode": "pen",
"textSnapMode": true,
"textSnapData": {
"baseline": 0,
"height": 0,
"lineEndX": 0
}
}
],
"textAnnotations": [
{
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"text": "string",
"color": "string",
"fontSize": 0
}
],
"pageWidth": 0,
"pageHeight": 0
}
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
],
"meta": {
"total": 0,
"totalWithoutFilters": 0,
"pages": 0,
"page": 0,
"offset": 0,
"limit": 0,
"totalCount": 0,
"resultCount": 0,
"totalPages": 0,
"currentPage": 0
}
}