GET api/Data/{UnitName}/Dashboard/new
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UnitName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DashBoardDataPackName | Description | Type | Additional information |
---|---|---|---|
date | string |
None. |
|
UnitName | string |
None. |
|
EduUnit_Name | string |
None. |
|
EduUnit_Manager | string |
None. |
|
EduUnit_Guidance | string |
None. |
|
EduUnit_Area | string |
None. |
|
EduUnit_Level | string |
None. |
|
School_num | integer |
None. |
|
Usage_time | decimal number |
None. |
|
ChromeOS_num | integer |
None. |
|
iOS_num | integer |
None. |
|
Windows_num | integer |
None. |
|
Chrome_num | integer |
None. |
|
Intune_num | integer |
None. |
|
Jamf_num | integer |
None. |
|
CHPer | decimal number |
None. |
|
IOSPer | decimal number |
None. |
|
WinPer | decimal number |
None. |
|
GoPer | decimal number |
None. |
|
InPer | decimal number |
None. |
|
JaPer | decimal number |
None. |
|
total | integer |
None. |
|
stu_num | integer |
None. |
|
tea_num | integer |
None. |
|
stu_tea | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "date": "sample string 1", "UnitName": "sample string 2", "EduUnit_Name": "sample string 3", "EduUnit_Manager": "sample string 4", "EduUnit_Guidance": "sample string 5", "EduUnit_Area": "sample string 6", "EduUnit_Level": "sample string 7", "School_num": 8, "Usage_time": 9.1, "ChromeOS_num": 10, "iOS_num": 11, "Windows_num": 12, "Chrome_num": 13, "Intune_num": 14, "Jamf_num": 15, "CHPer": 16.1, "IOSPer": 17.1, "WinPer": 18.1, "GoPer": 19.1, "InPer": 20.1, "JaPer": 21.1, "total": 22, "stu_num": 23, "tea_num": 24, "stu_tea": 25.1 }
application/xml, text/xml
Sample:
<DataClass.DashBoardDataPack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End"> <CHPer>16.1</CHPer> <ChromeOS_num>10</ChromeOS_num> <Chrome_num>13</Chrome_num> <EduUnit_Area>sample string 6</EduUnit_Area> <EduUnit_Guidance>sample string 5</EduUnit_Guidance> <EduUnit_Level>sample string 7</EduUnit_Level> <EduUnit_Manager>sample string 4</EduUnit_Manager> <EduUnit_Name>sample string 3</EduUnit_Name> <GoPer>19.1</GoPer> <IOSPer>17.1</IOSPer> <InPer>20.1</InPer> <Intune_num>14</Intune_num> <JaPer>21.1</JaPer> <Jamf_num>15</Jamf_num> <School_num>8</School_num> <UnitName>sample string 2</UnitName> <Usage_time>9.1</Usage_time> <WinPer>18.1</WinPer> <Windows_num>12</Windows_num> <date>sample string 1</date> <iOS_num>11</iOS_num> <stu_num>23</stu_num> <stu_tea>25.1</stu_tea> <tea_num>24</tea_num> <total>22</total> </DataClass.DashBoardDataPack>