GET Users/Notification
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
IncludeDraftFormEntries | boolean |
None. |
|
IncludeNotifyEvents | boolean |
None. |
|
IncludeNotifyInvoiceBatch | boolean |
None. |
|
IncludeAllUsers | boolean |
None. |
|
MaxRows | integer |
None. |
|
EventNotifyStates | Collection of EventNotifyState |
None. |
|
NotifyDateUtc | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationDTOName | Description | Type | Additional information |
---|---|---|---|
Type | NotificationType |
None. |
|
SubTypeName | string |
None. |
|
Subject | string |
None. |
|
ReferenceInformation | string |
None. |
|
Details | Collection of INotificationDetailDTO |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ArrayOfNotificationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models.Notifications"> <NotificationDTO> <Details xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <Type>Event</Type> </NotificationDTO> <NotificationDTO> <Details xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <Type>Event</Type> </NotificationDTO> </ArrayOfNotificationDTO>
application/x-compressed-json
Sample:
Sample not available.