v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Collections

List all collections

post/collections.list

Request body

offsetnumber
limitnumber

Example request

{
  "limit": 25
}

Response

OK

Example response

{
  "data": [
    {
      "name": "Human Resources",
      "index": "P",
      "color": "#123123"
    }
  ],
  "pagination": {
    "limit": 25
  }
}