GET hub/Equipments/Listing?l={l}
List of equipment which can be attach to the Hub
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| l |
lang |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
The Json of the list of equipment
Collection of Flipr.Web.Api.Controllers.JsonWrappers.ListEquipmentsHub| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Gets or sets name of the equipment |
string |
None. |
| urlIcon |
Gets or sets icon's url of the equipment |
string |
None. |
| IDWorkflows |
Gets or sets iDWorkflow can be separated by "|" if there are multiple choise possible for the condition |
string |
None. |
| conditionSentence |
Gets or sets conditionSentence of the equipement WF Installation |
string |
None. |
| typeCondition |
Gets or sets typeCondition of the equipement WF Installation |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"urlIcon": "sample string 2",
"IDWorkflows": "sample string 3",
"conditionSentence": "sample string 4",
"typeCondition": "sample string 5"
},
{
"name": "sample string 1",
"urlIcon": "sample string 2",
"IDWorkflows": "sample string 3",
"conditionSentence": "sample string 4",
"typeCondition": "sample string 5"
}
]
text/html
Sample:
[{"name":"sample string 1","urlIcon":"sample string 2","IDWorkflows":"sample string 3","conditionSentence":"sample string 4","typeCondition":"sample string 5"},{"name":"sample string 1","urlIcon":"sample string 2","IDWorkflows":"sample string 3","conditionSentence":"sample string 4","typeCondition":"sample string 5"}]