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

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