Response schema
The response schema contains a description of every property that can be returned for this endpoint.
count
integer
Details how many custom report templates there are in total. This is null because the information retrieved is for a specific custom report template.
top
integer
Details number of custom report templates returned in the response. This is null because the information retrieved is for a specific custom report template.
skip
integer
Details how many custom report templates were skipped to display those in the response. This is null because the information retrieved is for a specific custom report template.
pageCount
integer
Details how many pages of custom report templates there are. This is null because the information retrieved is for a specific custom report template.
nextPageLink
string
The endpoint to call the next page of custom report templates. This is null because the information retrieved is for a specific custom report template.
prevPageLink
string
The endpoint to call the previous page of custom report templates. This is null because the information retrieved is for a specific custom report template.
response
array
Contains the rest of the response.
id
integer
The custom report template’s unique identifier.
reference
string
The custom report template’s unique reference code.
name
string
The custom report template’s name.
entities
array
Contains the custom report template’s entities’ information.
TestResult is currently the only available entity. For more information on the information available in the custom report entities, read ‘Custom report entities’ in CustomReportGeneration API.
templatingEngine
enumeration
The templating engine used for the custom report template. Currently, the only available engine is Scriban.
creationDate
string
The date the custom report template was created, in YYYY/MM/SSTHH:MM:SS format.
templateFile
object
Contains the information for the custom report template’s HTML file.
templateFile/id
integer
The HTML file’s unique identifier.
templateFile/name
string
The HTML file’s name and file extension.
templateFile/url
string
The endpoint used to generate the custom report template.
templateFile/path
string
The HTML file’s file path.
NOTE: This property always returns null.
emailSubject
string
The subject line of the email sent to candidates, if the Custom Reports site setting is enabled for reports to be automatically sent to candidates.
emailBody
string
The email body of the email sent to candidates, if the Custom Reports site setting is enabled for reports to be automatically sent to candidates.
isEmailBodyRtl
Boolean
Determines whether email body uses right-to-left (true) or left-to-right (false) text direction, if the Custom Reports site setting is enabled for reports to be automatically sent to candidates.
isImageIncluded
Boolean
Determines whether an image of the report is included at the bottom of the email sent to candidates, if the Custom Reports site setting is enabled for reports to be automatically sent to candidates.
errors
string
Information about any errors that occurred during the request.
serverTimeZone
enumeration
The timezone of the server sending the response.