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
  }
}

Changes