GET api/v1/orgs/{orgid}/jobs/{jobid}?isexternal={isexternal}&clientid={clientid}
Retrieve a Job from Arya. Client jobid isexternal returns True or False.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| orgid | Value of Arya Organization ID. |
Define this parameter in the request URI. |
| jobid | Value of Jobid. |
Define this parameter in the request URI. |
| isexternal | Set true if ATS jobid, set false if Arya jobid. |
Define this parameter in the request URI. |
| clientid | Optional Parameter. |
Define this parameter in the request URI. |