Introduction

We are listing the available API endpoints for habitate.io. These can be used to build additional feature and create linked services around your community.

In case you need more help you can get in touch with the team, developer-support at habitate.io

Change display order

Endpoint

PATCH /api/v1/boards/reorder

Body parameters

Name Type Req? Comments
display_order Map Y Map of board Id associated with the display order starting at 1.

sample payload

{
  "display_order": {
    "1": 2,
    "2": 1,
    "3": 3
  }
}

Response parameters

{
  "message": "OK"
}