Skip to main content
GET
/
api
/
JobPosting
/
{advertId}
/
JobBoards
/
Availables
cURL
curl --request GET \
  --url https://api.example.com/api/JobPosting/{advertId}/JobBoards/Availables
[
  {
    "id": 123,
    "jobBoardID": 4,
    "name": "<string>",
    "stockName": "<string>",
    "type": 123,
    "statusID": 123,
    "active": true,
    "adsUsed": 123,
    "adsQuota": 123,
    "userAdsQuota": 123,
    "userAdsUsed": 123,
    "recurringQuota": 123,
    "quotaVariance": 123,
    "quotasEnabled": true,
    "defaultBoard": true,
    "mandatoryBoard": true,
    "assignedTo": 123,
    "requestedBy": "<string>",
    "notes": "<string>",
    "applicationEmailAddress": "<string>",
    "boardHTML": "<string>",
    "boardDetailsHTML": "<string>",
    "footer": "<string>",
    "attributes": [
      {
        "id": 123,
        "type": "<string>",
        "value": "<string>"
      }
    ]
  }
]

Path Parameters

advertId
integer<int32>
required

Query Parameters

consultantId
integer<int32>
default:0
includeAttributes
boolean
default:false

Response

200 - application/json

OK

id
integer<int32>
jobBoardID
enum<integer>
Available options:
4,
9,
11,
13,
15,
16,
17,
18,
20,
21,
22,
29,
36,
67,
68,
71,
72,
73,
77,
78,
79,
80,
81,
82,
83,
85,
86
name
string | null
stockName
string | null
type
integer<int32>
statusID
integer<int32>
active
boolean
adsUsed
integer<int32>
adsQuota
integer<int32>
userAdsQuota
integer<int32>
userAdsUsed
integer<int32>
recurringQuota
integer<int32>
quotaVariance
integer<int32>
quotasEnabled
boolean
defaultBoard
boolean
mandatoryBoard
boolean
assignedTo
integer<int32>
requestedBy
string | null
notes
string | null
applicationEmailAddress
string | null
boardHTML
string | null
boardDetailsHTML
string | null
attributes
object[] | null