{
  "data": {
    "maxResults": 2,
    "startAt": 1,
    "total": 5,
    "isLast": false,
    "values": [
      {
        "id": 84,
        "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/84",
        "name": "scrum board",
        "type": "scrum"
      },
      {
        "id": 92,
        "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/92",
        "name": "kanban board",
        "type": "kanban"
      }
    ]
  }
}