diff --git a/API.md b/API.md index 2a01ead..5d2f478 100644 --- a/API.md +++ b/API.md @@ -113,6 +113,32 @@ Get complet entry with metadata, document list and link list and raw field names } ``` +# bulk +Get multiple entries at once +`curl -s -d '{"token":"MYSECRETTOKEN"}' https://my.domain/v1/bulk/d123,d124,d125` + + +```json +[ + { + "success": 1, + "id": "D123", + ... + }, + { + "success": 1, + "id": "D124", + ... + }, + { + "success": 1, + "id": "D125", + ... + } +] +``` + + # list Get list of all entries.