GET /dynamic_search/searches/{handle}/results

Gets the specific search performed by this user.

Gets the specific search performed by this user.

Table 1. GET /dynamic_search/searches/{handle}/results resource details
MIME Type

application/json

Table 2. GET /dynamic_search/searches/{handle}/results request parameter details
Parameter Type Optionality Data Type MIME Type Description

handle

path

Required

String

text/plain

null

Table 3. GET /dynamic_search/searches/{handle}/results response codes
HTTP Response Code Unique Code Description

200

A list of searches that the user has made.

403

4000

null

404

1024

No search was found with the provided handle

422

1099

null

Response Description

A List of ResultRowDTOs, with a column structure that matches the one described in the corresponding ResultHeader object
  • columns - Contains a map of columns and their values, both as strings.

Response Sample


[{"columns": {"String": "String"}}]