v1
latestOpenAPI 3.0.12026-08-041753011.2 MBCustom fields
Get custom fields on a project
get/v1/workspaces/{workspaceId}/projects/{projectId}/custom-fields
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
projectIdstring required
Represents a project identifier across the system.
Example:5b641568b07987035750505e
Represents a project identifier across the system.
Query parameters
status'INACTIVE' | 'VISIBLE' | 'INVISIBLE'
If provided, you'll get a filtered list of custom fields that matches the provided string with the custom field status.
entity-typestring
If provided, you'll get a filtered list of custom fields that matches the provided string with the custom field entity type.
Response
OK
Example response
[
{
"allowedValues": [
"New York",
"London",
"Manila",
"Sydney",
"Belgrade"
],
"description": "This field contains a location.",
"entityType": "USER",
"id": "44a687e29ae1f428e7ebe305",
"name": "location",
"placeholder": "Location",
"projectDefaultValues": [
{
"projectId": "5b641568b07987035750505e",
"status": "VISIBLE"
}
],
"status": "VISIBLE",
"type": "DROPDOWN_MULTIPLE",
"workspaceId": "64a687e29ae1f428e7ebe303"
}
]