GET api/forms/{formId}/detail

Gets the details of a form.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formId

The Id of the form to get.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An Http response message with the folliwing status codes: 200 = success (always includes the requested form), 400 = bad request (the request is malformed or with invalid data), 404 = not found (this is returned when no form is found by using the provided id), 500 = something went wrong (the request was not processed)

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.