GET /dynamic_search/searches/{handle}/results
Gets the specific search performed by this user.
Gets the specific search performed by this user.
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
handle |
path |
Required |
String |
text/plain |
null |
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"}}]