© 2025 Clarivate
GET /api/.../vendoraccounts?viewType={viewType}
Return a list of all Vendor Accounts in the system.
| Name | Type | Required | Description |
|---|---|---|---|
| viewType | Integer | Yes | viewType enum value. Display = 0 |
[
{
"VendorAccountID = 1,
"VendorAccountName = "Vendor A"
},
{
"VendorAccountID = 2,
"VendorAccountName = "Vendor B"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |