Chilkat Online Tools

autoit / Orchestrator / Gets Jobs. Copy

Back to Collection Items

; This example assumes the Chilkat API to have been previously unlocked.
; See Global Unlock Sample for sample code.

$oHttp = ObjCreate("Chilkat_9_5_0.Http")
Local $bSuccess

$oQueryParams = ObjCreate("Chilkat_9_5_0.JsonObject")
$oQueryParams.UpdateString("mandatoryPermissions","enim officia ut oc")
$oQueryParams.UpdateString("mandatoryPermissions","quis ex ullamco sit")
$oQueryParams.UpdateString("atLeastOnePermissions","enim officia ut oc")
$oQueryParams.UpdateString("atLeastOnePermissions","quis ex ullamco sit")
$oQueryParams.UpdateString("$expand","esse sit qui")
$oQueryParams.UpdateString("$filter","esse sit qui")
$oQueryParams.UpdateString("$select","esse sit qui")
$oQueryParams.UpdateString("$orderby","esse sit qui")
$oQueryParams.UpdateInt("$top",12575632)
$oQueryParams.UpdateInt("$skip",12575632)
$oQueryParams.UpdateString("$count","true")

; Adds the "Authorization: Bearer <access_token>" header.
$oHttp.AuthToken = "<access_token>"
$oHttp.SetRequestHeader "X-UIPATH-OrganizationUnitId","12575632"

Local $oResp = $oHttp.QuickRequestParams("GET","https://domain.com/odata/Jobs",$oQueryParams)
If ($oHttp.LastMethodSuccess = False) Then
    ConsoleWrite($oHttp.LastErrorText & @CRLF)
    Exit
EndIf

$oSbResponseBody = ObjCreate("Chilkat_9_5_0.StringBuilder")
$oResp.GetBodySb($oSbResponseBody)

$oJResp = ObjCreate("Chilkat_9_5_0.JsonObject")
$oJResp.LoadSb($oSbResponseBody)
$oJResp.EmitCompact = False

ConsoleWrite("Response Body:" & @CRLF)
ConsoleWrite($oJResp.Emit() & @CRLF)

Local $iRespStatusCode = $oResp.StatusCode
ConsoleWrite("Response Status Code = " & $iRespStatusCode & @CRLF)
If ($iRespStatusCode >= 400) Then
    ConsoleWrite("Response Header:" & @CRLF)
    ConsoleWrite($oResp.Header & @CRLF)
    ConsoleWrite("Failed." & @CRLF)

    Exit
EndIf

; Sample JSON response:
; (Sample code for parsing the JSON response is shown below)

; {
;   "value": [
;     {
;       "Key": "urn:uuid:be08766e-ac51-bb45-5501-0a3dc5154af2",
;       "StartTime": "1968-12-05T22:17:50.256Z",
;       "EndTime": "1987-05-29T17:04:27.173Z",
;       "State": "Running",
;       "JobPriority": "Normal",
;       "Robot": {
;         "HostingType": "Standard",
;         "Name": "ve",
;         "Type": "RpaDeveloper",
;         "Username": "exercitation et ea",
;         "LicenseKey": "elit in",
;         "MachineName": "irure Ut mollit dolore",
;         "MachineId": -25291783,
;         "ExternalName": "laboris commodo dolor do",
;         "Description": "culpa eu consequat",
;         "ProvisionType": "Automatic",
;         "Password": "officia eu ut cupidatat",
;         "CredentialStoreId": 68306960,
;         "UserId": 31877342,
;         "Enabled": true,
;         "CredentialType": "Default",
;         "Environments": [
;           {
;             "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;           },
;           {
;             "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;           }
;         ],
;         "RobotEnvironments": "non exercitation ut dolor",
;         "ExecutionSettings": {},
;         "IsExternalLicensed": false,
;         "LimitConcurrentExecution": false,
;         "Id": -59332040
;       },
;       "Release": {
;         "Name": "sed in aliquip consequat",
;         "ProcessKey": "exercitation",
;         "ProcessVersion": "amet",
;         "Key": "velit ipsum ut",
;         "IsLatestVersion": false,
;         "IsProcessDeleted": true,
;         "Description": "dolore",
;         "EnvironmentId": -41748387,
;         "EnvironmentName": "esse culpa",
;         "Environment": {
;           "Name": "ea dolor",
;           "Description": "cillum Duis enim",
;           "Robots": [
;             {
;               "HostingType": "Standard",
;               "Name": "magna adip",
;               "Type": "Development",
;               "Username": "dolore ex",
;               "LicenseKey": "nulla veniam dolor proident ipsum",
;               "MachineName": "deserunt sed aute reprehenderit",
;               "MachineId": 99549561,
;               "ExternalName": "ad laboris veniam sint incididunt",
;               "Description": "Ut commodo",
;               "ProvisionType": "Automatic",
;               "Password": "reprehenderit",
;               "CredentialStoreId": -86457645,
;               "UserId": -62740279,
;               "Enabled": false,
;               "CredentialType": "Default",
;               "Environments": [
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 },
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 }
;               ],
;               "RobotEnvironments": "fugiat labore sunt non",
;               "ExecutionSettings": {},
;               "IsExternalLicensed": false,
;               "LimitConcurrentExecution": false,
;               "Id": -57032659
;             },
;             {
;               "HostingType": "Standard",
;               "Name": "ut",
;               "Type": "Studio",
;               "Username": "ipsum fugiat",
;               "LicenseKey": "laboris",
;               "MachineName": "nisi consequat nostrud adipisicing",
;               "MachineId": -86957591,
;               "ExternalName": "consequat nulla culpa",
;               "Description": "quis proident",
;               "ProvisionType": "Automatic",
;               "Password": "dolor laborum dolore exercitation",
;               "CredentialStoreId": -50712714,
;               "UserId": -77316487,
;               "Enabled": true,
;               "CredentialType": "NCipher",
;               "Environments": [
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 },
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 }
;               ],
;               "RobotEnvironments": "consectetur proident",
;               "ExecutionSettings": {},
;               "IsExternalLicensed": false,
;               "LimitConcurrentExecution": false,
;               "Id": 61973728
;             }
;           ],
;           "Type": "Dev",
;           "Id": -81564071
;         },
;         "EntryPointId": 65883382,
;         "EntryPoint": {
;           "UniqueId": "33d009ac-efb0-a268-39d6-f418e596355f",
;           "Path": "ipsum enim est sunt",
;           "InputArguments": "quis incididunt sed aliquip laboris",
;           "OutputArguments": "labore in a",
;           "DataVariation": {
;             "Content": {
;               "value": "<Error: Too many levels of nesting to fake this schema>"
;             },
;             "ContentType": {
;               "value": "<Error: Too many levels of nesting to fake this schema>"
;             },
;             "Id": {
;               "value": "<Error: Too many levels of nesting to fake this schema>"
;             }
;           },
;           "Id": -88661283
;         },
;         "InputArguments": "aliqua laborum id reprehenderit irure",
;         "ProcessType": "Process",
;         "SupportsMultipleEntryPoints": false,
;         "RequiresUserInteraction": true,
;         "CurrentVersion": {
;           "ReleaseId": 74749251,
;           "VersionNumber": "et sed in",
;           "CreationTime": "2004-08-18T18:18:03.338Z",
;           "ReleaseName": "culpa irure eiusmod cillum",
;           "Id": -2823220
;         },
;         "ReleaseVersions": [
;           {
;             "ReleaseId": 98978237,
;             "VersionNumber": "dolor",
;             "CreationTime": "1946-05-25T08:32:13.398Z",
;             "ReleaseName": "cillum amet do sit",
;             "Id": 20089819
;           },
;           {
;             "ReleaseId": -81798741,
;             "VersionNumber": "commodo",
;             "CreationTime": "1948-07-19T18:02:36.929Z",
;             "ReleaseName": "commodo ut",
;             "Id": -50835643
;           }
;         ],
;         "Arguments": {
;           "Input": "cupidatat nulla dolore laboris",
;           "Output": "irure enim"
;         },
;         "ProcessSettings": {
;           "ErrorRecordingEnabled": false,
;           "Duration": 21017457,
;           "Frequency": -78467124,
;           "Quality": -81865886,
;           "AutoStartProcess": false,
;           "AlwaysRunning": false
;         },
;         "AutoUpdate": true,
;         "FeedId": "b75e256e-424d-3bf4-0039-f805bddcfa1c",
;         "JobPriority": "Normal",
;         "CreationTime": "1968-10-01T15:48:41.828Z",
;         "OrganizationUnitId": 83258498,
;         "OrganizationUnitFullyQualifiedName": "deserunt Excepteur velit fugiat ipsum",
;         "Id": 97579630
;       },
;       "Source": "in sed eiusmod officia",
;       "SourceType": "Manual",
;       "BatchExecutionKey": "0af7775b-abfd-b5da-a616-c1368d064956",
;       "Info": "elit qui cupidatat Excepteur irure",
;       "CreationTime": "2011-03-20T05:47:21.122Z",
;       "StartingScheduleId": -96622782,
;       "ReleaseName": "aliqua cillum do",
;       "Type": "Attended",
;       "InputArguments": "mollit et anim Duis la",
;       "OutputArguments": "nisi eu",
;       "HostMachineName": "ex nisi est",
;       "HasMediaRecorded": true,
;       "PersistenceId": "7d168d12-cdee-3fc1-6573-e51cf722927c",
;       "ResumeVersion": 80821028,
;       "StopStrategy": "Kill",
;       "RuntimeType": "Studio",
;       "RequiresUserInteraction": true,
;       "ReleaseVersionId": -14684718,
;       "EntryPointPath": "irure ex",
;       "OrganizationUnitId": -47866254,
;       "OrganizationUnitFullyQualifiedName": "in dolor adipisicing irure fugiat",
;       "Reference": "veniam quis",
;       "ProcessType": "TestAutomationProcess",
;       "Id": 74454915
;     },
;     {
;       "Key": "urn:uuid:ebc451f5-37de-ca57-6a04-841f283e3db3",
;       "StartTime": "2015-06-26T01:29:47.772Z",
;       "EndTime": "1975-12-07T06:11:09.831Z",
;       "State": "Terminating",
;       "JobPriority": "Normal",
;       "Robot": {
;         "HostingType": "Floating",
;         "Name": "reprehenderit mag",
;         "Type": "NonProduction",
;         "Username": "amet",
;         "LicenseKey": "in",
;         "MachineName": "veniam sint Duis in",
;         "MachineId": -69775421,
;         "ExternalName": "sit esse in in",
;         "Description": "mollit laboris et adipisicing",
;         "ProvisionType": "Manual",
;         "Password": "mollit exercitation",
;         "CredentialStoreId": -60643044,
;         "UserId": 69734890,
;         "Enabled": false,
;         "CredentialType": "NCipher",
;         "Environments": [
;           {
;             "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;           },
;           {
;             "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;           }
;         ],
;         "RobotEnvironments": "fugiat velit",
;         "ExecutionSettings": {},
;         "IsExternalLicensed": true,
;         "LimitConcurrentExecution": true,
;         "Id": -10649011
;       },
;       "Release": {
;         "Name": "exer",
;         "ProcessKey": "esse irure sunt",
;         "ProcessVersion": "commodo esse",
;         "Key": "et",
;         "IsLatestVersion": false,
;         "IsProcessDeleted": false,
;         "Description": "cillum elit sint proident laboris",
;         "EnvironmentId": -28668699,
;         "EnvironmentName": "fugiat dolor",
;         "Environment": {
;           "Name": "aliquip in ",
;           "Description": "ullamco Ut ipsum",
;           "Robots": [
;             {
;               "HostingType": "Standard",
;               "Name": "veniam irure",
;               "Type": "Unattended",
;               "Username": "exercitation eu",
;               "LicenseKey": "eu",
;               "MachineName": "laborum non ut",
;               "MachineId": -97603824,
;               "ExternalName": "do",
;               "Description": "commodo",
;               "ProvisionType": "Manual",
;               "Password": "amet",
;               "CredentialStoreId": -46683638,
;               "UserId": -79507069,
;               "Enabled": false,
;               "CredentialType": "SafeNet",
;               "Environments": [
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 },
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 }
;               ],
;               "RobotEnvironments": "ut nisi cupidatat",
;               "ExecutionSettings": {},
;               "IsExternalLicensed": true,
;               "LimitConcurrentExecution": false,
;               "Id": 54910452
;             },
;             {
;               "HostingType": "Standard",
;               "Name": "ipsum labor",
;               "Type": "TestAutomation",
;               "Username": "sed enim anim",
;               "LicenseKey": "laboris ut officia id",
;               "MachineName": "quis in",
;               "MachineId": -90219792,
;               "ExternalName": "in pariatur laborum sit",
;               "Description": "minim fugiat nisi dolore consectetur",
;               "ProvisionType": "Manual",
;               "Password": "officia cupidatat",
;               "CredentialStoreId": 43407097,
;               "UserId": -57075544,
;               "Enabled": false,
;               "CredentialType": "SafeNet",
;               "Environments": [
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 },
;                 {
;                   "value": "<Circular reference to #/components/schemas/EnvironmentDto detected>"
;                 }
;               ],
;               "RobotEnvironments": "Duis proident irure",
;               "ExecutionSettings": {},
;               "IsExternalLicensed": true,
;               "LimitConcurrentExecution": true,
;               "Id": -9267781
;             }
;           ],
;           "Type": "Prod",
;           "Id": -62000928
;         },
;         "EntryPointId": -90692421,
;         "EntryPoint": {
;           "UniqueId": "urn:uuid:d301be4a-2392-bf86-7e46-bb8be011fbf7",
;           "Path": "velit minim a",
;           "InputArguments": "aliquip eu reprehenderit sit",
;           "OutputArguments": "in Lorem sint",
;           "DataVariation": {
;             "Content": {
;               "value": "<Error: Too many levels of nesting to fake this schema>"
;             },
;             "ContentType": {
;               "value": "<Error: Too many levels of nesting to fake this schema>"
;             },
;             "Id": {
;               "value": "<Error: Too many levels of nesting to fake this schema>"
;             }
;           },
;           "Id": -7344118
;         },
;         "InputArguments": "commodo aute",
;         "ProcessType": "TestAutomationProcess",
;         "SupportsMultipleEntryPoints": true,
;         "RequiresUserInteraction": true,
;         "CurrentVersion": {
;           "ReleaseId": 81406107,
;           "VersionNumber": "id dolor fugiat est",
;           "CreationTime": "1985-09-08T00:08:37.146Z",
;           "ReleaseName": "amet nisi in et",
;           "Id": 18866201
;         },
;         "ReleaseVersions": [
;           {
;             "ReleaseId": -18017135,
;             "VersionNumber": "laboris",
;             "CreationTime": "2010-11-11T00:55:45.791Z",
;             "ReleaseName": "s",
;             "Id": -24543215
;           },
;           {
;             "ReleaseId": 55664279,
;             "VersionNumber": "sint",
;             "CreationTime": "2017-11-30T09:41:33.627Z",
;             "ReleaseName": "laboris dolore",
;             "Id": 98955952
;           }
;         ],
;         "Arguments": {
;           "Input": "laboris Ut eiusmod ad occaecat",
;           "Output": "dolor ut aliquip Lorem"
;         },
;         "ProcessSettings": {
;           "ErrorRecordingEnabled": true,
;           "Duration": -46266930,
;           "Frequency": 79484330,
;           "Quality": 57996402,
;           "AutoStartProcess": false,
;           "AlwaysRunning": false
;         },
;         "AutoUpdate": true,
;         "FeedId": "ba07e4b6-b53b-9353-118a-b30abad1721a",
;         "JobPriority": "Low",
;         "CreationTime": "2018-12-13T23:39:20.742Z",
;         "OrganizationUnitId": -70783962,
;         "OrganizationUnitFullyQualifiedName": "ullamco dolor",
;         "Id": -27097135
;       },
;       "Source": "elit exercitation",
;       "SourceType": "Schedule",
;       "BatchExecutionKey": "8ab4e543-f97f-69ee-ff36-3957c3150367",
;       "Info": "deserunt ullamco non ",
;       "CreationTime": "2017-03-10T11:50:24.671Z",
;       "StartingScheduleId": 95117699,
;       "ReleaseName": "sunt commodo ex in ut",
;       "Type": "Attended",
;       "InputArguments": "cupid",
;       "OutputArguments": "enim ad",
;       "HostMachineName": "elit Lorem",
;       "HasMediaRecorded": false,
;       "PersistenceId": "urn:uuid:cdafed65-066d-922a-b8e4-414a65fc1ee1",
;       "ResumeVersion": 96117442,
;       "StopStrategy": "SoftStop",
;       "RuntimeType": "CitizenDeveloper",
;       "RequiresUserInteraction": true,
;       "ReleaseVersionId": 49481835,
;       "EntryPointPath": "culpa enim",
;       "OrganizationUnitId": 73582213,
;       "OrganizationUnitFullyQualifiedName": "in Lorem ex",
;       "Reference": "sunt cupidatat id",
;       "ProcessType": "TestAutomationProcess",
;       "Id": 15658384
;     }
;   ]
; }

; Sample code for parsing the JSON response...
; Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

Local $sKey
Local $sStartTime
Local $sEndTime
Local $sState
Local $sJobPriority
Local $sHostingType
Local $sName
Local $sV_Type
Local $sUsername
Local $sLicenseKey
Local $sMachineName
Local $iMachineId
Local $sExternalName
Local $sDescription
Local $sProvisionType
Local $sPassword
Local $iCredentialStoreId
Local $iUserId
Local $bEnabled
Local $sCredentialType
Local $sRobotEnvironments
Local $bIsExternalLicensed
Local $bLimitConcurrentExecution
Local $iId
Local $sReleaseName
Local $sProcessKey
Local $sProcessVersion
Local $sReleaseKey
Local $bIsLatestVersion
Local $bIsProcessDeleted
Local $sReleaseDescription
Local $iEnvironmentId
Local $sEnvironmentName
Local $sEnvironmentDescription
Local $sEnvironmentType
Local $iEntryPointId
Local $sUniqueId
Local $sPath
Local $sInputArguments
Local $sOutputArguments
Local $sValue
Local $sContentTypeValue
Local $sIdValue
Local $sReleaseInputArguments
Local $sProcessType
Local $bSupportsMultipleEntryPoints
Local $bRequiresUserInteraction
Local $iReleaseId
Local $sVersionNumber
Local $sCreationTime
Local $sCurrentVersionReleaseName
Local $iCurrentVersionId
Local $sInput
Local $sOutput
Local $bErrorRecordingEnabled
Local $iDuration
Local $iFrequency
Local $iQuality
Local $bAutoStartProcess
Local $bAlwaysRunning
Local $bAutoUpdate
Local $sFeedId
Local $sReleaseJobPriority
Local $sReleaseCreationTime
Local $iOrganizationUnitId
Local $sOrganizationUnitFullyQualifiedName
Local $sSource
Local $sSourceType
Local $sBatchExecutionKey
Local $sInfo
Local $iStartingScheduleId
Local $sHostMachineName
Local $bHasMediaRecorded
Local $sPersistenceId
Local $iResumeVersion
Local $sStopStrategy
Local $sRuntimeType
Local $iReleaseVersionId
Local $sEntryPointPath
Local $sReference
Local $iJ
Local $iCount_j
Local $sValue
Local $iK
Local $iCount_k

Local $i = 0
Local $iCount_i = $oJResp.SizeOfArray("value")
While $i < $iCount_i
    $oJResp.I = $i
    $sKey = $oJResp.StringOf("value[i].Key")
    $sStartTime = $oJResp.StringOf("value[i].StartTime")
    $sEndTime = $oJResp.StringOf("value[i].EndTime")
    $sState = $oJResp.StringOf("value[i].State")
    $sJobPriority = $oJResp.StringOf("value[i].JobPriority")
    $sHostingType = $oJResp.StringOf("value[i].Robot.HostingType")
    $sName = $oJResp.StringOf("value[i].Robot.Name")
    $sV_Type = $oJResp.StringOf("value[i].Robot.Type")
    $sUsername = $oJResp.StringOf("value[i].Robot.Username")
    $sLicenseKey = $oJResp.StringOf("value[i].Robot.LicenseKey")
    $sMachineName = $oJResp.StringOf("value[i].Robot.MachineName")
    $iMachineId = $oJResp.IntOf("value[i].Robot.MachineId")
    $sExternalName = $oJResp.StringOf("value[i].Robot.ExternalName")
    $sDescription = $oJResp.StringOf("value[i].Robot.Description")
    $sProvisionType = $oJResp.StringOf("value[i].Robot.ProvisionType")
    $sPassword = $oJResp.StringOf("value[i].Robot.Password")
    $iCredentialStoreId = $oJResp.IntOf("value[i].Robot.CredentialStoreId")
    $iUserId = $oJResp.IntOf("value[i].Robot.UserId")
    $bEnabled = $oJResp.BoolOf("value[i].Robot.Enabled")
    $sCredentialType = $oJResp.StringOf("value[i].Robot.CredentialType")
    $sRobotEnvironments = $oJResp.StringOf("value[i].Robot.RobotEnvironments")
    $bIsExternalLicensed = $oJResp.BoolOf("value[i].Robot.IsExternalLicensed")
    $bLimitConcurrentExecution = $oJResp.BoolOf("value[i].Robot.LimitConcurrentExecution")
    $iId = $oJResp.IntOf("value[i].Robot.Id")
    $sReleaseName = $oJResp.StringOf("value[i].Release.Name")
    $sProcessKey = $oJResp.StringOf("value[i].Release.ProcessKey")
    $sProcessVersion = $oJResp.StringOf("value[i].Release.ProcessVersion")
    $sReleaseKey = $oJResp.StringOf("value[i].Release.Key")
    $bIsLatestVersion = $oJResp.BoolOf("value[i].Release.IsLatestVersion")
    $bIsProcessDeleted = $oJResp.BoolOf("value[i].Release.IsProcessDeleted")
    $sReleaseDescription = $oJResp.StringOf("value[i].Release.Description")
    $iEnvironmentId = $oJResp.IntOf("value[i].Release.EnvironmentId")
    $sEnvironmentName = $oJResp.StringOf("value[i].Release.EnvironmentName")
    $sEnvironmentName = $oJResp.StringOf("value[i].Release.Environment.Name")
    $sEnvironmentDescription = $oJResp.StringOf("value[i].Release.Environment.Description")
    $sEnvironmentType = $oJResp.StringOf("value[i].Release.Environment.Type")
    $iEnvironmentId = $oJResp.IntOf("value[i].Release.Environment.Id")
    $iEntryPointId = $oJResp.IntOf("value[i].Release.EntryPointId")
    $sUniqueId = $oJResp.StringOf("value[i].Release.EntryPoint.UniqueId")
    $sPath = $oJResp.StringOf("value[i].Release.EntryPoint.Path")
    $sInputArguments = $oJResp.StringOf("value[i].Release.EntryPoint.InputArguments")
    $sOutputArguments = $oJResp.StringOf("value[i].Release.EntryPoint.OutputArguments")
    $sValue = $oJResp.StringOf("value[i].Release.EntryPoint.DataVariation.Content.value")
    $sContentTypeValue = $oJResp.StringOf("value[i].Release.EntryPoint.DataVariation.ContentType.value")
    $sIdValue = $oJResp.StringOf("value[i].Release.EntryPoint.DataVariation.Id.value")
    $iEntryPointId = $oJResp.IntOf("value[i].Release.EntryPoint.Id")
    $sReleaseInputArguments = $oJResp.StringOf("value[i].Release.InputArguments")
    $sProcessType = $oJResp.StringOf("value[i].Release.ProcessType")
    $bSupportsMultipleEntryPoints = $oJResp.BoolOf("value[i].Release.SupportsMultipleEntryPoints")
    $bRequiresUserInteraction = $oJResp.BoolOf("value[i].Release.RequiresUserInteraction")
    $iReleaseId = $oJResp.IntOf("value[i].Release.CurrentVersion.ReleaseId")
    $sVersionNumber = $oJResp.StringOf("value[i].Release.CurrentVersion.VersionNumber")
    $sCreationTime = $oJResp.StringOf("value[i].Release.CurrentVersion.CreationTime")
    $sCurrentVersionReleaseName = $oJResp.StringOf("value[i].Release.CurrentVersion.ReleaseName")
    $iCurrentVersionId = $oJResp.IntOf("value[i].Release.CurrentVersion.Id")
    $sInput = $oJResp.StringOf("value[i].Release.Arguments.Input")
    $sOutput = $oJResp.StringOf("value[i].Release.Arguments.Output")
    $bErrorRecordingEnabled = $oJResp.BoolOf("value[i].Release.ProcessSettings.ErrorRecordingEnabled")
    $iDuration = $oJResp.IntOf("value[i].Release.ProcessSettings.Duration")
    $iFrequency = $oJResp.IntOf("value[i].Release.ProcessSettings.Frequency")
    $iQuality = $oJResp.IntOf("value[i].Release.ProcessSettings.Quality")
    $bAutoStartProcess = $oJResp.BoolOf("value[i].Release.ProcessSettings.AutoStartProcess")
    $bAlwaysRunning = $oJResp.BoolOf("value[i].Release.ProcessSettings.AlwaysRunning")
    $bAutoUpdate = $oJResp.BoolOf("value[i].Release.AutoUpdate")
    $sFeedId = $oJResp.StringOf("value[i].Release.FeedId")
    $sReleaseJobPriority = $oJResp.StringOf("value[i].Release.JobPriority")
    $sReleaseCreationTime = $oJResp.StringOf("value[i].Release.CreationTime")
    $iOrganizationUnitId = $oJResp.IntOf("value[i].Release.OrganizationUnitId")
    $sOrganizationUnitFullyQualifiedName = $oJResp.StringOf("value[i].Release.OrganizationUnitFullyQualifiedName")
    $iReleaseId = $oJResp.IntOf("value[i].Release.Id")
    $sSource = $oJResp.StringOf("value[i].Source")
    $sSourceType = $oJResp.StringOf("value[i].SourceType")
    $sBatchExecutionKey = $oJResp.StringOf("value[i].BatchExecutionKey")
    $sInfo = $oJResp.StringOf("value[i].Info")
    $sCreationTime = $oJResp.StringOf("value[i].CreationTime")
    $iStartingScheduleId = $oJResp.IntOf("value[i].StartingScheduleId")
    $sReleaseName = $oJResp.StringOf("value[i].ReleaseName")
    $sV_Type = $oJResp.StringOf("value[i].Type")
    $sInputArguments = $oJResp.StringOf("value[i].InputArguments")
    $sOutputArguments = $oJResp.StringOf("value[i].OutputArguments")
    $sHostMachineName = $oJResp.StringOf("value[i].HostMachineName")
    $bHasMediaRecorded = $oJResp.BoolOf("value[i].HasMediaRecorded")
    $sPersistenceId = $oJResp.StringOf("value[i].PersistenceId")
    $iResumeVersion = $oJResp.IntOf("value[i].ResumeVersion")
    $sStopStrategy = $oJResp.StringOf("value[i].StopStrategy")
    $sRuntimeType = $oJResp.StringOf("value[i].RuntimeType")
    $bRequiresUserInteraction = $oJResp.BoolOf("value[i].RequiresUserInteraction")
    $iReleaseVersionId = $oJResp.IntOf("value[i].ReleaseVersionId")
    $sEntryPointPath = $oJResp.StringOf("value[i].EntryPointPath")
    $iOrganizationUnitId = $oJResp.IntOf("value[i].OrganizationUnitId")
    $sOrganizationUnitFullyQualifiedName = $oJResp.StringOf("value[i].OrganizationUnitFullyQualifiedName")
    $sReference = $oJResp.StringOf("value[i].Reference")
    $sProcessType = $oJResp.StringOf("value[i].ProcessType")
    $iId = $oJResp.IntOf("value[i].Id")
    $iJ = 0
    $iCount_j = $oJResp.SizeOfArray("value[i].Robot.Environments")
    While $iJ < $iCount_j
        $oJResp.J = $iJ
        $sValue = $oJResp.StringOf("value[i].Robot.Environments[j].value")
        $iJ = $iJ + 1
    Wend
    $iJ = 0
    $iCount_j = $oJResp.SizeOfArray("value[i].Release.Environment.Robots")
    While $iJ < $iCount_j
        $oJResp.J = $iJ
        $sHostingType = $oJResp.StringOf("value[i].Release.Environment.Robots[j].HostingType")
        $sName = $oJResp.StringOf("value[i].Release.Environment.Robots[j].Name")
        $sV_Type = $oJResp.StringOf("value[i].Release.Environment.Robots[j].Type")
        $sUsername = $oJResp.StringOf("value[i].Release.Environment.Robots[j].Username")
        $sLicenseKey = $oJResp.StringOf("value[i].Release.Environment.Robots[j].LicenseKey")
        $sMachineName = $oJResp.StringOf("value[i].Release.Environment.Robots[j].MachineName")
        $iMachineId = $oJResp.IntOf("value[i].Release.Environment.Robots[j].MachineId")
        $sExternalName = $oJResp.StringOf("value[i].Release.Environment.Robots[j].ExternalName")
        $sDescription = $oJResp.StringOf("value[i].Release.Environment.Robots[j].Description")
        $sProvisionType = $oJResp.StringOf("value[i].Release.Environment.Robots[j].ProvisionType")
        $sPassword = $oJResp.StringOf("value[i].Release.Environment.Robots[j].Password")
        $iCredentialStoreId = $oJResp.IntOf("value[i].Release.Environment.Robots[j].CredentialStoreId")
        $iUserId = $oJResp.IntOf("value[i].Release.Environment.Robots[j].UserId")
        $bEnabled = $oJResp.BoolOf("value[i].Release.Environment.Robots[j].Enabled")
        $sCredentialType = $oJResp.StringOf("value[i].Release.Environment.Robots[j].CredentialType")
        $sRobotEnvironments = $oJResp.StringOf("value[i].Release.Environment.Robots[j].RobotEnvironments")
        $bIsExternalLicensed = $oJResp.BoolOf("value[i].Release.Environment.Robots[j].IsExternalLicensed")
        $bLimitConcurrentExecution = $oJResp.BoolOf("value[i].Release.Environment.Robots[j].LimitConcurrentExecution")
        $iId = $oJResp.IntOf("value[i].Release.Environment.Robots[j].Id")
        $iK = 0
        $iCount_k = $oJResp.SizeOfArray("value[i].Release.Environment.Robots[j].Environments")
        While $iK < $iCount_k
            $oJResp.K = $iK
            $sValue = $oJResp.StringOf("value[i].Release.Environment.Robots[j].Environments[k].value")
            $iK = $iK + 1
        Wend
        $iJ = $iJ + 1
    Wend
    $iJ = 0
    $iCount_j = $oJResp.SizeOfArray("value[i].Release.ReleaseVersions")
    While $iJ < $iCount_j
        $oJResp.J = $iJ
        $iReleaseId = $oJResp.IntOf("value[i].Release.ReleaseVersions[j].ReleaseId")
        $sVersionNumber = $oJResp.StringOf("value[i].Release.ReleaseVersions[j].VersionNumber")
        $sCreationTime = $oJResp.StringOf("value[i].Release.ReleaseVersions[j].CreationTime")
        $sReleaseName = $oJResp.StringOf("value[i].Release.ReleaseVersions[j].ReleaseName")
        $iId = $oJResp.IntOf("value[i].Release.ReleaseVersions[j].Id")
        $iJ = $iJ + 1
    Wend
    $i = $i + 1
Wend

Curl Command

curl -G -d "mandatoryPermissions=enim%20officia%20ut%20oc"
	-d "mandatoryPermissions=quis%20ex%20ullamco%20sit"
	-d "atLeastOnePermissions=enim%20officia%20ut%20oc"
	-d "atLeastOnePermissions=quis%20ex%20ullamco%20sit"
	-d "$expand=esse%20sit%20qui"
	-d "$filter=esse%20sit%20qui"
	-d "$select=esse%20sit%20qui"
	-d "$orderby=esse%20sit%20qui"
	-d "$top=12575632"
	-d "$skip=12575632"
	-d "$count=true"
	-H "Authorization: Bearer <access_token>"
	-H "X-UIPATH-OrganizationUnitId: 12575632"
https://domain.com/odata/Jobs

Postman Collection Item JSON

{
  "name": "Gets Jobs. Copy",
  "request": {
    "method": "GET",
    "header": [
      {
        "description": "Folder/OrganizationUnit Id",
        "key": "X-UIPATH-OrganizationUnitId",
        "value": "12575632"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/odata/Jobs?mandatoryPermissions=enim officia ut oc&mandatoryPermissions=quis ex ullamco sit&atLeastOnePermissions=enim officia ut oc&atLeastOnePermissions=quis ex ullamco sit&$expand=esse sit qui&$filter=esse sit qui&$select=esse sit qui&$orderby=esse sit qui&$top=12575632&$skip=12575632&$count=true",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "odata",
        "Jobs"
      ],
      "query": [
        {
          "key": "mandatoryPermissions",
          "value": "enim officia ut oc",
          "description": "If in a cross-folder scenario, these represent the additional permissions\r\n            required in the folders the data is retrieved from; all permissions in this set must be met"
        },
        {
          "key": "mandatoryPermissions",
          "value": "quis ex ullamco sit",
          "description": "If in a cross-folder scenario, these represent the additional permissions\r\n            required in the folders the data is retrieved from; all permissions in this set must be met"
        },
        {
          "key": "atLeastOnePermissions",
          "value": "enim officia ut oc",
          "description": "If in a cross-folder scenario, these represent the additional permissions\r\n            required in the folders the data is retrieved from; at least one permission in this set must be met"
        },
        {
          "key": "atLeastOnePermissions",
          "value": "quis ex ullamco sit",
          "description": "If in a cross-folder scenario, these represent the additional permissions\r\n            required in the folders the data is retrieved from; at least one permission in this set must be met"
        },
        {
          "key": "$expand",
          "value": "esse sit qui",
          "description": "Indicates the related entities to be represented inline. The maximum depth is 2."
        },
        {
          "key": "$filter",
          "value": "esse sit qui",
          "description": "Restricts the set of items returned. The maximum number of expressions is 100."
        },
        {
          "key": "$select",
          "value": "esse sit qui",
          "description": "Limits the properties returned in the result."
        },
        {
          "key": "$orderby",
          "value": "esse sit qui",
          "description": "Specifies the order in which items are returned. The maximum number of expressions is 5."
        },
        {
          "key": "$top",
          "value": "12575632",
          "description": "Limits the number of items returned from a collection. The maximum value is 1000."
        },
        {
          "key": "$skip",
          "value": "12575632",
          "description": "Excludes the specified number of items of the queried collection from the result."
        },
        {
          "key": "$count",
          "value": "true",
          "description": "Indicates whether the total count of items within a collection are returned in the result."
        }
      ]
    },
    "description": "OAuth required scopes: OR.Jobs or OR.Jobs.Read.\r\n\r\nRequired permissions: Jobs.View."
  },
  "response": [
    {
      "name": "Success",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Folder/OrganizationUnit Id",
            "key": "X-UIPATH-OrganizationUnitId",
            "value": "12575632"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/odata/Jobs?mandatoryPermissions=eiusmod officia pariatur&mandatoryPermissions=amet eiusmod nulla dolore&atLeastOnePermissions=eiusmod officia pariatur&atLeastOnePermissions=amet eiusmod nulla dolore&$expand=esse sit qui&$filter=esse sit qui&$select=esse sit qui&$orderby=esse sit qui&$top=12575632&$skip=12575632&$count=true",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "odata",
            "Jobs"
          ],
          "query": [
            {
              "key": "mandatoryPermissions",
              "value": "eiusmod officia pariatur"
            },
            {
              "key": "mandatoryPermissions",
              "value": "amet eiusmod nulla dolore"
            },
            {
              "key": "atLeastOnePermissions",
              "value": "eiusmod officia pariatur"
            },
            {
              "key": "atLeastOnePermissions",
              "value": "amet eiusmod nulla dolore"
            },
            {
              "key": "$expand",
              "value": "esse sit qui"
            },
            {
              "key": "$filter",
              "value": "esse sit qui"
            },
            {
              "key": "$select",
              "value": "esse sit qui"
            },
            {
              "key": "$orderby",
              "value": "esse sit qui"
            },
            {
              "key": "$top",
              "value": "12575632"
            },
            {
              "key": "$skip",
              "value": "12575632"
            },
            {
              "key": "$count",
              "value": "true"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"value\": [\n  {\n   \"Key\": \"urn:uuid:be08766e-ac51-bb45-5501-0a3dc5154af2\",\n   \"StartTime\": \"1968-12-05T22:17:50.256Z\",\n   \"EndTime\": \"1987-05-29T17:04:27.173Z\",\n   \"State\": \"Running\",\n   \"JobPriority\": \"Normal\",\n   \"Robot\": {\n    \"HostingType\": \"Standard\",\n    \"Name\": \"ve\",\n    \"Type\": \"RpaDeveloper\",\n    \"Username\": \"exercitation et ea\",\n    \"LicenseKey\": \"elit in\",\n    \"MachineName\": \"irure Ut mollit dolore\",\n    \"MachineId\": -25291783,\n    \"ExternalName\": \"laboris commodo dolor do\",\n    \"Description\": \"culpa eu consequat\",\n    \"ProvisionType\": \"Automatic\",\n    \"Password\": \"officia eu ut cupidatat\",\n    \"CredentialStoreId\": 68306960,\n    \"UserId\": 31877342,\n    \"Enabled\": true,\n    \"CredentialType\": \"Default\",\n    \"Environments\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n     }\n    ],\n    \"RobotEnvironments\": \"non exercitation ut dolor\",\n    \"ExecutionSettings\": {},\n    \"IsExternalLicensed\": false,\n    \"LimitConcurrentExecution\": false,\n    \"Id\": -59332040\n   },\n   \"Release\": {\n    \"Name\": \"sed in aliquip consequat\",\n    \"ProcessKey\": \"exercitation\",\n    \"ProcessVersion\": \"amet\",\n    \"Key\": \"velit ipsum ut\",\n    \"IsLatestVersion\": false,\n    \"IsProcessDeleted\": true,\n    \"Description\": \"dolore\",\n    \"EnvironmentId\": -41748387,\n    \"EnvironmentName\": \"esse culpa\",\n    \"Environment\": {\n     \"Name\": \"ea dolor\",\n     \"Description\": \"cillum Duis enim\",\n     \"Robots\": [\n      {\n       \"HostingType\": \"Standard\",\n       \"Name\": \"magna adip\",\n       \"Type\": \"Development\",\n       \"Username\": \"dolore ex\",\n       \"LicenseKey\": \"nulla veniam dolor proident ipsum\",\n       \"MachineName\": \"deserunt sed aute reprehenderit\",\n       \"MachineId\": 99549561,\n       \"ExternalName\": \"ad laboris veniam sint incididunt\",\n       \"Description\": \"Ut commodo\",\n       \"ProvisionType\": \"Automatic\",\n       \"Password\": \"reprehenderit\",\n       \"CredentialStoreId\": -86457645,\n       \"UserId\": -62740279,\n       \"Enabled\": false,\n       \"CredentialType\": \"Default\",\n       \"Environments\": [\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        },\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        }\n       ],\n       \"RobotEnvironments\": \"fugiat labore sunt non\",\n       \"ExecutionSettings\": {},\n       \"IsExternalLicensed\": false,\n       \"LimitConcurrentExecution\": false,\n       \"Id\": -57032659\n      },\n      {\n       \"HostingType\": \"Standard\",\n       \"Name\": \"ut\",\n       \"Type\": \"Studio\",\n       \"Username\": \"ipsum fugiat\",\n       \"LicenseKey\": \"laboris\",\n       \"MachineName\": \"nisi consequat nostrud adipisicing\",\n       \"MachineId\": -86957591,\n       \"ExternalName\": \"consequat nulla culpa\",\n       \"Description\": \"quis proident\",\n       \"ProvisionType\": \"Automatic\",\n       \"Password\": \"dolor laborum dolore exercitation\",\n       \"CredentialStoreId\": -50712714,\n       \"UserId\": -77316487,\n       \"Enabled\": true,\n       \"CredentialType\": \"NCipher\",\n       \"Environments\": [\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        },\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        }\n       ],\n       \"RobotEnvironments\": \"consectetur proident\",\n       \"ExecutionSettings\": {},\n       \"IsExternalLicensed\": false,\n       \"LimitConcurrentExecution\": false,\n       \"Id\": 61973728\n      }\n     ],\n     \"Type\": \"Dev\",\n     \"Id\": -81564071\n    },\n    \"EntryPointId\": 65883382,\n    \"EntryPoint\": {\n     \"UniqueId\": \"33d009ac-efb0-a268-39d6-f418e596355f\",\n     \"Path\": \"ipsum enim est sunt\",\n     \"InputArguments\": \"quis incididunt sed aliquip laboris\",\n     \"OutputArguments\": \"labore in a\",\n     \"DataVariation\": {\n      \"Content\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"ContentType\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Id\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n     },\n     \"Id\": -88661283\n    },\n    \"InputArguments\": \"aliqua laborum id reprehenderit irure\",\n    \"ProcessType\": \"Process\",\n    \"SupportsMultipleEntryPoints\": false,\n    \"RequiresUserInteraction\": true,\n    \"CurrentVersion\": {\n     \"ReleaseId\": 74749251,\n     \"VersionNumber\": \"et sed in\",\n     \"CreationTime\": \"2004-08-18T18:18:03.338Z\",\n     \"ReleaseName\": \"culpa irure eiusmod cillum\",\n     \"Id\": -2823220\n    },\n    \"ReleaseVersions\": [\n     {\n      \"ReleaseId\": 98978237,\n      \"VersionNumber\": \"dolor\",\n      \"CreationTime\": \"1946-05-25T08:32:13.398Z\",\n      \"ReleaseName\": \"cillum amet do sit\",\n      \"Id\": 20089819\n     },\n     {\n      \"ReleaseId\": -81798741,\n      \"VersionNumber\": \"commodo\",\n      \"CreationTime\": \"1948-07-19T18:02:36.929Z\",\n      \"ReleaseName\": \"commodo ut\",\n      \"Id\": -50835643\n     }\n    ],\n    \"Arguments\": {\n     \"Input\": \"cupidatat nulla dolore laboris\",\n     \"Output\": \"irure enim\"\n    },\n    \"ProcessSettings\": {\n     \"ErrorRecordingEnabled\": false,\n     \"Duration\": 21017457,\n     \"Frequency\": -78467124,\n     \"Quality\": -81865886,\n     \"AutoStartProcess\": false,\n     \"AlwaysRunning\": false\n    },\n    \"AutoUpdate\": true,\n    \"FeedId\": \"b75e256e-424d-3bf4-0039-f805bddcfa1c\",\n    \"JobPriority\": \"Normal\",\n    \"CreationTime\": \"1968-10-01T15:48:41.828Z\",\n    \"OrganizationUnitId\": 83258498,\n    \"OrganizationUnitFullyQualifiedName\": \"deserunt Excepteur velit fugiat ipsum\",\n    \"Id\": 97579630\n   },\n   \"Source\": \"in sed eiusmod officia\",\n   \"SourceType\": \"Manual\",\n   \"BatchExecutionKey\": \"0af7775b-abfd-b5da-a616-c1368d064956\",\n   \"Info\": \"elit qui cupidatat Excepteur irure\",\n   \"CreationTime\": \"2011-03-20T05:47:21.122Z\",\n   \"StartingScheduleId\": -96622782,\n   \"ReleaseName\": \"aliqua cillum do\",\n   \"Type\": \"Attended\",\n   \"InputArguments\": \"mollit et anim Duis la\",\n   \"OutputArguments\": \"nisi eu\",\n   \"HostMachineName\": \"ex nisi est\",\n   \"HasMediaRecorded\": true,\n   \"PersistenceId\": \"7d168d12-cdee-3fc1-6573-e51cf722927c\",\n   \"ResumeVersion\": 80821028,\n   \"StopStrategy\": \"Kill\",\n   \"RuntimeType\": \"Studio\",\n   \"RequiresUserInteraction\": true,\n   \"ReleaseVersionId\": -14684718,\n   \"EntryPointPath\": \"irure ex\",\n   \"OrganizationUnitId\": -47866254,\n   \"OrganizationUnitFullyQualifiedName\": \"in dolor adipisicing irure fugiat\",\n   \"Reference\": \"veniam quis\",\n   \"ProcessType\": \"TestAutomationProcess\",\n   \"Id\": 74454915\n  },\n  {\n   \"Key\": \"urn:uuid:ebc451f5-37de-ca57-6a04-841f283e3db3\",\n   \"StartTime\": \"2015-06-26T01:29:47.772Z\",\n   \"EndTime\": \"1975-12-07T06:11:09.831Z\",\n   \"State\": \"Terminating\",\n   \"JobPriority\": \"Normal\",\n   \"Robot\": {\n    \"HostingType\": \"Floating\",\n    \"Name\": \"reprehenderit mag\",\n    \"Type\": \"NonProduction\",\n    \"Username\": \"amet\",\n    \"LicenseKey\": \"in\",\n    \"MachineName\": \"veniam sint Duis in\",\n    \"MachineId\": -69775421,\n    \"ExternalName\": \"sit esse in in\",\n    \"Description\": \"mollit laboris et adipisicing\",\n    \"ProvisionType\": \"Manual\",\n    \"Password\": \"mollit exercitation\",\n    \"CredentialStoreId\": -60643044,\n    \"UserId\": 69734890,\n    \"Enabled\": false,\n    \"CredentialType\": \"NCipher\",\n    \"Environments\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n     }\n    ],\n    \"RobotEnvironments\": \"fugiat velit\",\n    \"ExecutionSettings\": {},\n    \"IsExternalLicensed\": true,\n    \"LimitConcurrentExecution\": true,\n    \"Id\": -10649011\n   },\n   \"Release\": {\n    \"Name\": \"exer\",\n    \"ProcessKey\": \"esse irure sunt\",\n    \"ProcessVersion\": \"commodo esse\",\n    \"Key\": \"et\",\n    \"IsLatestVersion\": false,\n    \"IsProcessDeleted\": false,\n    \"Description\": \"cillum elit sint proident laboris\",\n    \"EnvironmentId\": -28668699,\n    \"EnvironmentName\": \"fugiat dolor\",\n    \"Environment\": {\n     \"Name\": \"aliquip in \",\n     \"Description\": \"ullamco Ut ipsum\",\n     \"Robots\": [\n      {\n       \"HostingType\": \"Standard\",\n       \"Name\": \"veniam irure\",\n       \"Type\": \"Unattended\",\n       \"Username\": \"exercitation eu\",\n       \"LicenseKey\": \"eu\",\n       \"MachineName\": \"laborum non ut\",\n       \"MachineId\": -97603824,\n       \"ExternalName\": \"do\",\n       \"Description\": \"commodo\",\n       \"ProvisionType\": \"Manual\",\n       \"Password\": \"amet\",\n       \"CredentialStoreId\": -46683638,\n       \"UserId\": -79507069,\n       \"Enabled\": false,\n       \"CredentialType\": \"SafeNet\",\n       \"Environments\": [\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        },\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        }\n       ],\n       \"RobotEnvironments\": \"ut nisi cupidatat\",\n       \"ExecutionSettings\": {},\n       \"IsExternalLicensed\": true,\n       \"LimitConcurrentExecution\": false,\n       \"Id\": 54910452\n      },\n      {\n       \"HostingType\": \"Standard\",\n       \"Name\": \"ipsum labor\",\n       \"Type\": \"TestAutomation\",\n       \"Username\": \"sed enim anim\",\n       \"LicenseKey\": \"laboris ut officia id\",\n       \"MachineName\": \"quis in\",\n       \"MachineId\": -90219792,\n       \"ExternalName\": \"in pariatur laborum sit\",\n       \"Description\": \"minim fugiat nisi dolore consectetur\",\n       \"ProvisionType\": \"Manual\",\n       \"Password\": \"officia cupidatat\",\n       \"CredentialStoreId\": 43407097,\n       \"UserId\": -57075544,\n       \"Enabled\": false,\n       \"CredentialType\": \"SafeNet\",\n       \"Environments\": [\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        },\n        {\n         \"value\": \"<Circular reference to #/components/schemas/EnvironmentDto detected>\"\n        }\n       ],\n       \"RobotEnvironments\": \"Duis proident irure\",\n       \"ExecutionSettings\": {},\n       \"IsExternalLicensed\": true,\n       \"LimitConcurrentExecution\": true,\n       \"Id\": -9267781\n      }\n     ],\n     \"Type\": \"Prod\",\n     \"Id\": -62000928\n    },\n    \"EntryPointId\": -90692421,\n    \"EntryPoint\": {\n     \"UniqueId\": \"urn:uuid:d301be4a-2392-bf86-7e46-bb8be011fbf7\",\n     \"Path\": \"velit minim a\",\n     \"InputArguments\": \"aliquip eu reprehenderit sit\",\n     \"OutputArguments\": \"in Lorem sint\",\n     \"DataVariation\": {\n      \"Content\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"ContentType\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"Id\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n     },\n     \"Id\": -7344118\n    },\n    \"InputArguments\": \"commodo aute\",\n    \"ProcessType\": \"TestAutomationProcess\",\n    \"SupportsMultipleEntryPoints\": true,\n    \"RequiresUserInteraction\": true,\n    \"CurrentVersion\": {\n     \"ReleaseId\": 81406107,\n     \"VersionNumber\": \"id dolor fugiat est\",\n     \"CreationTime\": \"1985-09-08T00:08:37.146Z\",\n     \"ReleaseName\": \"amet nisi in et\",\n     \"Id\": 18866201\n    },\n    \"ReleaseVersions\": [\n     {\n      \"ReleaseId\": -18017135,\n      \"VersionNumber\": \"laboris\",\n      \"CreationTime\": \"2010-11-11T00:55:45.791Z\",\n      \"ReleaseName\": \"s\",\n      \"Id\": -24543215\n     },\n     {\n      \"ReleaseId\": 55664279,\n      \"VersionNumber\": \"sint\",\n      \"CreationTime\": \"2017-11-30T09:41:33.627Z\",\n      \"ReleaseName\": \"laboris dolore\",\n      \"Id\": 98955952\n     }\n    ],\n    \"Arguments\": {\n     \"Input\": \"laboris Ut eiusmod ad occaecat\",\n     \"Output\": \"dolor ut aliquip Lorem\"\n    },\n    \"ProcessSettings\": {\n     \"ErrorRecordingEnabled\": true,\n     \"Duration\": -46266930,\n     \"Frequency\": 79484330,\n     \"Quality\": 57996402,\n     \"AutoStartProcess\": false,\n     \"AlwaysRunning\": false\n    },\n    \"AutoUpdate\": true,\n    \"FeedId\": \"ba07e4b6-b53b-9353-118a-b30abad1721a\",\n    \"JobPriority\": \"Low\",\n    \"CreationTime\": \"2018-12-13T23:39:20.742Z\",\n    \"OrganizationUnitId\": -70783962,\n    \"OrganizationUnitFullyQualifiedName\": \"ullamco dolor\",\n    \"Id\": -27097135\n   },\n   \"Source\": \"elit exercitation\",\n   \"SourceType\": \"Schedule\",\n   \"BatchExecutionKey\": \"8ab4e543-f97f-69ee-ff36-3957c3150367\",\n   \"Info\": \"deserunt ullamco non \",\n   \"CreationTime\": \"2017-03-10T11:50:24.671Z\",\n   \"StartingScheduleId\": 95117699,\n   \"ReleaseName\": \"sunt commodo ex in ut\",\n   \"Type\": \"Attended\",\n   \"InputArguments\": \"cupid\",\n   \"OutputArguments\": \"enim ad\",\n   \"HostMachineName\": \"elit Lorem\",\n   \"HasMediaRecorded\": false,\n   \"PersistenceId\": \"urn:uuid:cdafed65-066d-922a-b8e4-414a65fc1ee1\",\n   \"ResumeVersion\": 96117442,\n   \"StopStrategy\": \"SoftStop\",\n   \"RuntimeType\": \"CitizenDeveloper\",\n   \"RequiresUserInteraction\": true,\n   \"ReleaseVersionId\": 49481835,\n   \"EntryPointPath\": \"culpa enim\",\n   \"OrganizationUnitId\": 73582213,\n   \"OrganizationUnitFullyQualifiedName\": \"in Lorem ex\",\n   \"Reference\": \"sunt cupidatat id\",\n   \"ProcessType\": \"TestAutomationProcess\",\n   \"Id\": 15658384\n  }\n ]\n}"
    }
  ]
}