GET Users/GetNotificationTypes
Get list of notification types
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| Type_ID | integer |
None. |
|
| Type_Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Type_ID": 1,
"Type_Name": "sample string 2"
},
{
"Type_ID": 1,
"Type_Name": "sample string 2"
}
]
text/html
Sample:
[{"Type_ID":1,"Type_Name":"sample string 2"},{"Type_ID":1,"Type_Name":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfNotificationTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YogaStreamAPIv2">
<NotificationTypes>
<Type_ID>1</Type_ID>
<Type_Name>sample string 2</Type_Name>
</NotificationTypes>
<NotificationTypes>
<Type_ID>1</Type_ID>
<Type_Name>sample string 2</Type_Name>
</NotificationTypes>
</ArrayOfNotificationTypes>