v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v3] Approval

List approval

Get approval list by filters

post/v3/approval/list

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Request body

fromstring required

Date of start

tostring required

Date of end

pageinteger

Page number for pagination

limitinteger

Number of items per page

Example request

{
  "from": "2025-06-09",
  "to": "2025-06-15",
  "userIds": [],
  "statuses": [],
  "page": 1,
  "limit": 25
}

Response

OK