GET api/export/JCWplanreviewcommentsCSV/{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_JCWPlanReviewCommentsCSV_ResultName | Description | Type | Additional information |
---|---|---|---|
PRCID | string |
None. |
|
MPNPRCID | string |
None. |
|
PermitID | string |
None. |
|
ReviewType | string |
None. |
|
CategoryID | string |
None. |
|
Action | string |
None. |
|
Comment | string |
None. |
|
CreateBy | string |
None. |
|
ChangedBy | string |
None. |
|
ChangedDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PRCID": "sample string 1", "MPNPRCID": "sample string 2", "PermitID": "sample string 3", "ReviewType": "sample string 4", "CategoryID": "sample string 5", "Action": "sample string 6", "Comment": "sample string 7", "CreateBy": "sample string 8", "ChangedBy": "sample string 9", "ChangedDate": "sample string 10" }, { "PRCID": "sample string 1", "MPNPRCID": "sample string 2", "PermitID": "sample string 3", "ReviewType": "sample string 4", "CategoryID": "sample string 5", "Action": "sample string 6", "Comment": "sample string 7", "CreateBy": "sample string 8", "ChangedBy": "sample string 9", "ChangedDate": "sample string 10" } ]
application/xml, text/xml
Sample:
<ArrayOfExport_JCWPlanReviewCommentsCSV_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models"> <Export_JCWPlanReviewCommentsCSV_Result> <Action>sample string 6</Action> <CategoryID>sample string 5</CategoryID> <ChangedBy>sample string 9</ChangedBy> <ChangedDate>sample string 10</ChangedDate> <Comment>sample string 7</Comment> <CreateBy>sample string 8</CreateBy> <MPNPRCID>sample string 2</MPNPRCID> <PRCID>sample string 1</PRCID> <PermitID>sample string 3</PermitID> <ReviewType>sample string 4</ReviewType> </Export_JCWPlanReviewCommentsCSV_Result> <Export_JCWPlanReviewCommentsCSV_Result> <Action>sample string 6</Action> <CategoryID>sample string 5</CategoryID> <ChangedBy>sample string 9</ChangedBy> <ChangedDate>sample string 10</ChangedDate> <Comment>sample string 7</Comment> <CreateBy>sample string 8</CreateBy> <MPNPRCID>sample string 2</MPNPRCID> <PRCID>sample string 1</PRCID> <PermitID>sample string 3</PermitID> <ReviewType>sample string 4</ReviewType> </Export_JCWPlanReviewCommentsCSV_Result> </ArrayOfExport_JCWPlanReviewCommentsCSV_Result>