View all the Items
Use the following details to view all the Items using the REST interface:
HTTP Method
GET
Endpoint URL
See the REST Service Endpoint topic for more details.
Resource
/restapi/v1/item
Request Parameters
Provide values for the following parameters:
Parameter Name | Data Type | Mandatory |
---|---|---|
queryData | query | Yes |
Request Model
Media Type: application/json
Response Model
{ "data": { "matches": [ {} ], "nbResponses": 0, "startIndex": 0 }, "duration": 0, "result": { "code": "string", "message": "string", "params": [ "string" ] }, "startTimestampMS": 0 }