Back to TeamworkTask custom field value.
Return a specific custom field value from a task.
Input
type: object
properties:
parameters:
type: object
properties:
taskId:
type: integer
customFieldId:
type: integer
required:
- taskId
- customFieldId
title: Parameters
Output
type: object
title: responseTask
properties:
customfieldTask:
type: object
title: CustomFieldValueTask
properties:
countryCode:
type: string
createdAt:
type: string
createdBy:
type: integer
currencySymbol:
type: string
customfield:
type: object
title: Relationship
properties:
id:
type: integer
meta:
type: object
type:
type: string
customfieldId:
type: integer
id:
type: integer
task:
type: object
title: Relationship
properties:
id:
type: integer
meta:
type: object
type:
type: string
taskId:
type: integer
urlTextToDisplay:
type: string
value: {}
included:
type: object
title: ResponseIncluded
properties:
companies:
type: object
customfields:
type: object
projects:
type: object
tasks:
type: object
meta:
type: object
title: Meta
properties:
averageSpend:
type: integer
limit:
type: integer
nextCursor:
type: string
page:
type: object
title: MetaPage
properties:
count:
type: integer
hasMore:
type: boolean
pageOffset:
type: integer
pageSize:
type: integer
prevCursor:
type: string
totalCapacity:
type: integer