GET api/export/HASTIPplanreviewcomments/{startDate}/{endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Export_HASTIPPlanReviewComments_Result
NameDescriptionTypeAdditional 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": "2024-07-01T16:35:31.0150372-05: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": "2024-07-01T16:35:31.0150372-05:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfExport_HASTIPPlanReviewComments_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
  <Export_HASTIPPlanReviewComments_Result>
    <Action>sample string 4</Action>
    <CategoryID>sample string 3</CategoryID>
    <ChangedDate>2024-07-01T16:35:31.0150372-05: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_HASTIPPlanReviewComments_Result>
  <Export_HASTIPPlanReviewComments_Result>
    <Action>sample string 4</Action>
    <CategoryID>sample string 3</CategoryID>
    <ChangedDate>2024-07-01T16:35:31.0150372-05: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_HASTIPPlanReviewComments_Result>
</ArrayOfExport_HASTIPPlanReviewComments_Result>