POST Incident/FetchIncidentPDF
API call to retrieve the PDF associated with an incident
Request Information
URI Parameters
None.
Body Parameters
GetIncidentPDFRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IncidentReference | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"IncidentReference": "sample string 1"
}
Response Information
Resource Description
GetIncidentPDFResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PDFStream | Collection of byte |
None. |
|
| Success | boolean |
None. |
|
| Messages | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PDFStream": "QEA=",
"Success": true,
"Messages": [
"sample string 1",
"sample string 2"
]
}