Connections API
Retrieve a list of connections or a specific connection by ID, with optional filters for entity ID, entity type, or external ID.
Optional ID of the connection to retrieve.
Optional ID of an entity to filter connections (e.g., TEAM, PERSON, LABEL, SPACE, ROOM, or ZONE ID).
Optional type of entity to filter connections.
Optional external ID to filter connections (matches external_id of PERSON or TEAM entities in connection_from_entity or connection_to_entity).
Number of items to skip for pagination.
0Maximum number of items to return.
25Field to sort by (e.g., strength, connection_from_entity.connection_entity_id).
Sort order, 'asc' or 'desc'.
ascPossible values: OK
Bad Request
Create multiple new connections.
Created
Bad Request
Update multiple existing connections.
OK
Bad Request
Not Found
Delete multiple connections by their IDs.
OK
Bad Request
Not Found
Retrieve a list of labels or a specific label by ID.
Optional ID of the label to retrieve.
Number of items to skip for pagination.
0Maximum number of items to return.
25Field to sort by (e.g., name, type).
Sort order, 'asc' or 'desc'.
ascPossible values: OK
Bad Request
Create multiple new labels.
Created
Bad Request
Update multiple existing labels.
OK
Bad Request
Not Found
Delete multiple labels by their IDs.
OK
Bad Request
Not Found
Retrieve a list of label mappings or a specific mapping by ID, with optional filters for label ID, entity ID, entity type, or external ID.
Optional ID of the mapping to retrieve.
Optional ID of a label to filter mappings.
Optional ID of an entity to filter mappings (e.g., TEAM, PERSON, LABEL, SPACE, ROOM, or ZONE ID).
Optional type of entity to filter mappings.
Optional external ID to filter mappings (matches external_id of PERSON or TEAM entities).
Number of items to skip for pagination.
0Maximum number of items to return.
25Field to sort by (e.g., label_id, entity_id).
Sort order, 'asc' or 'desc'.
ascPossible values: OK
Bad Request
Create multiple new label mappings.
Created
Bad Request
Update multiple existing label mappings.
OK
Bad Request
Not Found
Delete multiple label mappings by their IDs.
OK
Bad Request
Not Found
Last updated
Was this helpful?