Get a list of system processes.
get
                    /learn.rest/v1/systemProcesses
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
System processes collections are fetched.
                
                
                    Root Schema : SystemProcessesResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe system process response object.
    
    
    
    
        Show Source
        - 
            items(optional): 
            object  SystemProcessResponse
            
            Object comprising the parameters returned when the system process collection is fetched.
- 
            links(optional): 
            array  links
            
            Links to the system processes.
Nested Schema : SystemProcessResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectObject comprising the parameters returned when the system process collection is fetched.
    
    
    
    
        Show Source
        - 
            enabledFlag(optional): 
            boolean
            Specifies whether the system process is enabled.Example:true
- 
            id(optional): 
            string
            Id of the system process.Example:groupsync
- 
            links(optional): 
            array  links
            
            Links to the system process.
- 
            status(optional): 
            string
            Specifies the status of the system process.Example:started
Nested Schema : links
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayLinks to the system processes.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    Example:
    
    
[
    {
        "rel":"canonical",
        "href":"https://{url}/learn.rest/v1/systemProcesses"
    }
]Nested Schema : SystemProcessLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/systemProcesses/GroupSync
- 
            rel(optional): 
            string
            Example:canonical