2021.1

Table Of Contents
Find Data Entity
Submits data entity search criteria to the PlanetPress Connect Server.
Request takes a JSON Search Parameters structure as content and on success returns a
response containing JSON Identifier Lists (with Sort Key) of the data entity IDs matching the
search criteria.
Method Type:
PUT
URI:
/rest/serverengine/entity/find
Content: JSON Search Parameters containing search criteria/rules
Content
Type:
application/json
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Response
Success
The following lists status codes indicative of a successful response:
Status
Code
Content Content-Type Add.
Headers
Description
200
OK
JSON Identifier Lists
(with Sort Key)
containing all the
entities matching the
search criteria
application/json Search request
successfully
executed
Page 736