v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Resource Types

Get resource types

Retrieve a list of resource types based on provided filters

Required scopes: flex.space.resourceTypes.read

get/api/v2/organizations/{orgSlug}/resource-types

Path parameters

orgSlugstring required

organization slug

Query parameters

_idstring[]

Filter by the _id of the resource type.

typestring[]

Filter by the type of the resource type(s).

$selectstring

Select fields to return

$cursorNextstring
$cursorPrevstring
$limitnumber

Response

rangeStartnumber
rangeEndnumber
cursorNextstring
cursorPrevstring

Example response

{
  "results": [
    {
      "_id": "5e37ebbc5bc88201b7aa5145",
      "title": "Private office",
      "type": "team_room",
      "icon": "fa-building",
      "canBook": true,
      "canAssign": true,
      "isPrimary": true,
      "isHierarchical": true
    }
  ]
}