Get all parcel genealogy transaction details
get
/fscmRestApi/resources/11.13.18.05/publicSectorParcelTransactionDetails
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds a parcel genealogy transaction detail that matches the specified primary key criteria.
Finder Variables:- ParcelTrxDtlKey; string; The unique identifier for the parcel genealogy transaction detail.
- simpleSearchFinder: Finds a parcel genealogy transaction detail that matches the specified value.
Finder Variables:- value; string; The unique identifier for the parcel genealogy transaction key.
- PrimaryKey: Finds a parcel genealogy transaction detail that matches the specified primary key criteria.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- CreationDate; string; The date and time when the parcel genealogy transaction detail was created.
- ExistingParcel; string; Indicates whether parcel was previoulsy created in the system or it is being created with the parcel genealogy transaction.
- FinalParcelIdEntered; string; The final parcel number.
- LastUpdateDate; string; The date and time when the parcel genealogy transaction detail was last updated.
- MigratedDataFlag; string; Flag used by the import data process.
- ParcelId; integer; The unique identifier for the parcel.
- ParcelIdEntered; string; Identifier given by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number.
- ParcelTrxDtlKey; string; The new identifier for parcel genealogy transaction detail.
- ParcelTrxDtlPuid; string; The public unique identifier for parcel genealogy transaction detail. Used to import data.
- ParcelTrxKey; integer; The new identifier for parcel genealogy transaction.
- ParcelTrxPuid; string; The public unique identifier for parcel genealogy transaction. Used to import data.
- PreviousState; string; The previous state of this row.
- ProvisionalParcelIdEntered; string; The provisional parcel number.
- Relationship; string; Identifies the relationship of the parcel within a transaction.
- RelationshipMeaning; string; The description of the relationship of the parcel within the transaction.
- Temporary; string; Indicates whether the data in this row is temporary.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : publicSectorParcelTransactionDetails
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorParcelTransactionDetails-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction detail was created. -
ExistingParcel: string
Maximum Length:
1Indicates whether parcel was previoulsy created in the system or it is being created with the parcel genealogy transaction. -
FinalParcelIdEntered: string
Maximum Length:
30The final parcel number. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction detail was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MigratedDataFlag: string
Maximum Length:
3Flag used by the import data process. -
ParcelId: integer
The unique identifier for the parcel.
-
ParcelIdEntered: string
Maximum Length:
30Identifier given by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number. -
ParcelTrxDtlKey: string
Maximum Length:
18The new identifier for parcel genealogy transaction detail. -
ParcelTrxDtlPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction detail. Used to import data. -
ParcelTrxKey: integer
(int64)
The new identifier for parcel genealogy transaction.
-
ParcelTrxPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction. Used to import data. -
PreviousState: string
Maximum Length:
20The previous state of this row. -
ProvisionalParcelIdEntered: string
Maximum Length:
30The provisional parcel number. -
Relationship: string
Maximum Length:
15Identifies the relationship of the parcel within a transaction. -
RelationshipMeaning: string
Read Only:
trueMaximum Length:80The description of the relationship of the parcel within the transaction. -
Temporary: string
Maximum Length:
1Indicates whether the data in this row is temporary. -
TransactionAddress: array
Parcel genealogy transaction addresses
Title:
Parcel genealogy transaction addressesThe parcel genealogy transaction addresses resource is used to view, create, delete or modify parcel genealogy transaction addresses and associate them with a parcel genealogy transaction. -
TransactionCondition: array
Parcel genealogy transaction conditions
Title:
Parcel genealogy transaction conditionsThe parcel genealogy transaction conditions resource is used to view, create, delete or modify parcel genealogy transaction conditions and associate them with a parcel genealogy transaction. -
TransactionDistrict: array
Parcel genealogy transaction districts
Title:
Parcel genealogy transaction districtsThe parcel genealogy transaction districts resource is used to view, create, delete or modify parcel genealogy transaction districts and associate them with a parcel genealogy transaction. -
TransactionOwner: array
Parcel genealogy transaction owners
Title:
Parcel genealogy transaction ownersThe parcel genealogy transaction owners resource is used to view, create, delete or modify parcel genealogy transaction owners and associate them with a parcel genealogy transaction. -
TransactionParcel: array
Parcel genealogy transaction parcels
Title:
Parcel genealogy transaction parcelsThe parcel genealogy transaction parcels resource is used to view, create, delete or modify parcel genealogy transaction parcels and associate them with a parcel genealogy transaction.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Parcel genealogy transaction addresses
Type:
arrayTitle:
Parcel genealogy transaction addressesThe parcel genealogy transaction addresses resource is used to view, create, delete or modify parcel genealogy transaction addresses and associate them with a parcel genealogy transaction.
Show Source
Nested Schema : Parcel genealogy transaction conditions
Type:
arrayTitle:
Parcel genealogy transaction conditionsThe parcel genealogy transaction conditions resource is used to view, create, delete or modify parcel genealogy transaction conditions and associate them with a parcel genealogy transaction.
Show Source
Nested Schema : Parcel genealogy transaction districts
Type:
arrayTitle:
Parcel genealogy transaction districtsThe parcel genealogy transaction districts resource is used to view, create, delete or modify parcel genealogy transaction districts and associate them with a parcel genealogy transaction.
Show Source
Nested Schema : Parcel genealogy transaction owners
Type:
arrayTitle:
Parcel genealogy transaction ownersThe parcel genealogy transaction owners resource is used to view, create, delete or modify parcel genealogy transaction owners and associate them with a parcel genealogy transaction.
Show Source
Nested Schema : Parcel genealogy transaction parcels
Type:
arrayTitle:
Parcel genealogy transaction parcelsThe parcel genealogy transaction parcels resource is used to view, create, delete or modify parcel genealogy transaction parcels and associate them with a parcel genealogy transaction.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : publicSectorParcelTransactionDetails-TransactionAddress-item-response
Type:
Show Source
object-
Address1: string
Maximum Length:
240The first line of the parcel address. -
Address2: string
Maximum Length:
240The second line of the parcel address. -
Address3: string
Maximum Length:
240The third line of the parcel address. -
Address4: string
Maximum Length:
240The fourth line of the parcel address. -
AddressCode: string
Maximum Length:
32The unique identifier populated for an address assigned to a child parcel. -
AddressFieldOne: string
Maximum Length:
20An additional field which, if populated, can be used to find the address in searches. -
AddressFieldThree: string
Maximum Length:
20An additional field which, if populated, can be used to find the address in searches. -
AddressFieldTwo: string
Maximum Length:
20An additional field which, if populated, can be used to find the address in searches. -
AddressId: integer
(int64)
The unique identifier for the parcel address. Mandatory system-generated value.
-
AddressType: string
Maximum Length:
20The type of the parcel address. -
AssignedToChildParcel: string
Maximum Length:
30The unique identifier of the child parcel to which the parent parcel address is assigned. -
BuildingType: string
Maximum Length:
20The building type of the parcel address. -
CellPhoneCountry: string
Maximum Length:
10The cell phone country code associated with the parcel address contact. -
CellPhoneNumber: string
Maximum Length:
40The cell phone number associated with the parcel address contact. -
City: string
Maximum Length:
60The city of the parcel address. -
CoordinateX: number
The x coordinate of the parcel address.
-
CoordinateY: number
The y coordinate of the parcel address.
-
Country: string
Maximum Length:
60The country of the parcel address. -
County: string
Maximum Length:
60The county of the parcel address. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction address was created. -
CrossroadOne: string
Maximum Length:
240The first crossroad associated with the parcel address. -
CrossroadTwo: string
Maximum Length:
240The second crossroad associated with the parcel address. -
DisplayParentParcel: string
Maximum Length:
30The unique identifier of the parent parcel from which the assigned address originated. -
EmailId: string
Maximum Length:
50The email address associated with the parcel address contact. -
EnabledFlag: string
Maximum Length:
1Indicates whether the parcel address is available to be used. -
FaxCountry: string
Maximum Length:
10The fax country code of the parcel address contact. -
FaxNumber: string
Maximum Length:
40The fax phone number associated with the parcel address contact. -
FinalParcelIdEntered: string
Maximum Length:
30The final parcel number (APN) typically assigned by the county. -
Floor: string
Maximum Length:
20The floor the parcel address is on. -
HomePhoneCountry: string
Maximum Length:
10The home phone country code associated with the parcel address contact. -
HomePhoneNumber: string
Maximum Length:
40The home phone number associated with the parcel address contact. -
InputSource: string
Maximum Length:
1Indicates how the parcel address data was specifed or entered. -
Landmark: string
Maximum Length:
200The landmark associated with the address. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction address was last updated. -
Latitude: number
The latitude of the parcel address.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Longitude: number
The longitude of the parcel address.
-
MunicipalityId: string
Maximum Length:
20The unique identifier of the municipality in which the parcel address address is located. -
Name: string
Maximum Length:
150The name of the first parcel address contact. -
ParcelIdEntered: string
Maximum Length:
30The unique identifier of the child parcel in the genealogy transaction. Mandatory user-supplied value. -
ParcelTrxAddKey: integer
(int64)
The unique identifier of the parcel genealogy transaction address. Mandatory system-generated value.
-
ParcelTrxAddPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction address. -
ParcelTrxDtlKey: integer
(int64)
The unique identifier of the parcel genealogy transaction detail. Mandatory system-generated value.
-
ParcelTrxDtlPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction detail. -
ParcelTrxKey: integer
(int64)
The unique identifier of the parcel genealogy transaction. Mandatory system-generated value.
-
ParentParcelId: integer
(int64)
The unique identifier of the parent parcel in the genealogy transaction. Mandatory system-generated value.
-
ParentParcelIdEntered: string
Maximum Length:
30The unique identifier of the parent parcel in the genealogy transaction. Mandatory user-supplied value. -
PostalCode: string
Maximum Length:
60The postal code of the parcel address. -
PostalPlus4Code: string
Maximum Length:
20The postal plus 4 code of the parcel address. -
PreviousState: string
Maximum Length:
20The previous state of this row. -
PrimaryFlag: string
Maximum Length:
1Indicates whether the assigned parent parcel address is the primary address for the child parcel. -
Province: string
Maximum Length:
60The province of the parcel address. -
ProvisionalParcelIdEntered: string
Maximum Length:
30The temporary parcel number supplied by the user to be used until the final parcel number (APN) is available. -
SecondaryName: string
Maximum Length:
150The name of the second parcel address contact. -
Selected: string
Maximum Length:
1Indicates whether the address is assigned to the child parcel. -
Srid: integer
(int64)
The spatial reference identifier. This is a unique coordinate identifier for a local, regional, or global system used to locate geographical or spatial entities within geographic information systems.
-
State: string
Maximum Length:
60The state of the parcel address. -
StreeName: string
Maximum Length:
240The street name of the parcel address. -
StreetDirection: string
Maximum Length:
10The street direction of the parcel address. -
StreetName: string
Maximum Length:
240The street name of the parcel address. -
StreetNumber: string
Maximum Length:
20The street number of the parcel address. -
StreetSuffix: string
Maximum Length:
20The suffix that further describes that street like drive, avenue etc. -
StreetType: string
Maximum Length:
20The street type of the parcel address. -
SummaryRow: string
Maximum Length:
1The address to be displayed on the child parcel summary row on the Manage Addresses page. Normally this is the primary address for the child parcel. -
Temporary: string
Maximum Length:
1Indicates whether the data in this row is temporary. -
UnitNumber: string
Maximum Length:
30The unit number of the parcel address. -
WorkPhoneCountry: string
Maximum Length:
10The work phone country code associated with the parcel address contact. -
WorkPhoneNumber: string
Maximum Length:
40The work phone number associated with the parcel address contact.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorParcelTransactionDetails-TransactionCondition-item-response
Type:
Show Source
object-
AssignedToChildParcel: string
Maximum Length:
30Indicates whether the condition is assigned to the parcel. -
ConditionKey: integer
The unique identifier of the applied condition against the parcel genealogy transaction parcel.
-
ConditionName: string
Maximum Length:
30The name of the condition that is applied. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction condition was created. -
DisplayParentParcel: string
Maximum Length:
30Parent parcel information. -
FinalParcelIdEntered: string
Maximum Length:
30The final parcel number. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction condition was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParcelIdEntered: string
Maximum Length:
30Identifier given by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number. -
ParcelTrxCdtKey: integer
(int64)
The new identifier for a parcel genealogy transaction condition.
-
ParcelTrxCdtPuid: string
Maximum Length:
480The public unique identifier for a parcel genealogy transaction condition. Used to import data. -
ParcelTrxDtlKey: integer
(int64)
The new identifier for parcel genealogy transaction detail.
-
ParcelTrxDtlPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction detail. Used to import data. -
ParcelTrxKey: integer
(int64)
The new identifier for a parcel genealogy transaction.
-
ParentParcelId: integer
(int64)
Unique identifier of the parent parcel.
-
ParentParcelIdEntered: string
Maximum Length:
30Parent parcel Assessor Parcel Number. -
PreviousState: string
Maximum Length:
20The previous state of this row. -
ProvisionalParcelIdEntered: string
Maximum Length:
30The provisional parcel number. -
Selected: string
Maximum Length:
1Indicates whether the condition is assigned to the parcel. -
SummaryRow: string
Maximum Length:
1Indicates whether the row summarizes parcel condition information. -
Temporary: string
Maximum Length:
1Indicates whether the data in this row is temporary.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorParcelTransactionDetails-TransactionDistrict-item-response
Type:
Show Source
object-
AssignedToChildParcel: string
Maximum Length:
30Indicates whether the district is assigned to the parcel. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction district was created. -
DisplayParentParcel: string
Maximum Length:
30Parent parcel information. -
DistrictId: string
Maximum Length:
30Unique identifier of the district. -
FinalParcelIdEntered: string
Maximum Length:
30The final parcel number. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the parcel genealogy transaction district was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParcelIdEntered: string
Maximum Length:
30Identifier entered by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number. -
ParcelTrxDstKey: integer
(int64)
The new identifier for a parcel genealogy transaction district.
-
ParcelTrxDstPuid: string
Maximum Length:
480The public unique identifier for a parcel genealogy transaction district. Used to import data. -
ParcelTrxDtlKey: integer
(int64)
The new identifier for parcel genealogy transaction detail.
-
ParcelTrxDtlPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction detail. Used to import data. -
ParcelTrxKey: integer
(int64)
The new identifier for a parcel genealogy transaction.
-
ParentParcelId: integer
(int64)
Unique identifier of the parent parcel.
-
ParentParcelIdEntered: string
Maximum Length:
30Parent parcel Assessor Parcel Number. -
PreviousState: string
Maximum Length:
20The previous state of this row. -
ProvisionalParcelIdEntered: string
Maximum Length:
30The provisional parcel number. -
Selected: string
Maximum Length:
1Indicates whether the district is assigned to the parcel. -
SummaryRow: string
Maximum Length:
1Indicates whether the row summarizes parcel address information. -
Temporary: string
Maximum Length:
1Indicates whether the data in this row is temporary.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorParcelTransactionDetails-TransactionOwner-item-response
Type:
Show Source
object-
Address1: string
Maximum Length:
240The first line of the parcel owner address. -
Address2: string
Maximum Length:
240The second line of the parcel owner address. -
Address3: string
Maximum Length:
240The third line of the parcel owner address. -
Address4: string
Maximum Length:
240The fourth line of the parcel owner address. -
AddressFieldOne: string
Maximum Length:
20The first line of the parcel owner address. -
AddressFieldThree: string
Maximum Length:
20The third line of the parcel owner address. -
AddressFieldTwo: string
Maximum Length:
20The second line of the parcel owner address. -
AssignedToChildParcel: string
Maximum Length:
30Indicates whether the owner is assigned to the parcel. -
BuildingType: string
Maximum Length:
20The building type of the parcel owner. -
CellPhoneCountry: string
Maximum Length:
10Tthe cell phone country code of the parcel owner. -
CellPhoneNumber: string
Maximum Length:
40The cell phone number of the parcel owner. -
City: string
Maximum Length:
60The city of the parcel owner. -
Country: string
Maximum Length:
3The country of the parcel owner. -
County: string
Maximum Length:
60The county of the parcel owner. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time that the parcel genealogy transaction owner was created. -
DisplayParentParcel: string
Maximum Length:
30Parent parcel information. -
DocumentNumber: string
Maximum Length:
50The document number of the parcel owner. -
EmailId: string
Maximum Length:
50The email address for the parcel owner. -
EnabledFlag: string
Maximum Length:
1Indicates whether the parcel owner is available to be used. The default value is N. -
FaxCountry: string
Maximum Length:
10The fax country code of the parcel owner. -
FaxNumber: string
Maximum Length:
40The fax phone number of the parcel owner. -
FinalParcelIdEntered: string
Maximum Length:
30The final parcel number. -
Floor: string
Maximum Length:
20The floor the parcel owner is on. -
HomePhoneCountry: string
Maximum Length:
10The home phone country code of the parcel owner. -
HomePhoneNumber: string
Maximum Length:
40The home phone number of the parcel owner. -
LastTransferDate: string
(date)
The last transfer date of the parcel owner.
-
LastTransferType: string
Maximum Length:
50The last transfer type of the parcel owner. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time that the parcel genealogy transaction owner was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OwnerCode: string
Maximum Length:
32The code of the parcel owner. -
OwnerId: integer
(int64)
The unique identifier for the parcel owner.
-
OwnerName: string
Maximum Length:
150The name of the primary parcel owner. -
OwnerType: string
Maximum Length:
20The type of parcel owner. -
ParcelIdEntered: string
Maximum Length:
30Identifier entered by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number. -
ParcelTrxDtlKey: integer
(int64)
The new identifier for parcel genealogy transaction detail.
-
ParcelTrxDtlPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction detail. Used to import data. -
ParcelTrxKey: integer
(int64)
The new identifier for a parcel genealogy transaction.
-
ParcelTrxOwnKey: integer
(int64)
The new identifier for a parcel genealogy transaction owner.
-
ParcelTrxOwnPuid: string
Maximum Length:
480The public unique identifier for a parcel genealogy transaction owner. Used to import data. -
ParentParcelId: integer
(int64)
Unique identifier of the parent parcel.
-
ParentParcelIdEntered: string
Maximum Length:
30Parent parcel Assessor Parcel Number. -
PostalCode: string
Maximum Length:
60The postal code of the parcel owner. -
PostalPlus4Code: string
Maximum Length:
10The postal plus 4 code of the parcel owner. -
PreviousState: string
Maximum Length:
20The previous state of this row. -
PrimaryFlag: string
Maximum Length:
1Indicates whether the parcel owner is the primary owner for the parcel. If the value is Y, the parcel owner is the primary owner. The default value is N. -
Province: string
Maximum Length:
60The province of the parcel owner. -
ProvisionalParcelIdEntered: string
Maximum Length:
30The provisional parcel number. -
SecondaryOwnerName: string
Maximum Length:
150The name of the secondary parcel owner. -
Selected: string
Maximum Length:
1Indicates whether the owner is assigned to the parcel. -
State: string
Maximum Length:
60The state of the parcel owner. -
StreeName: string
Maximum Length:
240The street name of the parcel owner. -
StreetDirection: string
Maximum Length:
10The street direction of the parcel owner. -
StreetNumber: string
Maximum Length:
20The street number of the parcel owner. -
StreetType: string
Maximum Length:
20The street type of the parcel owner. -
SummaryRow: string
Maximum Length:
1Indicates whether the row summarizes parcel owner information. -
Temporary: string
Maximum Length:
1Indicates whether the data in this row is temporary. -
UnitNumber: string
Maximum Length:
30The unit number of the parcel owner. -
WorkPhoneCountry: string
Maximum Length:
10The work phone country code of the parcel owner. -
WorkPhoneNumber: string
Maximum Length:
40The work phone number of the parcel owner.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorParcelTransactionDetails-TransactionParcel-item-response
Type:
Show Source
object-
AdditionalStructure: string
Maximum Length:
200The information about additional structures located on the parcel. -
Bathrooms: string
Maximum Length:
20The number of bathrooms for the building on the parcel. -
Bedrooms: string
Maximum Length:
20The number of bedrooms for the building on the parcel. -
BlockNumber: string
Maximum Length:
30The block number of the parcel. -
BookNumber: string
Maximum Length:
30The book number of the parcel. -
BoundaryDescription: string
Maximum Length:
240The boundary description of the parcel. -
CensusBlock: string
Maximum Length:
100The neighbourhood information related to the location of the parcel. -
CensusTract: string
Maximum Length:
100The neighbourhood information related to the location of the parcel. -
ClimateZone: string
Maximum Length:
200The detailed climate zone of the parcel. -
CoordinateX: number
The x coordinate of the parcel.
-
CoordinateY: number
The y coordinate of the parcel.
-
CreationDate: string
(date-time)
Read Only:
trueThe date and time that the parcel was created. -
DwellingUnitCount: string
Maximum Length:
10The number of dwelling units for the parcel. -
EnabledFlag: string
Maximum Length:
1Indicates whether the parcel is available to be used. The default value is N. -
ExistingParcel: string
Maximum Length:
1Indicates whether the parcel was previously created in the system or it is being created with the parcel genealogy transaction. -
FinalParcelIdEntered: string
Maximum Length:
30The final parcel number. -
FireRisk: string
Maximum Length:
200The fire risk associated with the parcel. -
FloodInsRateMap: string
Maximum Length:
200The flood insurance rate map related to the parcel location for floodplain management and insurance purposes. -
FloodZone: string
Maximum Length:
200The detailed flood zone of the parcel. -
GeneralPlanTwo: string
Maximum Length:
30The alternate land Information of the parcel. -
Jurisdiction: string
Maximum Length:
50The jurisdiction of the parcel. -
LandslideRisk: string
Maximum Length:
200The landslide risk associated with the parcel. -
LandUseCode: string
Maximum Length:
30The land use code of the parcel. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time that the parcel was last updated. -
Latitude: number
The latitude of the parcel.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LiquefactionRisk: string
Maximum Length:
200The liquefaction risk associated with the parcel. -
Longitude: number
The longitude of the parcel.
-
LotNumber: string
Maximum Length:
30The lot number of the parcel. -
MapBookPage: string
Maximum Length:
50Tthe map book page of the parcel. -
MapName: string
Maximum Length:
50The map name of the parcel. -
PageNumber: string
Maximum Length:
30The page number of the parcel. -
ParcelAdjustment: string
Maximum Length:
15Indicates whether the row contains parcel data before or after the transaction. The possible values are ORA_BEFORE and ORA_AFTER. -
ParcelAdjustmentMeaning: string
Read Only:
trueMaximum Length:80Indicates whether the row contains parcel data before or after the transaction. -
ParcelIdEntered: string
Maximum Length:
30Identifier entered by the user for the parcel of real estate. In the USA, this is the Assessor Parcel Number. -
ParcelSizeOne: number
Title:
Parcel SizeThe first parcel size. -
ParcelSizeOneUnit: string
Title:
Unit of MeasureMaximum Length:10The unit of measure for the first parcel size. -
ParcelSizeTwo: number
The second parcel size.
-
ParcelSizeTwoUnit: string
Maximum Length:
10The unit of measure for the second parcel size. -
ParcelStatus: string
Title:
Parcel StatusMaximum Length:20The status code of the parcel. -
ParcelStatusMeaning: string
Read Only:
trueMaximum Length:80The description of the status of the parcel which can be Final, Provisional, or Retired. -
ParcelTrxDtlKey: integer
(int64)
The new identifier for parcel genealogy transaction detail.
-
ParcelTrxDtlPuid: string
Maximum Length:
480The public unique identifier for parcel genealogy transaction detail. Used to import data. -
ParcelTrxKey: integer
(int64)
The new identifier for a parcel genealogy transaction.
-
ParcelTrxMstKey: integer
(int64)
The new identifier for a parcel genealogy transaction parcel.
-
ParcelTrxMstPuid: string
Maximum Length:
480The public unique identifier for a parcel genealogy transaction parcel. Used to import data. -
ParcelType: string
Maximum Length:
30The type of parcel. -
ParcelUnitNumber: string
Maximum Length:
30The unit number of the parcel. -
ParentParcelAddress: string
Title:
Parent Parcel AddressMaximum Length:240Address of the parent parcel. -
ParentParcelId: integer
(int64)
Unique identifier of the parent parcel.
-
ParentParcelIdEntered: string
Maximum Length:
30Parent parcel Assessor Parcel Number. -
Patio: string
Maximum Length:
200The information about patios located on the parcel. -
Pool: string
Maximum Length:
200The information about pools located on the parcel. -
PreviousState: string
Maximum Length:
20The previous state of this row. -
PrimaryZoningId: string
Maximum Length:
30The unique identifier for the primary zoning of the parcel. -
PropertyDescription: string
Maximum Length:
240The property description of the parcel. -
ProvisionalParcelIdEntered: string
Maximum Length:
30The provisional parcel number. -
SectionNumber: string
Maximum Length:
30The section number of the parcel. -
Selected: string
Maximum Length:
1Indicates whether the parcel is selected for the parcel genealogy transaction. -
SoilType: string
Maximum Length:
200The soil type associated with the parcel. -
Srid: integer
(int64)
The spatial reference identifier. This is a unique coordinate identifier for a local, regional, or global system used to locate geographical or spatial entities within geographic information systems.
-
StructureSizeOne: number
Title:
Structure SizeThe first structure size. -
StructureSizeOneUnit: string
Maximum Length:
10The unit of measure for the first structure size. -
StructureSizeTwo: number
The second structure size.
-
StructureSizeTwoUnit: string
Maximum Length:
10The unit of measure for the second structure size. -
Subdivision: string
Maximum Length:
30The subdivision of the parcel. -
TaxRateArea: string
Maximum Length:
100The area identifier of the parcel location for taxation purposes. -
Temporary: string
Maximum Length:
1Indicates whether the data in this row is temporary. -
YearBuilt: string
Maximum Length:
4The year in which the building on the parcel was built. -
ZoningCodeTwo: string
Maximum Length:
30The secondary code of the zoning related to the parcel. -
ZoningDescription: string
Maximum Length:
240The zoning description of the parcel.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source