diff --git a/_docs/readme.md b/_docs/readme.md index c6dbd40..1593b22 100644 --- a/_docs/readme.md +++ b/_docs/readme.md @@ -183,12 +183,45 @@ endpoint: POST `/queryHistory` ] ``` +# queryAll + +endpoint: POST `/queryAll` + +##### Request body: + +```json +{} +``` + +#### Response body: + +```json +[ + { + "id": "string", + "hash": "string", + "timestamp": "string", + "limitedSigners": "number", + "subject": "string", + "version": "number", + "publishStatus": "string", + "signStatus": "string", + "authSignatures": "array", + "burnSignatures": "array", + "docType": "string", + "publisher": "object" + } +] +``` + --- -## Event Broker +--- --- +# Event Broker + # notify endpoint: POST `/notify`