GET api/DataForm

Retrieves data forms associated with the specified user ID.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An that represents the result of the operation. Returns a 200 OK response with the data forms if successful, a 400 Bad Request if authentication fails, or a 404 Not Found if no data forms are found for the user.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.