GET udf_services/UDFMember
Returns the membership system UDF definitions.
HTTP Status Codes:
200: OK - Request satisfied, data included in body.
404: Not Found - There are no UDF's defined.
Response Object:
Label: The UDF label displayed in Centaman applications. May be used as is or replaced with a custom value.
Required: If TRUE, a value must be entered by the end user on add/update operations.
FieldName: UDF Field Name is the principal identifier of a UDF. Used when adding/updating UDF values.
FieldType: The datatype of the UDF.
FieldLength: The maximum number of character can be saved for the UDF.
Requires HTTPS, Basic Auth.
Response Information
Response body formats
application/json, text/json
[
{
"Label": "sample string 1",
"IsRequired": true,
"FieldName": "sample string 3",
"FieldType": "sample string 4",
"FieldLength": 5,
"TabName": "sample string 6",
"Options": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
{
"Label": "sample string 1",
"IsRequired": true,
"FieldName": "sample string 3",
"FieldType": "sample string 4",
"FieldLength": 5,
"TabName": "sample string 6",
"Options": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
{
"Label": "sample string 1",
"IsRequired": true,
"FieldName": "sample string 3",
"FieldType": "sample string 4",
"FieldLength": 5,
"TabName": "sample string 6",
"Options": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
]