Field Squared API Services

<back to all web services

Feedback

Contains the data for a feedback object within the system

The following routes are available for this service:
GET,POST,PUT,DELETE/{Workspace}/Feedback/{ObjectId}
Feedback Parameters:
NameParameterData TypeRequiredDescription
ObjectIdpathstringNo
VersionIdbodystringNo
BasedOnbodystringNo
SubmitDatebodyDateTimeNo
DescriptionbodystringNo
UserbodyDomainItemNo
WorkspacepathstringNo
DomainItem Parameters:
NameParameterData TypeRequiredDescription
WorkspaceformstringNo
ObjectIdformstringNo
VersionIdformstringNo
LastUpdatedformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /{Workspace}/Feedback/{ObjectId} HTTP/1.1 
Host: dev.fieldsquared.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"ObjectId":"String","VersionId":"String","BasedOn":"String","SubmitDate":"\/Date(-62135596800000-0000)\/","Description":"String","User":{"Workspace":"String","ObjectId":"String","VersionId":"String","LastUpdated":"String"},"Workspace":"String"}