GET api/v1/orgs/{orgid}/jobs?searchTerm={searchTerm}&TakeCount={TakeCount}&vSkipCount={vSkipCount}&status={status}
Returns a list of Jobs with take count and skip count parameters.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
orgid | Value of Arya Organization ID |
Define this parameter in the request URI. |
searchTerm | Search term; searches in job title and job code |
Define this parameter in the request URI. |
TakeCount | Value of take count |
Define this parameter in the request URI. |
vSkipCount | Value of skip count |
Define this parameter in the request URI. |
status | No documentation available. |
Define this parameter in the request URI. |