View the Saved Queries
Use the following details to view the saved Queries using the REST interface:
HTTP Method
GET
Endpoint URL
See the REST Service Endpoint topic for more details.
Resource
/user/{id}/query
Request Parameters
Provide values for the following parameters:
Parameter Name | Data Type | Mandatory |
---|---|---|
id | string | Yes |
Request Model
Media Type: application/json
Response Model
{ "data": { "matches": [ { "entityType": "string", "favorite": true, "id": "string", "query": "string", "queryType": "string", "sid": 0, "updatedOn": "2016-08-01T17:33:36.506Z", "userSid": 0 } ], "nbResponses": 0, "startIndex": 0 }, "duration": 0, "result": { "code": "string", "message": "string", "params": [ "string" ] }, "startTimestampMS": 0 }