Teamwork

Links

    Teamwork API

    Getting access, Developing, Testing

    Back to Teamwork

    Add task custom field value.

    Add a task custom field value.

    Input

    type: object properties: parameters: type: object properties: taskId: type: integer required: - taskId title: Parameters data: type: object title: Data properties: customfieldTask: type: object title: CustomFieldValue properties: countryCode: type: string currencySymbol: type: string customfieldId: type: integer urlTextToDisplay: type: string value: {}

    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