GET api/PushNotification/GetConstantPushNotificationTopics
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PushNotificationTopicDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TopicName | string |
None. |
|
Title | string |
None. |
|
Description | string |
None. |
|
TopicType | PushNotificationTopicTypeEnum |
None. |
|
ReferenceId | integer |
None. |
|
SNSTopicArn | string |
None. |
|
CreateDate | date |
None. |
|
CreatedBy | integer |
None. |
|
ChangeDate | date |
None. |
|
ChangeBy | integer |
None. |
|
ReferenceIds | Dictionary of integer [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "TopicName": "sample string 2", "Title": "sample string 3", "Description": "sample string 4", "TopicType": 1, "ReferenceId": 1, "SNSTopicArn": "sample string 5", "CreateDate": "2025-10-14T02:55:17.0021142-07:00", "CreatedBy": 1, "ChangeDate": "2025-10-14T02:55:17.0021142-07:00", "ChangeBy": 1, "ReferenceIds": { "1": "sample string 2", "3": "sample string 4" } }, { "Id": 1, "TopicName": "sample string 2", "Title": "sample string 3", "Description": "sample string 4", "TopicType": 1, "ReferenceId": 1, "SNSTopicArn": "sample string 5", "CreateDate": "2025-10-14T02:55:17.0021142-07:00", "CreatedBy": 1, "ChangeDate": "2025-10-14T02:55:17.0021142-07:00", "ChangeBy": 1, "ReferenceIds": { "1": "sample string 2", "3": "sample string 4" } } ]