GET api/Group/{id}/Days
取得目標群組設定久未上線天數
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
目標群組Group ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupDays| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupID |
目標群組ID |
string |
None. |
| Days |
久未上線天數 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"GroupID": "sample string 1",
"Days": 2
}
application/xml, text/xml
Sample:
<GroupClass.GroupDays xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End"> <Days>2</Days> <GroupID>sample string 1</GroupID> </GroupClass.GroupDays>