Find Data Entity

Submits data entity search criteria to the PReS 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:
  • 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
 
   
  • Last Topic Update: Jan-22-2018 13:07
  • Last Published: 2018-05-14 : 10:00 AM