GET api/export/georgecomments/{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_GeorgeComments_ResultName | 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": "2024-11-22T20:43:55.2802643-06:00", "Username": "sample string 3", "Comment": "sample string 4" }, { "PermitID": 1, "MPNCommentID": 1, "CommentDate": "2024-11-22T20:43:55.2802643-06:00", "Username": "sample string 3", "Comment": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_GeorgeComments_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_GeorgeComments_Result> <Comment>sample string 4</Comment> <CommentDate>2024-11-22T20:43:55.2802643-06:00</CommentDate> <MPNCommentID>1</MPNCommentID> <PermitID>1</PermitID> <Username>sample string 3</Username> </Export_GeorgeComments_Result> <Export_GeorgeComments_Result> <Comment>sample string 4</Comment> <CommentDate>2024-11-22T20:43:55.2802643-06:00</CommentDate> <MPNCommentID>1</MPNCommentID> <PermitID>1</PermitID> <Username>sample string 3</Username> </Export_GeorgeComments_Result> </ArrayOfExport_GeorgeComments_Result>