GET api/Data/getVerdicts?itemId={itemId}&itemType={itemType}&verdictIdList={verdictIdList}
Retrieves a set of verdicts for a given item based on it's id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| itemId |
The CMAP internal item id based on the item type (e.g. B00000000000000A) |
string |
None. |
| itemType |
The CMAP item type (e.g. BOM, PART, SUBPART, SALES, etc...) |
string |
None. |
| verdictIdList |
A JSON array of verdicts (e.g. [{"verdictId":"1"}, {"verdictId":"2"}]) based on the internal ids of verdicts found under Administration > General and Security > Verdict Management |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>