REST API

/{version}/configuration/udfs/{udfid}

The following operations are supported on this resource:

GET

Gets the representation of a user defined field.

Parameters

name description type default
udfid The ID of the user defined field. path

Output Payload

element produceable content type(s)
field (XML)
  • application/xml
description
The representation of the user defined field.

PUT

Updates the mutable values for a user defined field.

Only a subset of the user defined field's attributes can be modified. Unmodifiable attributes will be ignored.

The following attributes of a user defined field can be modified:

  • name
  • display-precision
  • unit label
  • presets
  • show-in-lablink
  • allow-non-preset-values
  • first-preset-is-default-value
  • is-required
  • is-editable
  • min-value
  • max-value
  • is-dynamic-presets (Cannot be set to false if it is originally true)

Parameters

name description type default
udfid The ID of the user defined field. path

Input Payload

element consumeable content type(s)
field (XML)
  • */*
  • application/xml
description
The new representation of the user defined field.

Output Payload

element produceable content type(s)
field (XML)
  • application/xml
description
The current representation of the user defined field, after modifiable attributes have been updated.

/{version}/configuration/udfs/{udfid}

Home

REST Endpoints

XML Data Elements

XML Data Types