Skip to main content
GET
/
api
/
JobPosting
/
NotificationTemplate
Get Application Notification Template.
curl --request GET \
  --url https://api.example.com/api/JobPosting/NotificationTemplate
{
  "subject": "<string>",
  "body": "<string>"
}

Response

200 - application/json

OK

subject
string | null
body
string | null