Skip to main content
GET
/
api
/
JobPosting
/
Templates
/
{templateId}
Get Advert Template by ID.
curl --request GET \
  --url https://api.example.com/api/JobPosting/Templates/{templateId}
{
  "id": 123,
  "name": "<string>",
  "ownerID": 123,
  "ownerName": "<string>",
  "statusID": 123,
  "statusName": "<string>",
  "title": "<string>",
  "shortDescription": "<string>",
  "description": "<string>",
  "bullet1": "<string>",
  "bullet2": "<string>",
  "bullet3": "<string>",
  "division": 123,
  "screeningQuestionnaireTemplateID": 123,
  "classificationID": 123,
  "subClassificationID": 123,
  "countryID": 123,
  "regionID": 123,
  "locationID": 123,
  "workTypeID": 123,
  "payCurrencyID": 123,
  "payFrom": 123,
  "payTo": 123,
  "payType": 123,
  "payDisplay": "<string>",
  "createdByID": 123,
  "createdByName": "<string>",
  "dateCreated": "2023-11-07T05:31:56Z",
  "lastUpdatedByID": 123,
  "lastUpdatedByName": "<string>",
  "lastUpdatedDate": "2023-11-07T05:31:56Z",
  "deleted": true,
  "deletedDate": "2023-11-07T05:31:56Z",
  "deletedByID": 123,
  "jobBoards": [
    {
      "id": 123,
      "advertTemplateID": 123,
      "jobBoardID": 123
    }
  ],
  "attributes": [
    {
      "id": 123,
      "advertTemplateID": 123,
      "jobBoardID": 123,
      "type": "<string>",
      "value": "<string>"
    }
  ]
}

Path Parameters

templateId
integer<int32>
required

Query Parameters

includeJobBoards
boolean
default:false

Response

200 - application/json

OK

id
integer<int32>
name
string | null
ownerID
integer<int32>
ownerName
string | null
statusID
integer<int32>
statusName
string | null
title
string | null
shortDescription
string | null
description
string | null
bullet1
string | null
bullet2
string | null
bullet3
string | null
division
integer<int32> | null
screeningQuestionnaireTemplateID
integer<int32> | null
classificationID
integer<int32> | null
subClassificationID
integer<int32> | null
countryID
integer<int32> | null
regionID
integer<int32> | null
locationID
integer<int32> | null
workTypeID
integer<int32> | null
payCurrencyID
integer<int32> | null
payFrom
number<double> | null
payTo
number<double> | null
payType
integer<int32> | null
payDisplay
string | null
createdByID
integer<int32>
createdByName
string | null
dateCreated
string<date-time>
lastUpdatedByID
integer<int32> | null
lastUpdatedByName
string | null
lastUpdatedDate
string<date-time> | null
deleted
boolean
deletedDate
string<date-time> | null
deletedByID
integer<int32> | null
jobBoards
object[] | null
attributes
object[] | null