GET api/export/jeffplanreviewcomments/{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_JeffPlanReviewComments_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| MPNPRCID | integer |
None. |
|
| PermitID | integer |
None. |
|
| ReviewType | string |
None. |
|
| CategoryID | string |
None. |
|
| Action | string |
None. |
|
| Comment | string |
None. |
|
| CreateBy | string |
None. |
|
| Changedby | string |
None. |
|
| ChangedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MPNPRCID": 1,
"PermitID": 1,
"ReviewType": "sample string 2",
"CategoryID": "sample string 3",
"Action": "sample string 4",
"Comment": "sample string 5",
"CreateBy": "sample string 6",
"Changedby": "sample string 7",
"ChangedDate": "2025-11-02T08:13:39.2407374-06:00"
},
{
"MPNPRCID": 1,
"PermitID": 1,
"ReviewType": "sample string 2",
"CategoryID": "sample string 3",
"Action": "sample string 4",
"Comment": "sample string 5",
"CreateBy": "sample string 6",
"Changedby": "sample string 7",
"ChangedDate": "2025-11-02T08:13:39.2407374-06:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_JeffPlanReviewComments_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_JeffPlanReviewComments_Result>
<Action>sample string 4</Action>
<CategoryID>sample string 3</CategoryID>
<ChangedDate>2025-11-02T08:13:39.2407374-06:00</ChangedDate>
<Changedby>sample string 7</Changedby>
<Comment>sample string 5</Comment>
<CreateBy>sample string 6</CreateBy>
<MPNPRCID>1</MPNPRCID>
<PermitID>1</PermitID>
<ReviewType>sample string 2</ReviewType>
</Export_JeffPlanReviewComments_Result>
<Export_JeffPlanReviewComments_Result>
<Action>sample string 4</Action>
<CategoryID>sample string 3</CategoryID>
<ChangedDate>2025-11-02T08:13:39.2407374-06:00</ChangedDate>
<Changedby>sample string 7</Changedby>
<Comment>sample string 5</Comment>
<CreateBy>sample string 6</CreateBy>
<MPNPRCID>1</MPNPRCID>
<PermitID>1</PermitID>
<ReviewType>sample string 2</ReviewType>
</Export_JeffPlanReviewComments_Result>
</ArrayOfExport_JeffPlanReviewComments_Result>