1.7

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.
Type: PUT
URI:
/rest/serverengine/entity/find
Parameters: -
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON Search Parameters containing search
criteria/rules
Content
Type:
application/json
Response:
Add.
Headers:
-
Content: JSON Identifier Lists (with Sort Key) containing all the
entities matching the search criteria
Content
Type:
application/json
Status:
l 200 OK Search request successfully executed
l 401 Unauthorized Server authentication required
Page 407