Metadata
Learn how to work with metadata using the Alphamoon REST API
Filter collections by the value
{"printed": "yes"}{
"collections": [
{
"id": "191719e01ae84f02993168ef95be3c49",
"name": "Invoice example.pdf",
"files": [
{
"id": "0164f04d3a1e4138b73bb84695395871",
"collectionId": "191719e01ae84f02993168ef95be3c49",
"name": "Invoice example.pdf",
"status": "Accepted",
"progress": 100,
"numberOfPages": 1,
"createdAt": "2024-04-15T15:03:38Z",
"updatedAt": "2024-04-16T12:29:07Z",
"metadata": {}
}
],
"priority": false,
"split": false,
"status": "Accepted",
"progress": 100,
"numberOfPages": 1,
"processId": "93580f176efb48cda64f25cba74d8ca4",
"createdAt": "2024-04-15T15:03:38Z",
"updatedAt": "2024-04-29T12:56:52Z",
"metadata": {
"printed": "yes"
},
"availableForTraining": true,
"duplicates": []
}
],
"pagination": {
"offset": 0,
"limit": 100,
"total": 1
}
}Filter collections by key
Last updated