Skip to main content
GET
/
api
/
CvProcessingTemplates
/
{id}
Get CV Processing Template By ID.
curl --request GET \
  --url https://api.example.com/api/CvProcessingTemplates/{id}
{
  "id": 123,
  "customerId": 123,
  "isEnabled": true,
  "name": "<string>",
  "subject": "<string>",
  "body": "<string>",
  "senderName": "<string>",
  "senderEmail": "<string>"
}

Path Parameters

id
integer<int32>
required

Response

200 - application/json

OK

id
integer<int32> | null
customerId
integer<int32>
isEnabled
boolean
name
string | null
subject
string | null
body
string | null
senderName
string | null
senderEmail
string | null