List of operations
This endpoint is deprecated.
POST
/api/RPC.common.Api.ListOperation.get?token=<TOKEN>Parameters
| Field | Type | Description |
|---|---|---|
typerequired | String | Operation type |
from_daterequired | String | From date |
to_daterequired | String | To date |
Request example
Request:
{
"data" : [
{
"type" : "receipt",
"from_date" : "2026-09-01",
"to_date" : "2026-09-30"
}
]
}cURL
Request:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -d '{ "data" : [ { "type" : "receipt", "from_date" : "2026-09-01", "to_date" : "2026-09-30" } ]}' "https://<DOMAIN_NAME>/api/RPC.common.Api.ListOperation.get?token=<TOKEN>"Response example