GET api/v1/orgs/{orgid}/reports/jobcreationactivation?FromDate={FromDate}&ToDate={ToDate}&TakeCount={TakeCount}&SkipCount={SkipCount}
Retrieve a job Creation and Activation report.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
FromDate | Value of From Date 'yyyy-MM-dd' |
Define this parameter in the request URI. |
ToDate | Value of To Date 'yyyy-MM-dd' |
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. |