GET hub/Place/{placeId}/AllHubs
List of Hubs attached to the place
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
placeId |
the place Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The Json of the list of hub and their equipment
Collection of Flipr.Web.Api.Controllers.JsonWrappers.HubEnumerationsName | Description | Type | Additional information |
---|---|---|---|
Serial |
Gets or sets the Serial |
string |
None. |
NameEquipment |
Gets or sets the NameEquipment |
string |
None. |
CodeEquipment |
Gets or sets the CodeEquipement |
Flipr.Data.SQL.Pool.EquipmentCode |
None. |
StateEquipment |
Gets or sets the state of the Equipment |
Flipr.Data.SQL.Pool.EquipmentState |
None. |
Behavior |
Gets or sets the state of the Equipment |
string |
None. |
PlanningName |
Gets or sets the state of the planning name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Serial": "sample string 1", "NameEquipment": "sample string 2", "CodeEquipment": 0, "StateEquipment": 0, "Behavior": "sample string 3", "PlanningName": "sample string 4" }, { "Serial": "sample string 1", "NameEquipment": "sample string 2", "CodeEquipment": 0, "StateEquipment": 0, "Behavior": "sample string 3", "PlanningName": "sample string 4" } ]
text/html
Sample:
[{"Serial":"sample string 1","NameEquipment":"sample string 2","CodeEquipment":0,"StateEquipment":0,"Behavior":"sample string 3","PlanningName":"sample string 4"},{"Serial":"sample string 1","NameEquipment":"sample string 2","CodeEquipment":0,"StateEquipment":0,"Behavior":"sample string 3","PlanningName":"sample string 4"}]