Get All Vendors by Enforcement ID
Returns the list of available Vendor IDs.
| Method Type | URI |
|---|---|
| GET | v90/ws/enforcement/{enforcementId}/vendor.ws |
URI Parameters
| Parameter | Description | Type |
|---|---|---|
| enforcementId |
Identifier of the Enforcement in the database. Note: Currently, the only supported enforcement is Sentinel LDK (enforcementID=1). |
Integer ( >0 ) |
Sample Response
Success
HTTP Status Code: 200
Response Body:
<listResponse type="vendor" count="1"> <instance id="1" name="DEMOMA" identifier="37515"/> </listResponse>
Failure
HTTP Status Code: 404
Response Body: The specified Enforcement with ID 8 does not exist.
