GET api/generalinfo/generalnotices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
apiNoticeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of Notice |
None. |
|
| status | apiResultState |
None. |
|
| statusString | string |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"statusString": "ok",
"message": "sample string 1",
"data": [
{
"title": "sample string 1",
"date": "2025-12-06T11:08:23.9569691+07:00",
"content": "sample string 3"
},
{
"title": "sample string 1",
"date": "2025-12-06T11:08:23.9569691+07:00",
"content": "sample string 3"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.