GET/projects/api/v3/tasks/{taskId}/customfields.json
Task custom field values.
Return all custom field values from a specific task.
Path Params
- Name
taskId
- Type
- integer
- required
- Description
Query Params
- Name
searchTerm
- Type
- string
- Description
filter by custom field value
- Name
taskId
- Type
- integer
- Description
filter by task id
- Name
pageSize
- Type
- integer
- Description
number of items in a page
- Default
50
- Name
page
- Type
- integer
- Description
page number
- Default
1
- Name
useFormulaFields
- Type
- boolean
- Description
use formula fields
- Name
skipCounts
- Type
- boolean
- Description
SkipCounts allows you to skip doing counts on a list API endpoint for performance reasons.
- Name
include
- Type
- array[string]
- Description
include
- Format
- Comma separated values
- Allowed values
projects
customfields
- Name
fields[projects]
- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
id
name
- Name
fields[customfields]
- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
id
projectId
entity
name
description
type
options
visibilities
isPrivate
required
createdAt
createdByUserId
updatedAt
updatedByUserId
deleted
deletedAt
deletedByUserId
- Name
customFieldIds
- Type
- array[integer]
- Description
filter by custom field ids
- Format
- Comma separated values
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
200 OK
valuesResponseTask
{ "customfieldTasks": [ { "countryCode": "string", "createdAt": "string", "createdBy": 0, "currencySymbol": "string", "customfield": { "id": 0, "meta": {}, "type": "string" }, "customfieldId": 0, "id": 0, "task": { "id": 0, "meta": {}, "type": "string"