Retrieve list by ID
get
                    /spaces/{spacename}/lists/({id: .+})
Retrieves the available list based on the specified ID
                Request
Path Parameters
                - 
                    id: string
                    
                    List ID
 - 
                    spacename: string
                    
                    Name of the portal
 
Response
Supported Media Types
                - application/json
 
200 Response
success
                
                
                    Root Schema : list
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            author(optional): 
            object  PersonReference
            
            
 - 
            columns(optional): 
            object  MetaColumns
            
            
 - 
            created(optional): 
            string
            
 - 
            creator(optional): 
            string
            
 - 
            description(optional): 
            string
            
 - 
            id(optional): 
            string
            
 - 
            modified(optional): 
            string
            
 - 
            modifiedByUser(optional): 
            object  PersonReference
            
            
 - 
            modifier(optional): 
            string
            
 - 
            name(optional): 
            string
            
 - 
            scope(optional): 
            string
            
 
Nested Schema : MetaColumn
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            allowLinks(optional): 
            boolean
            
 - 
            dataType(optional): 
            string
            
 - 
            defaultValue(optional): 
            integer
            
 - 
            displayLength(optional): 
            object  BigInteger
            
            
 - 
            displayWidth(optional): 
            object  BigInteger
            
            
 - 
            editLines(optional): 
            object  BigInteger
            
            
 - 
            format(optional): 
            string
            
 - 
            hint(optional): 
            string
            
 - 
            id(optional): 
            string
            
 - 
            link(optional): 
            array  link
            
            
 - 
            linkStates(optional): 
            array  linkStates
            
            
 - 
            linkTarget(optional): 
            string
            
 - 
            maxLength(optional): 
            object  BigInteger
            
            
 - 
            name(optional): 
            string
            
 - 
            peopleScope(optional): 
            string
            
 - 
            rangeHigh(optional): 
            object  BigDecimal
            
            
 - 
            rangeLow(optional): 
            object  BigDecimal
            
            
 - 
            required(optional): 
            boolean
            
 - 
            resourceType(optional): 
            string
            
 
Nested Schema : reflect.Method
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accessible(optional): 
            boolean
            
 - 
            annotatedExceptionTypes(optional): 
            array  annotatedExceptionTypes
            
            
 - 
            annotatedParameterTypes(optional): 
            array  annotatedParameterTypes
            
            
 - 
            annotatedReceiverType(optional): 
            object  reflect.AnnotatedType
            
            
 - 
            annotatedReturnType(optional): 
            object  reflect.AnnotatedType
            
            
 - 
            bridge(optional): 
            boolean
            
 - 
            default(optional): 
            boolean
            
 - 
            defaultValue(optional): 
            integer
            
 - 
            genericExceptionTypes(optional): 
            array  genericExceptionTypes
            
            
 - 
            genericParameterTypes(optional): 
            array  genericParameterTypes
            
            
 - 
            genericReturnType(optional): 
            object  reflect.Type
            
            
 - 
            modifiers(optional): 
            integer(int32)
            
 - 
            name(optional): 
            string
            
 - 
            parameterCount(optional): 
            integer(int32)
            
 - 
            parameters(optional): 
            array  parameters
            
            
 - 
            synthetic(optional): 
            boolean
            
 - 
            typeParameters(optional): 
            array  typeParameters
            
            
 - 
            varArgs(optional): 
            boolean
            
 
Nested Schema : reflect.Parameter
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            annotatedType(optional): 
            object  reflect.AnnotatedType
            
            
 - 
            declaringExecutable(optional): 
            object  reflect.Executable
            
            
 - 
            implicit(optional): 
            boolean
            
 - 
            modifiers(optional): 
            integer(int32)
            
 - 
            name(optional): 
            string
            
 - 
            namePresent(optional): 
            boolean
            
 - 
            parameterizedType(optional): 
            object  reflect.Type
            
            
 - 
            synthetic(optional): 
            boolean
            
 - 
            varArgs(optional): 
            boolean
            
 
Nested Schema : reflect.Executable
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accessible(optional): 
            boolean
            
 - 
            annotatedExceptionTypes(optional): 
            array  annotatedExceptionTypes
            
            
 - 
            annotatedParameterTypes(optional): 
            array  annotatedParameterTypes
            
            
 - 
            annotatedReceiverType(optional): 
            object  reflect.AnnotatedType
            
            
 - 
            annotatedReturnType(optional): 
            object  reflect.AnnotatedType
            
            
 - 
            genericExceptionTypes(optional): 
            array  genericExceptionTypes
            
            
 - 
            genericParameterTypes(optional): 
            array  genericParameterTypes
            
            
 - 
            modifiers(optional): 
            integer(int32)
            
 - 
            name(optional): 
            string
            
 - 
            parameterCount(optional): 
            integer(int32)
            
 - 
            parameters(optional): 
            array  parameters
            
            
 - 
            synthetic(optional): 
            boolean
            
 - 
            typeParameters(optional): 
            array  typeParameters
            
            
 - 
            varArgs(optional): 
            boolean
            
 
404 Response
ID for the portal, list, or column is invalid
                
                
                500 Response
Specified List is unavailable for this portal