Dropdown Values (Custom Field)
GET {{base_url}}/customFields/:InfocenterArea/dropdownValues/:Name
Use this endpoint to retrieve all dropdown values associated with a custom field in a User-Defined hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"InfocenterArea":"UDIC_TestHub","GridID":"X","ColName":"CustCustomFieldDropdown","Code":"DDCode1","DataValue":"Value1","UICultureName":"en-US","Seq":0,"CreateUser":"ADMIN","CreateDate":"2021-06-08T13:53:25.717","ModUser":"ADMIN","ModDate":"2021-06-08T13:53:25.717","TranslatedDataValue":"Value1"},{"InfocenterArea":"UDIC_TestHub","GridID":"X","ColName":"CustCustomFieldDropdown","Code":"DDCode2","DataValue":"Value2","UICultureName":"en-US","Seq":1,"CreateUser":"ADMIN","CreateDate":"2021-06-08T13:53:25.717","ModUser":"ADMIN","ModDate":"2021-06-08T13:53:25.717","TranslatedDataValue":"Value2"},{"InfocenterArea":"UDIC_TestHub","GridID":"X","ColName":"CustCustomFieldDropdown","Code":"DDCode3","DataValue":"Value3","UICultureName":"en-US","Seq":2,"CreateUser":"ADMIN","CreateDate":"2021-06-08T13:53:25.717","ModUser":"ADMIN","ModDate":"2021-06-08T13:53:25.717","TranslatedDataValue":"Value3"}]