GET api/v1/pushnotificationtopics
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PushNotificationTopicResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tipo | string |
None. |
|
| municipioId | integer |
None. |
|
| titulo | string |
None. |
|
| topic | string |
None. |
|
| topicSufix | string |
None. |
|
| imagen | string |
None. |
|
| subtitulo | string |
None. |
|
| updateDate | date |
None. |
|
| activo | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"tipo": "sample string 2",
"municipioId": 3,
"titulo": "sample string 4",
"topic": "sample string 5",
"topicSufix": "sample string 6",
"imagen": "sample string 7",
"subtitulo": "sample string 8",
"updateDate": "2026-08-10T14:10:01.97783-04:00",
"activo": true
},
{
"id": 1,
"tipo": "sample string 2",
"municipioId": 3,
"titulo": "sample string 4",
"topic": "sample string 5",
"topicSufix": "sample string 6",
"imagen": "sample string 7",
"subtitulo": "sample string 8",
"updateDate": "2026-08-10T14:10:01.97783-04:00",
"activo": true
}
]
application/xml, text/xml
Sample:
<ArrayOfResponse.PushNotificationTopicResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/qPonesApi.DTO">
<Response.PushNotificationTopicResponse>
<activo>true</activo>
<id>1</id>
<imagen>sample string 7</imagen>
<municipioId>3</municipioId>
<subtitulo>sample string 8</subtitulo>
<tipo>sample string 2</tipo>
<titulo>sample string 4</titulo>
<topic>sample string 5</topic>
<topicSufix>sample string 6</topicSufix>
<updateDate>2026-08-10T14:10:01.97783-04:00</updateDate>
</Response.PushNotificationTopicResponse>
<Response.PushNotificationTopicResponse>
<activo>true</activo>
<id>1</id>
<imagen>sample string 7</imagen>
<municipioId>3</municipioId>
<subtitulo>sample string 8</subtitulo>
<tipo>sample string 2</tipo>
<titulo>sample string 4</titulo>
<topic>sample string 5</topic>
<topicSufix>sample string 6</topicSufix>
<updateDate>2026-08-10T14:10:01.97783-04:00</updateDate>
</Response.PushNotificationTopicResponse>
</ArrayOfResponse.PushNotificationTopicResponse>