GET {who}/Messages/{messageId}/Print?language={language}&dataFormatId={dataFormatId}&dataFormatVersion={dataFormatVersion}
Gets the PDF representation of the message with the given messageId
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
who | Who to retrieve messages for. Valid values are "my", or an organization number of an organization the user can represent, or <Reportee.ReporteeId>, where the identified reportee may be a person or organization. |
Define this parameter in the request URI. |
messageId | ID of the message to be retrieved |
Define this parameter in the request URI. |
language | Translation of the retrieved print, valid values are: 1033 (English), 1044 (Bokmal) and 2068 (Nynorsk) This is an optional parameter, defaults to the user preset language |
Define this parameter in the request URI. |
dataFormatId | The Data Format ID to return PDFs for. This is an optional parameter, defaults to all IDs. |
Define this parameter in the request URI. |
dataFormatVersion | The Data Format Version to return PDFs for. This is an optional parameter, defaults to all Versions. |
Define this parameter in the request URI. |