Get the status of a specific system process.
get
                    /learn.rest/v1/systemProcesses/{id}
Request
Path Parameters
                - 
                    id: string
                    
                    Unique identifier of a system process.
Response
Supported Media Types
                - application/json
200 Response
The system processes collection is fetched.
                
                
                    Root 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 : SystemProcessLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:{url}/learn.rest/v1/systemProcesses/GroupSync
- 
            rel(optional): 
            string
            Example:canonical
404 Response
Resource not found.