GET
/
floors
/
{id}
curl --request GET \
  --url https://app.planpoint.io/api/floors/{id} \
  --header 'Authorization: <api-key>'
{
  "_id": "<string>",
  "project": "<string>",
  "units": [
    "objectId"
  ],
  "name": "<string>",
  "position": 123,
  "floorplanUrl": "<string>",
  "path": "<string>",
  "alternativePaths": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Floor ID

Example:

"objectId"

Response

200
application/json
Successful operation

The response is of type object.