listExtensionVariable
get
                    /ccadmin/v1/extensionEnvironmentVariables
List extension variables. Returns a paged list of the extension server variables.
                Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        limit(optional): integer
                        
                        The number of items per block
- 
                        offset(optional): integer
                        
                        startingIndex the index of the first item to return
- 
                        sort(optional): string
                        
                        Sort Option id: Sort order
- 
                        totalResults(optional): boolean
                        
                        flag to include total count of items
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : listExtensionVariable_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            items(optional): 
            array  items
            
            list of profile items matching the query parameters
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            createdBy(optional): 
            object  createdBy
            
            extension variable created by which admin user.
- 
            creationTime(optional): 
            string
            Creation time of the extension variable.
- 
            id(optional): 
            string
            id of the extension variable.
- 
            lastModifiedBy(optional): 
            string
            last modified admin user.
- 
            modificationTime(optional): 
            string
            Modified time of the extension variable.
- 
            name(optional): 
            string
            name of the extension variable.
- 
            value(optional): 
            string
            value of the extension variable.
Nested Schema : createdBy
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectextension variable created by which admin user.
    
    
    
    
        Show Source
        - 
            firstName(optional): 
            string
            first name of the admin user.
- 
            id(optional): 
            string
            Repository ID of admin user.
- 
            lastName(optional): 
            string
            last name of the admin user.
Example Response (application/json)
                    {
    "total":1,
    "totalResults":1,
    "offset":0,
    "limit":250,
    "items":[
        {
            "creationTime":"2018-06-14T20:29:38.000Z",
            "createdBy":{
                "firstName":"Admin",
                "lastName":"User",
                "repositoryId":"admin",
                "id":"admin"
            },
            "modificationTime":"2018-06-15T15:55:24.442Z",
            "lastModifiedBy":"admin",
            "repositoryId":"100001",
            "name":"atg.webhook.calculateShipping10",
            "id":"100001",
            "value":"pDDdn/kzVbGGyULkBmbuLBkor+GCyJ1Bi7xtqirulM4vSQj2hc+sNZEzBTMTo7j6sxl1gxR6vtoPtC8g0vVuvg=="
        }
    ]
}Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code