v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Custom Fields

List all authorized values

🔑

Required OAuth scope: customFields:read.

Lists all authorized values for the given custom field.

get/api/v2/custom-fields/{customFieldId}/authorized-values

Path parameters

customFieldIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of the custom field.

Headers

360-api-version'v2.0' required

The version of the API.

Response

Returns all authorized values for the given custom field.

string[] required

The date format is YYYY-MM-DD (ISO 8601 in Coordinated Universal Time (UTC)).

OR
string[] required

Example response

[
  "2024-06-30"
]