Returns all custom field definitions for a project.

Permissions: The user either needs to have the project master data read permission or needs to have access to at least one task in the project.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired

The id of the project.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK

idUUIDOptional

The id of the custom field definition.

namestring or nullOptional

The name of the custom field definition.

entityenumOptional

The entity the custom field definition can be linked to.

Allowed values:
typeenumOptional

The type of the custom field definition.

createdOndatetimeOptional

The date this entity was created.

createdByUUIDOptional

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedByUUIDOptional

The id of the user who last modified this entity.

selectionOptionslist of objectsOptional

The selection options for this custom field definition.

linkedProjectIdslist of UUIDsOptional

The linked project ids for this custom field definition.