v4
Search
K
Links
Comment on page

Searching for deleted entities or relationships

While not as full featured as the search endpoints described in the rest of this section, the /search-deleted endpoints allow for some basic querying of both entities and relationships that have been deleted.

The deleted entity search object

{
"startDate": "string",
"endDate": "string",
"deletedById": 0,
"charType": 0,
"recordId": 0,
"templateId": 0,
"statusId": 0,
"createdStartDate": "string",
"createdEndDate": "string",
"createdById": 0,
"updatedStartDate": "string",
"updatedEndDate": "string",
"updatedById": 0,
"statusUpdateStartDate": "string",
"statusUpdateEndDate": "string",
"statusUpdateById": 0,
}
post
https://ris.rightsline.com
/v4/:entityType/search-deleted
Search For Deleted Entities

The deleted relationship search object

{
"startDate": "string",
"endDate": "string",
"deletedById": 0,
"parentCharType": 0,
"parentRecordId": 0,
"childCharType": 0,
"childRecordId": 0,
"createdStartDate": "string",
"createdEndDate": "string",
"createdById": 0
}
post
https://ris.rightsline.com
/v4/relationship/search-deleted
Search for Deleted Relationships