Custom Field Collection Record

Represents a collection of custom fields, for example: All the CFs of a project.

Learn more how custom fields are configured in the platform: https://wordbee.atlassian.net/wiki/spaces/API2/pages/1907753019

fields

An array of 0, 1 or more custom fields.

Elements are described here: https://wordbee.atlassian.net/wiki/spaces/API2/pages/2488401939

object[]

EXAMPLES

Example payload: with 2 fields:

{ "fields" : [ { "id": 2, "title": "Category", "value": "Medical" }, { "id": 22, "title": "QA Issue", "value": null } ] }

 

 

 

 

Copyright Wordbee - Buzzin' Outside the Box since 2008