Search for an Item
Use the following details to search for an Item using the REST interface:
HTTP Method
POST
Endpoint URL
See the REST Service Endpoint topic for more details.
Resource
/restapi/v1/itemsearch
Request Parameters
Provide values for the following parameters:
Parameter Name | Data Type | Mandatory |
---|---|---|
nbInstances | No | |
startIndex | No | |
queryName | string | No |
op | string | No |
parameters | No |
Request Model
Media Type: application/json
{ "pagination": { "nbInstances": 0, "startIndex": 0 }, "queryName": "string", "search": { "op": "string", "parameters": [ {} ] } }
Response Model
{ "data": { "matches": [ {} ], "nbResponses": 0, "startIndex": 0 }, "duration": 0, "result": { "code": "string", "message": "string", "params": [ "string" ] }, "startTimestampMS": 0 }