Field Squared API Services

<back to all web services

Undelete

Handles undelete of data.

The following routes are available for this service:
GET,POST/{Workspace}/Undelete
Undelete Parameters:
NameParameterData TypeRequiredDescription
WorkspacepathstringNo
DeletedItemsbodyList<DeletedItem>No
DeletedItemsToRestorebodyList<DeletedItem>No
DeletedItem Parameters:
NameParameterData TypeRequiredDescription
ObjectIdformstringNo
ClassformstringNo
NameformstringNo
TypeformstringNo
DeletedByformstringNo
DeletedDateformstringNo
CreatedformstringNo
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}/Undelete HTTP/1.1 
Host: dev.fieldsquared.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Workspace":"String","DeletedItems":[{"ObjectId":"String","Class":"String","Name":"String","Type":"String","DeletedBy":"String","DeletedDate":"String","Created":"String","LastUpdated":"String"}],"DeletedItemsToRestore":[{"ObjectId":"String","Class":"String","Name":"String","Type":"String","DeletedBy":"String","DeletedDate":"String","Created":"String","LastUpdated":"String"}]}