GET api/PushNotification/GetConstantPushNotificationTopics
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PushNotificationTopicDTO| Name | 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": "2026-02-03T18:24:07.1611633-08:00",
"CreatedBy": 1,
"ChangeDate": "2026-02-03T18:24:07.1611633-08: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": "2026-02-03T18:24:07.1611633-08:00",
"CreatedBy": 1,
"ChangeDate": "2026-02-03T18:24:07.1611633-08:00",
"ChangeBy": 1,
"ReferenceIds": {
"1": "sample string 2",
"3": "sample string 4"
}
}
]