Consumption
Get Electronic Seals consumption records
Returns the list of Electronic Seal consumption records.
get/consumptions/records/electronic_seals
Query parameters
afterstring
After cursor (pagination)
limitinteger
The limit of items count to retrieve.
created_atobject
Filter by date of creation.
Filter by created_at. Allowed operators: between, before, after. Format: yyyy-mm-dd Examples:
- created_at[between]=2025-03-02,2025-03-04
- created_at[after]=2025-03-02
Response
OK
Example response
{
"data": [
{
"seal_id": "0e8f7f8a-1b2c-4d3e-9f0a-b1c2d3e4f5a6",
"document_id": "37646975-7e73-41f1-be7f-f4d85d181d03",
"seal_level": "electronic_signature",
"created_at": "2024-05-01 12:00:00",
"source": "app",
"external_id": "ext-12345",
"certificate_id": "6c82bd7a-d7f7-45e0-82f4-b92222567346",
"workspace_id": "9b6ed2f3-244f-487a-baa1-bbe4f51c8748",
"authentication_key": "authkey_live_2x1s3k9p",
"workspace_name": "My workspace",
"workspace_external_name": "My workspace"
}
]
}