Find Data Entity
Submits data entity search criteria to the PlanetPress Connect Server.
Request takes a structure as content and on success returns a response containing 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: |
- 200 OK – Search request successfully executed
- 401 Unauthorized – Server authentication required
- 403 Forbidden – Server authentication has failed or expired
- 500 Internal Server Error – Server error or Invalid JSON structure specified
|
|