GET {version}/GetUserDefinedFields
Get User Defined Fields
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of User Defined Fields
Collection of UserDefinedFieldName | Description | Type | Additional information |
---|---|---|---|
GUID | globally unique identifier |
None. |
|
Text | string |
None. |
|
id | string |
None. |
|
itemName | string |
None. |
|
FieldId | globally unique identifier |
None. |
|
SelectedValue | string |
None. |
|
GroupId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "GUID": "ee7ad2be-fc9e-4b3a-8ff9-2caf33736b7a", "Text": "sample string 2", "id": "ee7ad2be-fc9e-4b3a-8ff9-2caf33736b7a", "itemName": "sample string 2", "FieldId": "72e5be5d-3551-43d3-b981-f6e4f287c6de", "SelectedValue": "sample string 4", "GroupId": "64830c13-435b-4550-8283-75b1598811d3" }, { "GUID": "ee7ad2be-fc9e-4b3a-8ff9-2caf33736b7a", "Text": "sample string 2", "id": "ee7ad2be-fc9e-4b3a-8ff9-2caf33736b7a", "itemName": "sample string 2", "FieldId": "72e5be5d-3551-43d3-b981-f6e4f287c6de", "SelectedValue": "sample string 4", "GroupId": "64830c13-435b-4550-8283-75b1598811d3" } ]
application/xml, text/xml
Sample:
<ArrayOfUserDefinedField xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <UserDefinedField> <FieldId>72e5be5d-3551-43d3-b981-f6e4f287c6de</FieldId> <GUID>ee7ad2be-fc9e-4b3a-8ff9-2caf33736b7a</GUID> <GroupId>64830c13-435b-4550-8283-75b1598811d3</GroupId> <SelectedValue>sample string 4</SelectedValue> <Text>sample string 2</Text> </UserDefinedField> <UserDefinedField> <FieldId>72e5be5d-3551-43d3-b981-f6e4f287c6de</FieldId> <GUID>ee7ad2be-fc9e-4b3a-8ff9-2caf33736b7a</GUID> <GroupId>64830c13-435b-4550-8283-75b1598811d3</GroupId> <SelectedValue>sample string 4</SelectedValue> <Text>sample string 2</Text> </UserDefinedField> </ArrayOfUserDefinedField>