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.FloodCertResponseCommentName | 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-04-25T18:34:07.8893126Z" }, { "id": 1, "floodCertResponseId": 2, "comment": "sample String 3", "date": "2025-04-25T18:34:07.8893126Z" } ]
text/html
Sample:
[{"id":1,"floodCertResponseId":2,"comment":"sample String 3","date":"2025-04-25T18:34:07.8893126Z"},{"id":1,"floodCertResponseId":2,"comment":"sample String 3","date":"2025-04-25T18:34:07.8893126Z"}]
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-04-25T18:34:07.8893126Z</Date> </FloodCertResponseComment> <FloodCertResponseComment> <FloodCertResponseCommentId>1</FloodCertResponseCommentId> <FloodCertResponseId>2</FloodCertResponseId> <Comment>sample String 3</Comment> <Date>2025-04-25T18:34:07.8893126Z</Date> </FloodCertResponseComment> </ArrayOfFloodCertResponseComment>
application/vnd.api+json
Sample:
Sample not available.