Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| floodCertResponseId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of flood cert Response comment.
Collection of Nano.FloodCertResponseComment| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the flood cert response comment identifier. |
integer |
None. |
| floodCertResponseId |
Gets or sets the flood cert response identifier. |
integer |
None. |
| comment |
Gets or sets the comment. |
string |
None. |
| date |
Gets or sets the date. |
date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"floodCertResponseId": 2,
"comment": "sample String 3",
"date": "2025-11-09T05:58:22.7090354Z"
},
{
"id": 1,
"floodCertResponseId": 2,
"comment": "sample String 3",
"date": "2025-11-09T05:58:22.7090354Z"
}
]
text/html
Sample:
[{"id":1,"floodCertResponseId":2,"comment":"sample String 3","date":"2025-11-09T05:58:22.7090354Z"},{"id":1,"floodCertResponseId":2,"comment":"sample String 3","date":"2025-11-09T05:58:22.7090354Z"}]
application/xml, text/xml
Sample:
<ArrayOfFloodCertResponseComment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FloodCertResponseComment>
<FloodCertResponseCommentId>1</FloodCertResponseCommentId>
<FloodCertResponseId>2</FloodCertResponseId>
<Comment>sample String 3</Comment>
<Date>2025-11-09T05:58:22.7090354Z</Date>
</FloodCertResponseComment>
<FloodCertResponseComment>
<FloodCertResponseCommentId>1</FloodCertResponseCommentId>
<FloodCertResponseId>2</FloodCertResponseId>
<Comment>sample String 3</Comment>
<Date>2025-11-09T05:58:22.7090354Z</Date>
</FloodCertResponseComment>
</ArrayOfFloodCertResponseComment>
application/vnd.api+json
Sample:
Sample not available.