REST API: Custom Fields

Methods


TypeVer.Command parameterParameters
Getters
GET3.0sp5+ getCustomFields nodeType=<nodeType>
Example of success:

GET3.0sp7+ getCustomField nodeType=<nodeType>
customFieldId=<id>
type=<customFieldType>
Example of success:

POST3.2b0 createCustomField nodeType=<nodeType>
List of all properties must be passed in the
request's body as multi-part.
Example of body:

Example of success:

Example of failure:
POST3.0sp7+ updateCustomField nodeType=<nodeType>
type=<customFieldType>
List of all properties must be passed in the
request's body as multi-part.
Example of body:

Example of success:

Example of failure:
POST3.0sp7+ deleteCustomFields treeType=<treeType>
customFieldTypes=<customFieldType, customFieldType, ...>
customFieldIds=<id, id, ...>
Example of success: