GET api/DataForm/{guid}

Retrieves a data form based on the provided GUID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

The unique identifier for the data form.

string

Required

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. Returns a 200 OK response with the data form if found, a 400 Bad Request if authentication fails or an error occurs, and a 404 Not Found if the data form does not exist.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.