Retrieves a specific udf type for seniority
https://api-zion.wsohosting.com/
There are no limitations specified.
name
The name of the udf
string
Required
AllowNewPickListItem
boolean
DisplayName
string
ExtractionName
string
FieldName
string
Format
string
HasPickList
boolean
LimitToList
boolean
MaxLength
integer
MaxValue
Object
MinValue
Object
ParentId
integer
PickList
Collection of string
UdfName
string
{ "maxLength": 1, "pickList": [ "sample string 1", "sample string 2" ], "udfName": "sample string 2", "fieldName": "sample string 3", "displayName": "sample string 4", "fieldDataType": "Long", "ownerObjectType": "Portfolio", "extractionName": "sample string 5", "hasPickList": true, "minValue": {}, "maxValue": {}, "format": "sample string 9", "allowNewPickListItem": true, "limitToList": true, "parentId": 12 }
<UdfType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSO.SDK.Common.DataModels"> <AllowNewPickListItem>true</AllowNewPickListItem> <DisplayName>sample string 4</DisplayName> <ExtractionName>sample string 5</ExtractionName> <FieldDataType>Long</FieldDataType> <FieldName>sample string 3</FieldName> <Format>sample string 9</Format> <HasPickList>true</HasPickList> <LimitToList>true</LimitToList> <MaxLength>1</MaxLength> <MaxValue /> <MinValue /> <OwnerObjectType>Portfolio</OwnerObjectType> <ParentId>12</ParentId> <PickList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </PickList> <UdfName>sample string 2</UdfName> </UdfType>