GET odata/FormResults(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Gets single FunFact object by its unique ID.
Response Information
Response body formats
application/json, text/json
Sample:
{
"@odata.context": "http://sampleserver/odata/$metadata#FormResults/$entity",
"FormResultsID": "a21478f5-f17b-4ccf-a620-42d3bf168551",
"FormID": null,
"SiteName": "SampleSite",
"Approved" : true,
"ApprovalNote" : "good to go",
"FormName": "Form from Unit Tests",
"Results": "Some results",
"CreatedTime": "2016-09-11T23:47:23.2657281-07:00"
}