GET api/v1/orgs/{orgid}/jobs_client_report?ClientId={ClientId}&TakeCount={TakeCount}&SkipCount={SkipCount}
To get List of Jobs for a given ATS Client ID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
ClientId | Value of Client ID |
Define this parameter in the request URI. |
TakeCount | Value of TakeCount(Optional) |
Define this parameter in the request URI. |
SkipCount | Value of SkipCount(Optional) |
Define this parameter in the request URI. |