Returns all custom field definitions.
The ‘linkedProjectIds’ property will only be included when the ‘includeLinkedProjectIds’ parameter is set to ‘true’.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
includeLinkedProjectIds
Whether to also include the linked project ids.
Response
OK
id
The id of the custom field definition.
name
The name of the custom field definition.
entity
The entity the custom field definition can be linked to.
Allowed values:
type
The type of the custom field definition.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
selectionOptions
The selection options for this custom field definition.
linkedProjectIds
The linked project ids for this custom field definition.