v1

latestOpenAPI 3.0.02026-07-26392662.9 KB
Custom Field Values

List custom field values for an organisation

get/v1/workspaces/{workspaceUuid}/organisations/{organisationUuid}/custom-fields

Path parameters

workspaceUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

The UUID of the workspace

organisationUuidstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

The UUID of the organisation

Response

A list of custom field values

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "field_identifier": "industry",
      "field_key": "industry",
      "field_type": "text",
      "value": "Technology",
      "source": "manual",
      "updated_at": "2024-01-01T00:00:00Z"
    }
  ]
}