GET Api/planRevision/GetBy?parcel_id={parcel_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parcel_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

VW_PLAN_REVISION
NameDescriptionTypeAdditional information
PLAN_REVISION_ID

integer

None.

PARCEL_ID

integer

None.

PARCEL_KEY

string

None.

PLAN_CHANGE_RQ_DT

date

None.

PLAN_CHANGE_RCVD_DT

date

None.

PLAN_SHEET

string

None.

PLAN_CHANGE_RQ_NOTES

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PLAN_REVISION_ID": 1,
  "PARCEL_ID": 2,
  "PARCEL_KEY": "sample string 3",
  "PLAN_CHANGE_RQ_DT": "2026-04-03T22:40:19.3940437+00:00",
  "PLAN_CHANGE_RCVD_DT": "2026-04-03T22:40:19.3940437+00:00",
  "PLAN_SHEET": "sample string 5",
  "PLAN_CHANGE_RQ_NOTES": "sample string 6"
}

text/xml

Sample:
<VW_PLAN_REVISION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF">
  <PARCEL_ID>2</PARCEL_ID>
  <PARCEL_KEY>sample string 3</PARCEL_KEY>
  <PLAN_CHANGE_RCVD_DT>2026-04-03T22:40:19.3940437+00:00</PLAN_CHANGE_RCVD_DT>
  <PLAN_CHANGE_RQ_DT>2026-04-03T22:40:19.3940437+00:00</PLAN_CHANGE_RQ_DT>
  <PLAN_CHANGE_RQ_NOTES>sample string 6</PLAN_CHANGE_RQ_NOTES>
  <PLAN_REVISION_ID>1</PLAN_REVISION_ID>
  <PLAN_SHEET>sample string 5</PLAN_SHEET>
</VW_PLAN_REVISION>