Docs
Get Collaborator Properties
GET /organizations/{organizationId}/collaborator-properties
GET
/organizations/{organizationId}/collaborator-propertiesRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Returns all collaborator properties for the organization, including archived properties. Properties are the reusable field definitions that can be assigned to collaborator types.
Requires OrganizationAdmin permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization to list properties for. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | Property ID. |
| name | string | Display name. |
| type | string | Property type: `Text`, `Select`, `Number`, `Date`, `Checkbox`, or `Link`. |
| isArchived | bool | Whether the property is archived. |
| options | array| null | Available options (Select properties only). |
Options
| Field | Type | Description |
|---|---|---|
| label | string | Option display label. |