GET/projects/api/v3/tasks/{taskId}/customfields/{customFieldId}.json
Task custom field value.
Return a specific custom field value from a task.
Path Params
- Name
taskId
- Type
- integer
- required
- Description
- Name
customFieldId
- Type
- integer
- required
- Description
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.
- Code
- 404
- Description
- 404 Not Found No Data
200 OK
responseTask
{ "customfieldTask": { "countryCode": "string", "createdAt": "string", "createdBy": 0, "currencySymbol": "string", "customfield": { "id": 0, "meta": {}, "type": "string" }, "customfieldId": 0, "id": 0, "task": { "id": 0, "meta": {}, "type": "string" },