GET forms/{id}
Get a form by id
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | the id of the form |
Define this parameter in the request URI. |
Response Information
Returns: The form model
Response body formats
application/json, text/json
Sample:
{
"Uri": "/forms/1",
"CreatedAt": "0001-01-01T00:00:00",
"LastUpdatedAt": "0001-01-01T00:00:00",
"Id": 1,
"Name": "FRM 14616",
"TypeId": 1,
"AddressId": 0,
"CompanyName": "Fruithandel van holle",
"StreetNr": null,
"Zip": null,
"City": null,
"CountryCode": null,
"DispatcherId": null,
"Status": null,
"CurrentVersion": 0,
"CustomFields": null
}
