Skip to main content
GET
/
api
/
JobPosting
/
{id}
/
JobBoards
Get adverts job boards.
curl --request GET \
  --url https://api.example.com/api/JobPosting/{id}/JobBoards
[
  {
    "status": "<string>",
    "numApplicants": 123,
    "jobBoard": "<string>",
    "jobBoardID": 123,
    "jobBoardTypeID": 123,
    "attributes": [
      {
        "id": 123,
        "type": "<string>",
        "value": "<string>"
      }
    ],
    "token": "<string>"
  }
]

Path Parameters

id
integer<int32>
required

Query Parameters

includeAttributes
boolean
default:false

Response

200 - application/json

OK

status
string | null
numApplicants
integer<int32>
jobBoard
string | null
jobBoardID
integer<int32>
jobBoardTypeID
integer<int32>
attributes
object[] | null
token
string | null