POST api/Device/ListGroupAsset

取得目標群組內各作業系統載具詳細清單

Request Information

URI Parameters

None.

Body Parameters

filterinfo
NameDescriptionTypeAdditional information
OS

選擇作業系統

string

None.

MDM

選擇原生MDM

string

None.

UserID

使用者ID

string

None.

SelectGroupID

選擇群組ID

string

None.

SelectLevel

選擇群組的層級(教育部,分區輔導團,縣市政府,資訊設備組長,教師)

string

None.

Guidance

分區輔導團群組名稱

string

None.

Area

縣市名稱

string

None.

EduUnit

學校代碼(e.g. 173634)

string

None.

Class

班級名稱

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OS": "sample string 1",
  "MDM": "sample string 2",
  "UserID": "sample string 3",
  "SelectGroupID": "sample string 4",
  "SelectLevel": "sample string 5",
  "Guidance": "sample string 6",
  "Area": "sample string 7",
  "EduUnit": "sample string 8",
  "Class": "sample string 9"
}

application/xml, text/xml

Sample:
<filterinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
  <Area>sample string 7</Area>
  <Class>sample string 9</Class>
  <EduUnit>sample string 8</EduUnit>
  <Guidance>sample string 6</Guidance>
  <MDM>sample string 2</MDM>
  <OS>sample string 1</OS>
  <SelectGroupID>sample string 4</SelectGroupID>
  <SelectLevel>sample string 5</SelectLevel>
  <UserID>sample string 3</UserID>
</filterinfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Asset
NameDescriptionTypeAdditional information
DeviceName

Gets or sets the name of the device.

string

None.

設備型號

Gets or sets the 設備型號.

string

None.

serialNumber

Gets or sets the serial number.

string

None.

計畫日期

Gets or sets the 計畫日期.

string

None.

platformtype

Gets or sets the platformtype.

string

None.

project

Gets or sets the project.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DeviceName": "sample string 1",
  "設備型號": "sample string 2",
  "serialNumber": "sample string 3",
  "計畫日期": "sample string 4",
  "platformtype": "sample string 5",
  "project": "sample string 6"
}

application/xml, text/xml

Sample:
<Asset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
  <DeviceName>sample string 1</DeviceName>
  <platformtype>sample string 5</platformtype>
  <project>sample string 6</project>
  <serialNumber>sample string 3</serialNumber>
  <計畫日期>sample string 4</計畫日期>
  <設備型號>sample string 2</設備型號>
</Asset>