GET Prototype
GET /admin/customfield/field/{customFieldName}
Get custom field prototype by its name.
GET /rest/admin/customfield/field/{customFieldName}
Name | Type | Description |
---|---|---|
customFieldName | string | Name of a custom field. |
Sample
GET /rest/admin/customfield/field/Region
xml<customFieldPrototype name="Region" type="enum[*]" isPrivate="false" visibleByDefault="false" autoAttached="false"/>
Last modified: 2 February 2017