GET api/v1/PushNotification/{ScheduleID}/SentLog
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ScheduleID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PushNotificationSentLogName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ScheduleID | integer |
None. |
|
PushNotificationID | string |
None. |
|
GoalId | string |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
IsSent | boolean |
None. |
|
IsViewed | boolean |
None. |
|
string |
None. |
||
Token | string |
None. |
|
SentDateTime | date |
None. |
|
CreatedDateTime | date |
None. |
|
AgencyDatabaseID | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "ScheduleID": 2, "PushNotificationID": "sample string 3", "GoalId": "sample string 4", "Title": "sample string 5", "Description": "sample string 6", "IsSent": true, "IsViewed": true, "Email": "sample string 8", "Token": "sample string 9", "SentDateTime": "2025-04-29T13:28:41.6801646-04:00", "CreatedDateTime": "2025-04-29T13:28:41.6801646-04:00", "AgencyDatabaseID": "sample string 11" }
application/xml, text/xml
Sample:
<PushNotificationSentLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RAIS.API.Models.Entities"> <AgencyDatabaseID>sample string 11</AgencyDatabaseID> <CreatedDateTime>2025-04-29T13:28:41.6801646-04:00</CreatedDateTime> <Description>sample string 6</Description> <Email>sample string 8</Email> <GoalId>sample string 4</GoalId> <Id>1</Id> <IsSent>true</IsSent> <IsViewed>true</IsViewed> <PushNotificationID>sample string 3</PushNotificationID> <ScheduleID>2</ScheduleID> <SentDateTime>2025-04-29T13:28:41.6801646-04:00</SentDateTime> <Title>sample string 5</Title> <Token>sample string 9</Token> </PushNotificationSentLog>