GET v1/service/getSettingsUDF
Settings used to determine visibility and module settings for Service UDFs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ReturnSettingsUDFModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UDFID |
Unique identifier of the UDF |
integer |
None. |
| FieldName |
Field Name to display |
string |
None. |
| IsNonSerialized |
Indicates UDF is for non-serialized operation only |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"udfid": 1,
"fieldName": "sample string 2",
"isNonSerialized": true
}