Documentation Index

Fetch the complete documentation index at: https://www.bloxs.io/llms.txt

Use this file to discover all available pages before exploring further.

Get a list of teams for complexes

Prev Next
Get
/api/v1/realestateobjects/complexes/teams

Get a list of teams for complexes

Get a list of teams for complexes

This endpoint retrieves the supplier team configured for a complex.

A supplier team is a predefined set of preferred suppliers, or relations, that Bloxs users set up in advance for a complex to cover specific activities or service needs.

Integrators typically call this endpoint while handling a service ticket for the complex, whether the ticket is linked to the complex directly or indirectly through one of its units or sections, so the reported issue can be routed to the correct supplier without needing to know the underlying setup.


Request Fields

Field

Type

Required

Description

reference

string

Conditional

Internal identifier of the complex. Either reference or externalIdentifier must be provided. If both are given, the complex must match both values.

externalIdentifier

string

Conditional

External identifier of the complex, as set by the integrating system. Either reference or externalIdentifier must be provided. If both are given, the complex must match both values.


Response Fields

Field

Type

Required

Description

supplierReference

string

No

Internal identifier of the supplier assigned to the team.

supplierType

string

No

Name of the supplier type assigned to this team entry. Supplier type values are configurable in the Bloxs admin module.

description

string

No

Description of the supplier type, for example contractor, roofer, or glazier.

Security
Query parameters
reference
string

The internal identifier of the model (i.e. Reference, Code, Name, depends on model).

externalIdentifier
string

The external API identifier of the model.

Responses
200

OK

Array of object
object
supplierReference
string | null
supplierType
string | null
description
string | null