GET {who}/messages/{messageId}/forms/{formId}/print?language={language}

Gets the PDF representation of the message with the given messageId

Request Information

Parameters

NameDescriptionAdditional 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.

formId Id of the form to be printed.

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.