Skip to main content
GET
/
api
/
agency-portal
/
ReleasedJobsByUs
/
{id}
Get Specific Job Released by Us.
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
}

Path Parameters

id
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32>
customerName
string | null
userId
integer<int32>
userName
string | null
jobId
integer<int32>
jobTitle
string | null
statusId
enum<integer>
Available options:
0,
1,
2
statusName
string | null
releasedDate
string<date-time>
expiryDate
string<date-time>
title
string | null
description
string | null
classificationId
integer<int32>
classificationName
string | null
subClassificationId
integer<int32>
subClassificationName
string | null
countryId
integer<int32>
countryName
string | null
regionId
integer<int32>
regionName
string | null
locationId
integer<int32>
locationName
string | null
workTypeId
integer<int32>
workTypeName
string | null
payCurrencyId
integer<int32>
payCurrencyName
string | null
payFrom
number<double>
payTo
number<double>
payTypeId
integer<int32>
payTypeName
string | null
agencies
integer<int32>[] | null
agenciesCount
integer<int32> | null
submittedCandidatesCount
integer<int32> | null
includeJobDescription
boolean