cURL
curl --request GET \ --url https://api.example.com/api/agency-portal/ReleasedJobsByUs/{id}
{ "id": 123, "customerName": "<string>", "userId": 123, "userName": "<string>", "jobId": 123, "jobTitle": "<string>", "statusId": 0, "statusName": "<string>", "releasedDate": "2023-11-07T05:31:56Z", "expiryDate": "2023-11-07T05:31:56Z", "title": "<string>", "description": "<string>", "classificationId": 123, "classificationName": "<string>", "subClassificationId": 123, "subClassificationName": "<string>", "countryId": 123, "countryName": "<string>", "regionId": 123, "regionName": "<string>", "locationId": 123, "locationName": "<string>", "workTypeId": 123, "workTypeName": "<string>", "payCurrencyId": 123, "payCurrencyName": "<string>", "payFrom": 123, "payTo": 123, "payTypeId": 123, "payTypeName": "<string>", "agencies": [ 123 ], "agenciesCount": 123, "submittedCandidatesCount": 123, "includeJobDescription": true }
OK
0
1
2
Was this page helpful?