Skip to content

assetManufacturers

Supported, no replacement yet

This endpoint remains fully supported. No replacement exists in the new API yet, and no action is needed. When a replacement ships you will get 12 months' notice, and this site will be updated.

Reference


/rest/assetmgmt/assetManufacturers/{client-id}

GET
Gets the list of active asset manufacturers for the specified client.

available response representations:
  • 200 - application/json

{
  "assetManufacturers":[
    { "id":"34838",
      "name:"Bosch" },
    { "id":"34838",
      "name:"Hoover" },
    { "id":"34838",
      "name:"Lowe" }
  ]
}


See the Asset Management API matrix for the full list of endpoints in this category.