Skip to main content
GET
/
api
/
ReferenceCheckTemplates
Get All Reference Check Templates.
curl --request GET \
  --url https://api.example.com/api/ReferenceCheckTemplates
[
  {
    "id": 123,
    "ownerID": 123,
    "owner": "<string>",
    "name": "<string>",
    "statusID": 123,
    "status": "<string>",
    "json": "<string>",
    "documentTemplateId": 123,
    "documentTemplateName": "<string>"
  }
]

Response

200 - application/json

OK

id
integer<int32>
ownerID
integer<int32>
owner
string | null
name
string | null
statusID
integer<int32>
status
string | null
json
string | null
documentTemplateId
integer<int32>
documentTemplateName
string | null