Undelete Records
Method
PUT
URL
/v2/<object_full_identifier>/<record_uuid>/undelete
Parameters
Response Content Type
application/json
Input Format
PUT https://<server>/v2/io_showcase/uuid/undelete
The request body is ignored if sent.
Response
The response is HTTP Status Code 200 for success.
Error Response Messages
HTTP Status Code
Error Type
Error Message
400
missing_parameter_error
The request did not contain a valid uuid to undelete the record
404
entity_not_found_error
Entity not found UUID: …
500
server_error
Server error
Input Example
The following example shows how to undelete a previously logically deleted record of the Showcase object with UUID 42f64596-c42f-4ba2-8138-cc40188d2a88.
PUT https://<server> /v2/io_showcase/42f64596-c42f-4ba2-8138-cc40188d2a88/undelete
For more information:
Was this helpful?