GET Group/GetNotifyOption
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupUid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GroupNotifyOptionViewName | Description | Type | Additional information |
---|---|---|---|
groupUid | string |
None. |
|
groupName | string |
None. |
|
when | NotificationValue |
None. |
|
byWmid | NotificationByWMID |
None. |
|
byEmail | NotificationByEmail |
None. |
Response Formats
application/json, text/json
Sample:
{ "groupUid": "sample string 1", "groupName": "sample string 2", "when": 0, "byWmid": 0, "byEmail": 0 }