GET {who}/messages/{messageId}/forms/{formId}/formdata?language={language}
Gets the xml for a form based on and
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
who | Who the user is representing/acting on behalf of (and who owns the form data). Valid values are "my", or an organization number of an organization the user can represent, or "r"<Reportee.ReporteeId>, where the identified reportee may be a person or organization. |
Define this parameter in the request URI. |
messageId | Id of the Message which form xml should be retrieved for |
Define this parameter in the request URI. |
formId | Id of the form to retrieve form data for |
Define this parameter in the request URI. |
language | Translation of form data retrieved, valid values are: 1033 (EN), 1044 (NB) and 2068 (NN) This is an optional parameter, defaults to the user preset language |
Define this parameter in the request URI. |