GET {who}/Messages/{messageId}/signingtext?language={language}

Get the signing text that will be used when a person signs the message. The message need to be based on a service with a process step for signing and be at the correct step. Otherwise there will be no signing text to be found and 404 is returned.

Request Information

Parameters

NameDescriptionAdditional information
who The reportee number of the reportee that the element belongs to. 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 The id of the message to find the signing text for.

Define this parameter in the request URI.

language Translation of the signing text, 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.