GET api/export/JohnsonCountyComments/{startDate}/{endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_JCWComments_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| PermitID | integer |
None. |
|
| MPNCommentID | integer |
None. |
|
| CommentDate | date |
None. |
|
| Username | string |
None. |
|
| Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PermitID": 1,
"MPNCommentID": 1,
"CommentDate": "2025-11-02T08:11:35.0567116-06:00",
"Username": "sample string 3",
"Comment": "sample string 4"
},
{
"PermitID": 1,
"MPNCommentID": 1,
"CommentDate": "2025-11-02T08:11:35.0567116-06:00",
"Username": "sample string 3",
"Comment": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWComments_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_JCWComments_Result>
<Comment>sample string 4</Comment>
<CommentDate>2025-11-02T08:11:35.0567116-06:00</CommentDate>
<MPNCommentID>1</MPNCommentID>
<PermitID>1</PermitID>
<Username>sample string 3</Username>
</Export_JCWComments_Result>
<Export_JCWComments_Result>
<Comment>sample string 4</Comment>
<CommentDate>2025-11-02T08:11:35.0567116-06:00</CommentDate>
<MPNCommentID>1</MPNCommentID>
<PermitID>1</PermitID>
<Username>sample string 3</Username>
</Export_JCWComments_Result>
</ArrayOfExport_JCWComments_Result>