Teamwork

Links

    Teamwork API

    Getting access, Developing, Testing

    Back to Teamwork

    Update many project custom field values at once.

    Edit many entries of project custom field values at once.

    Input

    type: object properties: parameters: type: object properties: projectId: type: integer required: - projectId title: Parameters data: type: object title: Data properties: customfieldProjects: type: array items: type: object title: EditCustomFieldValue properties: countryCode: type: string currencySymbol: type: string customfieldId: type: integer id: type: integer urlTextToDisplay: type: string value: {}

    Output

    type: object title: valuesResponseProject properties: customfieldProjects: type: array items: type: object title: CustomFieldValueProject 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 project: type: object title: Relationship properties: id: type: integer meta: type: object type: type: string projectId: 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