GET api/UnsafeActCondition/getDashboardData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
unSafeReportDataview| Name | Description | Type | Additional information |
|---|---|---|---|
| Totalunsafe | integer |
None. |
|
| Act | integer |
None. |
|
| Actper | decimal number |
None. |
|
| Condition | integer |
None. |
|
| Conditionper | decimal number |
None. |
|
| Both | integer |
None. |
|
| Bothper | decimal number |
None. |
|
| PressShop | integer |
None. |
|
| WellShop | integer |
None. |
|
| PaintShop | integer |
None. |
|
| AssemblisShop | integer |
None. |
|
| PowerTrainShop | integer |
None. |
|
| Open | integer |
None. |
|
| Close | integer |
None. |
|
| Plant | integer |
None. |
|
| Plant1 | integer |
None. |
|
| Cut | integer |
None. |
|
| Wound | integer |
None. |
|
| Countbtween | integer |
None. |
|
| Fromheight | integer |
None. |
|
| Burn | integer |
None. |
|
| Workathight | integer |
None. |
|
| MahcineGaurd | integer |
None. |
|
| ConfinedSpace | integer |
None. |
|
| ElectricalLototo | integer |
None. |
|
| VTS | integer |
None. |
|
| hotWork | integer |
None. |
|
| PPE | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Totalunsafe": 1,
"Act": 1,
"Actper": 1.0,
"Condition": 1,
"Conditionper": 2.0,
"Both": 1,
"Bothper": 3.0,
"PressShop": 1,
"WellShop": 1,
"PaintShop": 1,
"AssemblisShop": 1,
"PowerTrainShop": 1,
"Open": 1,
"Close": 1,
"Plant": 1,
"Plant1": 1,
"Cut": 1,
"Wound": 1,
"Countbtween": 1,
"Fromheight": 1,
"Burn": 1,
"Workathight": 1,
"MahcineGaurd": 1,
"ConfinedSpace": 1,
"ElectricalLototo": 1,
"VTS": 1,
"hotWork": 1,
"PPE": 1
}
application/xml, text/xml
Sample:
<unSafeReportDataview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS"> <Act>1</Act> <Actper>1</Actper> <AssemblisShop>1</AssemblisShop> <Both>1</Both> <Bothper>3</Bothper> <Burn>1</Burn> <Close>1</Close> <Condition>1</Condition> <Conditionper>2</Conditionper> <ConfinedSpace>1</ConfinedSpace> <Countbtween>1</Countbtween> <Cut>1</Cut> <ElectricalLototo>1</ElectricalLototo> <Fromheight>1</Fromheight> <MahcineGaurd>1</MahcineGaurd> <Open>1</Open> <PPE>1</PPE> <PaintShop>1</PaintShop> <Plant>1</Plant> <Plant1>1</Plant1> <PowerTrainShop>1</PowerTrainShop> <PressShop>1</PressShop> <Totalunsafe>1</Totalunsafe> <VTS>1</VTS> <WellShop>1</WellShop> <Workathight>1</Workathight> <Wound>1</Wound> <hotWork>1</hotWork> </unSafeReportDataview>