Skip to main content
Version: Next

API Reference V2.0.0 [BETA]

caution

You are currently looking at a work in progress version of the Relynk API V2.0.0. Consider the underlying APIs and messaging formats as stable, but many APIs are will be added over time. If you feel anything is missing or face any issues please reach out to support@relynk.io.

Relynk API (2.0.0_beta)

Download OpenAPI specification:Download

customers

get list of customers

Authorizations:
BearerAuthApiKeyAuth
query Parameters
limit
integer (Limit) [ 1 .. 500 ]

limit the number returned

offset
integer (Offset) >= 0

offset the returned list

order
string (Order)
Enum: "asc" "desc"

order the returned list

sort
string
Value: "name"

sort the returned list

name
string

filter by name

id
string <uuid>

filter by id

name__contains
string

filter by name contains

Responses

Response samples

Content type
application/json
[
  • {
    }
]

spaces

get list of spaces

Authorizations:
BearerAuthApiKeyAuth
query Parameters
customerId
required
string <uuid>

filter by customer id

limit
integer (Limit) [ 1 .. 500 ]

limit the number returned

offset
integer (Offset) >= 0

offset the returned list

order
string (Order)
Enum: "asc" "desc"

order the returned list

sort
string
Enum: "id" "name"

sort the returned list

name
string

filter by name

name__contains
string

filter by name contains

id
string <uuid>

filter by id

type
string

filter by type

subtype
string

filter by subtype

levelNumber
integer

filter by level number

isPartOfSpaceId
string <uuid>

filter by is part of space id

path__contains
string

filter by path contains

includeOptionalFields
Array of strings
Items Enum: "hasPartSpaceIds" "isLocationOfAssetIds" "isLocationOfBuildingElementIds" "hasGeometryIds" "hasFileIds" "hasPointIds" "isFedByAssetIds" "isOwnedByAgentIds" "includedByCollectionIds" "meteredByAssetIds"

include optional fields

Responses

Response samples

Content type
application/json
[
  • {
    }
]

get status of spaces

Authorizations:
BearerAuthApiKeyAuth
query Parameters
customerId
required
string <uuid>

filter by customer id

limit
integer (Limit) [ 1 .. 500 ]

limit the number returned

offset
integer (Offset) >= 0

offset the returned list

order
string (Order)
Enum: "asc" "desc"

order the returned list

sort
string
Enum: "id" "name"

sort the returned list

name
string

filter by name

name__contains
string

filter by name contains

id
string <uuid>

filter by id

type
string

filter by type

subtype
string

filter by subtype

levelNumber
integer

filter by level number

isPartOfSpaceId
string <uuid>

filter by is part of space id

path__contains
string

filter by path contains

includeOptionalFields
Array of strings
Items Enum: "name" "occupancy" "occupancyCount" "temperature" "humidity" "co2" "todaysBookingEvents"

include status fields

Responses

Response samples

Content type
application/json
[
  • {
    }
]