PUT /cards/{idCard}/customFields

Setting, updating, and removing the values for multiple Custom Fields on a card. For more details on updating custom fields check out the Getting Started With Custom Fields

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
customFieldItems[] Array No

An array of objects containing the custom field ID, key and value, and ID of list type option.

customFieldItems[].idCustomField No

The ID of the Custom Field

customFieldItems[].idValue No

The ID of the option for the list type Custom Field. This is optional if Custom Field is not list type.

customFieldItems[].value Object No

An object containing the key and value to set for the card's Custom Field value. The key used to set the value should match the type of Custom Field defined. This is optional if Custom Field is list type.

customFieldItems[].value.checked Boolean No
customFieldItems[].value.text String No
customFieldItems[].value.number Number No
customFieldItems[].value.date String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.