GET api/export/JCWcommentsCSV/{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_JCWCommentsCSV_ResultName | Description | Type | Additional information |
---|---|---|---|
CommentID | string |
None. |
|
MPNCommentID | string |
None. |
|
PermitID | string |
None. |
|
CommentDate | string |
None. |
|
UserName | string |
None. |
|
Comment | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CommentID": "sample string 1", "MPNCommentID": "sample string 2", "PermitID": "sample string 3", "CommentDate": "sample string 4", "UserName": "sample string 5", "Comment": "sample string 6" }, { "CommentID": "sample string 1", "MPNCommentID": "sample string 2", "PermitID": "sample string 3", "CommentDate": "sample string 4", "UserName": "sample string 5", "Comment": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWCommentsCSV_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_JCWCommentsCSV_Result> <Comment>sample string 6</Comment> <CommentDate>sample string 4</CommentDate> <CommentID>sample string 1</CommentID> <MPNCommentID>sample string 2</MPNCommentID> <PermitID>sample string 3</PermitID> <UserName>sample string 5</UserName> </Export_JCWCommentsCSV_Result> <Export_JCWCommentsCSV_Result> <Comment>sample string 6</Comment> <CommentDate>sample string 4</CommentDate> <CommentID>sample string 1</CommentID> <MPNCommentID>sample string 2</MPNCommentID> <PermitID>sample string 3</PermitID> <UserName>sample string 5</UserName> </Export_JCWCommentsCSV_Result> </ArrayOfExport_JCWCommentsCSV_Result>