Contains information about usage of various operations. The value of signatureRequests contains information on the number of signature requests available and how many of them are used.
Number of signature requests raises only when package of signature requests is bought.
| URL | https://apidev.okdokument.com/JSON/counter |
| Method | GET |
| Authentication | Header x-api-key |
| Response Type | application/json |
HTTP- Click to view HTTP code snippet
GET /JSON/counter HTTP/1.1
Host: localhost:8080
x-api-key: 7796b696_bd2b1aaf7ef4f09be9f52ce2d8d599674d81aa9d6a4421696dc4d93dd0619d682ce56b4d64a9ef097761ced99e0f67265b5f76085e5b0ee7ca4696b2ad6fe2b2Response description #
| Status code | Description |
| 200 OK | Success response |
| 401 Unauthorized | When user is not authenticated |
| 403 Forbidden | When user lacks required permissions |
| 500 Internal Server Error | Server processing error |
The answer is information about the number of operations in JSON Format.
Example of success response
{
"actual": {
"abc.storedFiles": "45",
"abc.deleted.f": "40",
"abc.usedSignatureRequests": "45",
"abc.downloaded": "39",
"abc.availableSignatureRequests": "35"
},
"downloaded": {
"2022.5.abc": "20"
},
"files": {
"2022.5.abc": "22"
},
"deleted.f": {
"2022.5.abc": "15"
},
"signatureRequests": {
"2022.5.abc": "22"
}
}