GET v2/Providers
Get all providers.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Lhp.EquipmentIntelligence.WebApi.Client.Models.ProviderName | Description | Type | Additional information |
---|---|---|---|
ProviderId |
The provider ID |
integer |
None. |
Name |
The provider name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ProviderId": 1, "Name": "sample string 2" }, { "ProviderId": 1, "Name": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfProvider xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Provider> <ProviderId>1</ProviderId> <Name>sample string 2</Name> </Provider> <Provider> <ProviderId>1</ProviderId> <Name>sample string 2</Name> </Provider> </ArrayOfProvider>