GET api/report/GetPDF/{CreditID}/{LanguageID}/{ReportID}

The purpose of this endpoint is to retrieve existing reports from DNA Behavior's platform in pdf format.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CreditID

CreditID is associated with the questionnaire and the results of the client.

integer

This is a required parameter

LanguageID

LanguageID is used to generate a report for the designated language.

byte

This is a required parameter

ReportID

ReportID is used to generate a report for designated ReportID.

integer

This is a required parameter

Body Parameters

None

Response Information

Resource Description

This API call will return byte array content for pdf report.

NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None