Get a user Custom Field.
get
                    /learn.rest/v1/learnCenters/{learnCenterId}/userCustomFields/{userCustomFieldId}
Request
Path Parameters
                - 
                    learnCenterId: number
                    
                    Unique identifier of a LearnCenter.
- 
                    userCustomFieldId: number
                    
                    Unique identifier of a User Custom Field definition.
Response
Supported Media Types
                - application/xml
- application/json
200 Response
User role is fetched.
                
                
                    Root Schema : User Custom Fields
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            defaultValue(optional): 
            string
            User custom field default value.Example:n/a
- 
            displayOrder(optional): 
            number
            User custom field display order.Example:15
- 
            elementOptions(optional): 
            array  elementOptions
            
            User custom field comprising the element options.
- 
            elementShowSelectOne(optional): 
            boolean
            User custom field element show select one.Example:false
- 
            elementType(optional): 
            string
            User custom field element type.Example:radio
- 
            id(optional): 
            number
            Unique Identifier of the user custom field.Example:102
- 
            learnCenter(optional): 
            object  learnCenter
            
            LearnCenter object comprising the LearnCenter links.
- 
            learnCenterId(optional): 
            string
            Unique Identifier of the LearnCenter.Example:178784
- 
            links(optional): 
            object  UserCustomFieldLinkItem
            
            
- 
            name(optional): 
            string
            User custom field name.Example:User Custom Field 102
- sharedFlag(optional): boolean
- 
            status(optional): 
            string
            Allowed Values:[ "active", "inactive" ]User custom field status.Example:active
Nested Schema : elementOptions
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayUser custom field comprising the element options.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : learnCenter
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectLearnCenter object comprising the LearnCenter links.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : UserCustomFieldLinkItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    objectExample:
    
    
{
    "rel":"canonical",
    "href":"https://{url}/learn.rest/v1/learnCenters/178784/userCustomFields/102"
}Nested Schema : UserCustomFieldElementOptionsLinkItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            isDefault(optional): 
            boolean
            Example:false
- 
            value(optional): 
            string
            Example:first value
Nested Schema : LearnCenterLinkItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/learncenters/178784
- 
            rel(optional): 
            string
            Example:canonical
Example:
    
    
{
    "rel":"canonical",
    "href":"{url}/learn.rest/v1/learncenters/178784"
}401 Response
404 Response
Resource not found.
                
                
                500 Response
Internal server error.