Get all projects
get
/fscmRestApi/resources/11.13.18.05/publicSectorProjects
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 project by the primary key criteria.
Finder Variables:- AgencyId; integer; The identifier for the agency to which a project belongs.
- ProjectCode; string; The unique identifier string for a project.
- simpleSearchFinder: Finds a project that matches the specified keyword.
Finder Variables:- value; string; The keyword used to find a project by project code, project name, project summary, project type, status, estimated valuation, project contact person name, phone country code, phone area code, or the phone number.
- PrimaryKey: Finds a project by the 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:- AgencyId; integer; The unique identifier for a public sector agency.
- CreatedByName; string; The name of the user who created the project.
- CreationDate; string; The date when the project was created.
- CurrencyCode; string; The currency code used for creating the project. The default is the public sector agency currency code.
- EndDate; string; The end date of the project.
- EstimatedValuation; number; The estimated valuation of the project.
- LastUpdateDate; string; The date when the project was last updated.
- Meaning; string; The actual meaning of the project status. For example, active, canceled, completed, and so on.
- ProjectAdmin; integer; The project manager for the project.
- ProjectAdminBizProfileId; integer; The unique identifier for the business profile of the project manager.
- ProjectAdminProfileId; integer; The unique identifier for the project manager's personal profile.
- ProjectCode; string; The unique identifier for a project.
- ProjectName; string; A user-friendly name for the project.
- ProjectSummary; string; A brief desription of the project.
- ProjectType; string; The project type. This can be anything that is configured in the project type setup.
- StartDate; string; The start date of the project.
- Status; string; The status of the project. The status can be active, inactive, on hold, completed, or canceled. The default value is active.
-
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: string
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: string
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 : publicSectorProjects
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 : publicSectorProjects-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
CreatedByName: string
Title:
Created ByRead Only:trueThe name of the user who created the project. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the project was created. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:3The currency code used for creating the project. The default is the public sector agency currency code. -
EndDate: string
(date-time)
Title:
End DateThe end date of the project. -
EstimatedValuation: number
Title:
Estimated ValuationThe estimated valuation of the project. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the project was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Meaning: string
Read Only:
trueMaximum Length:80The actual meaning of the project status. For example, active, canceled, completed, and so on. -
ProjectAdmin: integer
(int64)
Title:
Primary ContactThe project manager for the project. -
ProjectAdminBizProfileId: integer
(int64)
The unique identifier for the business profile of the project manager.
-
ProjectAdminProfileId: integer
(int64)
The unique identifier for the project manager's personal profile.
-
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier for a project. -
ProjectContact: array
Project Contacts
Title:
Project ContactsThe project contacts resource is used to create, view, or update the contacts related to a project. -
ProjectName: string
Title:
NameMaximum Length:50A user-friendly name for the project. -
ProjectParcel: array
Project Parcels
Title:
Project ParcelsThe project parcels resource is used to create, view, or update the parcels related to a project. -
ProjectSummary: string
Title:
Project SummaryMaximum Length:500A brief desription of the project. -
ProjectType: string
Title:
Project TypeMaximum Length:50The project type. This can be anything that is configured in the project type setup. -
StartDate: string
(date-time)
Title:
Start DateThe start date of the project. -
Status: string
Title:
StatusMaximum Length:7The status of the project. The status can be active, inactive, on hold, completed, or canceled. The default value is active.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Project Contacts
Type:
arrayTitle:
Project ContactsThe project contacts resource is used to create, view, or update the contacts related to a project.
Show Source
Nested Schema : Project Parcels
Type:
arrayTitle:
Project ParcelsThe project parcels resource is used to create, view, or update the parcels related to a project.
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 : publicSectorProjects-ProjectContact-item-response
Type:
Show Source
object-
Address1: string
Title:
Address Line 1Maximum Length:240The first or main address. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address, if present. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address, if present. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address, if present. -
AgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
City: string
Title:
CityMaximum Length:60The city of the project contact address. -
ContactBizPartyId: integer
(int64)
The party ID of the business associated with the project contact.
-
ContactBizProfileId: integer
(int64)
The unique identifier for the business profile of the project contact.
-
ContactId: integer
(int64)
The unique identifier for the project contact.
-
ContactKey: integer
(int64)
The unique identifier for a project contact.
-
ContactPartyId: integer
(int64)
The party ID of the project contact.
-
ContactProfileId: integer
(int64)
The unique identifier for the personal profile of the project contact.
-
ContactType: string
Title:
Contact TypeMaximum Length:30The type of contact. -
ContactTypeName: string
Title:
Contact TypeRead Only:trueMaximum Length:255The name of the project contact type. -
Country: string
Title:
CountryMaximum Length:3The country of the project contact address. -
County: string
Title:
CountyMaximum Length:60The county of the project contact address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the project contact. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the project contact was created. -
EmailAddress: string
Title:
EmailMaximum Length:320The email address of the contact. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the project contact was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the project contact. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationName: string
Title:
Organization NameMaximum Length:360The name of the organization of the project contact. -
PersonFirstName: string
Title:
First NameMaximum Length:150The first name of the project contact. -
PersonLastName: string
Title:
Last NameMaximum Length:150The last name of the project contact. -
PersonMiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the project contact. -
PersonName: string
Title:
NameMaximum Length:450The full name of the project contact. -
PersonNameSuffix: string
Maximum Length:
30The name suffix of the project contact. -
PersonPreNameAdjunct: string
Maximum Length:
30The prefix for the project contact name. For example, Dr., Professor, etc. -
PersonTitle: string
Title:
TitleMaximum Length:60The title of the project contact. -
PhoneAreaCode: string
Maximum Length:
10The area code of the contact phone number. -
PhoneCountryCode: string
Maximum Length:
10The country code of the contact phone number. -
PhoneExtension: string
Maximum Length:
20The extension of the contact phone number. -
PhoneNumber: string
Maximum Length:
40The phone number of the contact. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the project contact address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:10The postal plus four code of the project contact address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Indicates the primary project contact. If the value is Y, then the project contact is the primary project contact. The default value is N. -
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier for a project. -
Province: string
Title:
ProvinceMaximum Length:60The province of the project contact address. -
State: string
Title:
StateMaximum Length:60The state of the project contact address.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorProjects-ProjectParcel-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
BlockNum: string
Title:
Block NumberMaximum Length:30The block number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
BookNum: string
Title:
Book NumberMaximum Length:30The book number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
BoundaryDescription: string
Title:
Boundary DescriptionMaximum Length:480A textual description of the property boundaries. This is not a listing of coordinates. For example, SMITH LOT - COME E 155 FT FROM SW CORNER OF LOT 206 THEN 77.5 FT N TO A LINE WHICH EXTENDS FROM A PT N 309.91 FT AND E 55.25 FT FROM BEG TO A PT E 155 FT FROM LOT 206. -
CoordinateX: number
Title:
X CoordinateThe x-axis coordinate for the project parcel. -
CoordinateY: number
Title:
Y CoordinateThe y-axis coordinate for the project parcel. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the project parcel. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the project parcel was created. -
DistrictName: string
Maximum Length:
50The district name of the parcel. -
Jurisdiction: string
Title:
JurisdictionMaximum Length:50The name of the city, if incorporated, or the name of the county, if unincorporated. -
LandUseCode: string
Title:
Land Use CodeMaximum Length:30The land use code of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe user who last updated the project parcel. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The date when the project parcel was last updated. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login ID of the user who last updated the project parcel. -
Latitude: number
Title:
LatitudeThe geographic location of the parcel that is north or south of the equator. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Longitude: number
Title:
LongitudeThe geographic location of the parcel address that is east or west of the meridian. It typically points to a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
LotNum: string
Title:
Lot NumberMaximum Length:30The lot number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
MapBookPage: string
Title:
Map Book PageMaximum Length:50The recorded map book and page. -
MapName: string
Title:
Map NameMaximum Length:50The recorded map name. For example, Public Works. -
PageNum: string
Title:
Page NumberMaximum Length:30The page number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
ParcelId: integer
(int64)
Title:
Parcel IDThe identifier for the project parcel. -
ParcelIdEntered: string
Title:
Parcel IDMaximum Length:50The identifier for the project parcel. -
ParcelKey: integer
(int64)
The unique identifier for the project parcel.
-
ParcelType: string
Title:
Parcel TypeMaximum Length:30The type of the parcel. For example, commercial, residential, or government. -
ParentParcelId: integer
(int64)
Title:
Parent Parcel IDThe unique identifier for the parent parcel. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates the primary project parcel. If the value is Y, then the parcel is the primary parcel. The default value is N. -
PrimaryZoningId: string
Title:
Primary Zoning IDMaximum Length:30The primary zoning ID of the zoning for the parcel. -
PrjParcelOwner: array
Project Parcel Owners
Title:
Project Parcel OwnersThe resource is used to create, view, or update the project parcel owners related to a project. -
ProjectAddress: array
Project Addresses
Title:
Project AddressesThe resource is used to create, view, or update the project parcel addresses related to a project. -
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier for a project. -
PropertyDescription: string
Title:
Property DescriptionMaximum Length:240The property description. -
SectionNum: string
Title:
Section NumberMaximum Length:30The section number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
Srid: integer
(int64)
Title:
SRIDThe GIS coordinate system in use. -
Subdivision: string
Title:
SubdivisionMaximum Length:30The subdivision of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
UnitNum: string
Title:
Unit NumberMaximum Length:30The unit number of the parcel in the Detail Land Information, which is part of the Assessor Parcel Number (APN). -
ZoningDescription: string
Title:
Zoning DescriptionMaximum Length:240The zoning description.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Project Parcel Owners
Type:
arrayTitle:
Project Parcel OwnersThe resource is used to create, view, or update the project parcel owners related to a project.
Show Source
Nested Schema : Project Addresses
Type:
arrayTitle:
Project AddressesThe resource is used to create, view, or update the project parcel addresses related to a project.
Show Source
Nested Schema : publicSectorProjects-ProjectParcel-PrjParcelOwner-item-response
Type:
Show Source
object-
Address1: string
Title:
AddressMaximum Length:240The first or main address of the project parcel owner. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address of the project parcel owner, if present. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address of the project parcel owner, if present. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address of the project parcel owner, if present. -
AddressField1: string
Title:
Address Field 1Maximum Length:20The address field of the project parcel owner search. -
AddressField2: string
Title:
Address Field 2Maximum Length:20The address field of the project parcel owner search. -
AddressField3: string
Title:
Address Field 3Maximum Length:20The address field of the project parcel owner search. -
AgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
BuildingType: string
Title:
Building TypeMaximum Length:20The building type in the project parcel owner search. For example, Tower A or Block 3. -
CellPhoneCountry: string
Title:
Cell Phone Country CodeMaximum Length:10The cell phone country code of the project parcel owner. -
CellPhoneNum: string
Title:
Cell Phone NumberMaximum Length:40The cell phone number of the project parcel owner. -
City: string
Title:
CityMaximum Length:60The city of the project parcel owner address. -
Country: string
Title:
CountryMaximum Length:60The country of the project parcel owner address. -
County: string
Title:
CountyMaximum Length:60The county of the project parcel owner address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the project parcel owner. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the project parcel owner was created. -
DocumentNum: string
Title:
Document NumberMaximum Length:50The document number of the project parcel owner. -
EmailId: string
Title:
Email AddressMaximum Length:50The email ID of the project parcel owner. -
FaxCountry: string
Title:
Fax Country CodeMaximum Length:10The fax country code of the project parcel owner. -
FaxNum: string
Title:
Fax NumberMaximum Length:40The fax number of the project parcel owner. -
Floor: string
Title:
FloorMaximum Length:20The floor of the building. For example, mezzanine level, penthouse, or garage level C. -
HomePhoneCountry: string
Title:
Home Phone Country CodeMaximum Length:10The home phone country code of the project parcel owner. -
HomePhoneNum: string
Title:
Home Phone NumberMaximum Length:40The home phone number of the project parcel owner. -
LastTransferDate: string
(date)
Title:
Last Transfer DateThe last transfer date of the project parcel owner. -
LastTransferType: string
Title:
Last Transfer TypeMaximum Length:50The last transfer type of the project parcel owner. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe user who last updated the project parcel owner. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The date when the project parcel owner was last updated. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login ID of the user who last updated the project parcel owner. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name1: string
Title:
Name 1Maximum Length:150The first name of the parcel owner. -
Name2: string
Title:
Name 2Maximum Length:150The second name of the parcel owner. -
OwnerId: integer
(int64)
Title:
Owner IDThe identifier of the parcel owner. -
OwnerKey: integer
(int64)
Title:
Owner IDThe unique identifier for the project parcel owner. -
OwnerType: string
Title:
Owner TypeMaximum Length:20The type of parcel owner. -
ParcelId: integer
(int64)
Title:
Parcel IDThe identifier of the parcel. -
ParcelKey: integer
(int64)
Title:
Parcel IDThe unique identifier for the project parcel. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the project parcel owner address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:20The postal plus four code of the project parcel owner address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates the primary project parcel owner. If the value is Y, then the parcel owner is the primary parcel owner. The default value is N. -
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier for a project. -
Province: string
Title:
ProvinceMaximum Length:60The province of the project parcel owner address. -
State: string
Title:
StateMaximum Length:60The state of the project parcel owner address. -
StreetDirection: string
Title:
Street DirectionMaximum Length:10The street direction of the address in an project parcel owner search. Values are compass directions, such as N, S, E, W, NW, SE, and so on. -
StreetName: string
Title:
Street NameMaximum Length:240The street name of the address in the project parcel owner search. -
StreetNumber: string
Title:
Street NameMaximum Length:20The street number of the address in the project parcel owner search. -
StreetType: string
Title:
Street TypeMaximum Length:20The street type of the address in the project parcel owner search. For example, alley, boulevard, avenue, lane, street, loop, and so on. -
UnitNumber: string
Title:
Unit NumberMaximum Length:30The exact unit in a building. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry: string
Title:
Work Phone Country CodeMaximum Length:10The work phone country code of the project parcel owner. -
WorkPhoneNum: string
Title:
Work Phone NumberMaximum Length:40The work phone number of the project parcel owner.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorProjects-ProjectParcel-ProjectAddress-item-response
Type:
Show Source
object-
Address1: string
Title:
Address Line 1Maximum Length:240The first or main address. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address, if present. -
Address3: string
Title:
Address Line 3Maximum Length:240The third address, if present. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth address, if present. -
AddressField1: string
Title:
Address Field 1Maximum Length:20Additional information for the first address or main address of the parcel. -
AddressField2: string
Title:
Address Field 2Maximum Length:20Additional information for the second address of the parcel, if present. -
AddressField3: string
Title:
Address Field 3Maximum Length:20Additional information for the third address of the parcel, if present. -
AddressId: integer
(int64)
Title:
Address IDThe identifier of the parcel address. -
AddressKey: integer
(int64)
Title:
Address IDThe unique identifier of the project address. -
AddressType: string
Title:
Address TypeMaximum Length:20The address type used for delivery point validation (DPV). For example, main address, side address, or virtual address. -
AgencyId: integer
(int32)
Default Value:
1The unique identifier for a public sector agency. -
BuildingType: string
Title:
Building TypeMaximum Length:20The building type used in an address search. For example, Tower A or Block 3. -
CellPhoneCountry: string
Title:
Cell Phone Country CodeMaximum Length:10The country code for the cell phone number of parcel contact. -
CellPhoneNum: string
Title:
Cell Phone NumberMaximum Length:40The cell phone number of the parcel address contact. -
City: string
Title:
CityMaximum Length:60The city in the parcel address. -
CoordinateX: number
Title:
X CoordinateThe x-axis coordinate of the project parcel address. -
CoordinateY: number
Title:
Y CoordinateThe y-axis coordinate of the project parcel address. -
Country: string
Title:
CountryMaximum Length:60The country in the parcel address. -
County: string
Title:
CountyMaximum Length:60The county in the parcel address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the project parcel address. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the project parcel address was created. -
EmailId: string
Title:
Email AddressMaximum Length:50The email address of the parcel address contact. -
FaxCountry: string
Title:
Fax Country CodeMaximum Length:10The country code for the fax number of the parcel contact. -
FaxNum: string
Title:
Fax NumberMaximum Length:40The fax number of the parcel address contact. -
Floor: string
Title:
FloorMaximum Length:20The floor or level in an address search. For example, mezzanine level, penthouse, or garage level C. -
HomePhoneCountry: string
Title:
Home Phone Country CodeMaximum Length:10The country code for the home telephone number of the parcel address contact. -
HomePhoneNum: string
Title:
Home Phone NumberMaximum Length:40The home telephone number of the parcel address contact. -
InputSource: string
Title:
Input SourceMaximum Length:1Indicates how the data were entered or loaded into the application. The values are S for system data and U for user-entered data. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe user who last updated the project parcel address. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The date when the project parcel address was last updated. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login ID of the user who last updated the project parcel address. -
Latitude: number
Title:
LatitudeThe latitude of the parcel address. A geographic location typically identifies a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Longitude: number
Title:
LongitudeThe longitude of the parcel address. A geographic location typically identifies a specific entrance area within a large parcel, for example, a security checkpoint gate, delivery entrance, or employee entrance. -
MunicipalityId: string
Title:
Municipality IDMaximum Length:20The municipality identifier if the parcel is not managed at the county level. -
ParcelId: integer
(int64)
Title:
Parcel IDThe identifier of the parcel. -
ParcelKey: integer
(int64)
Title:
Parcel IDThe unique identifier of the project parcel. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code in the parcel address. -
PostalPlus4Code: string
Title:
Postal Plus 4 CodeMaximum Length:20The postal plus four code of the parcel address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates whether the current project address is the primary address. If the value is Y, then the address is the primary project address. The default value is N. -
ProjectCode: string
Title:
Project IDMaximum Length:30The unique identifier for a project. -
Province: string
Title:
ProvinceMaximum Length:60The province in the parcel address. -
Srid: integer
(int64)
Title:
SRIDThe SRID of the parcel address. This attribute indicates the Spatial Reference System Identifier (SRID), which is a unique value that identifies projected, unprojected, and local spatial coordinate system definitions. Used in all GIS systems. -
State: string
Title:
StateMaximum Length:60The state in the parcel address. -
StreetDirection: string
Title:
Street DirectionMaximum Length:10The street direction in an address search. Values are compass directions, such as N, S, E, W, NW, SE, and so on. For example, use street direction N to find all parcels with an address that is north of the city center. -
StreetName: string
Title:
Street NameMaximum Length:240The street name in the parcel address used during a search. -
StreetNumber: string
Title:
Street NumberMaximum Length:20The street number in the parcel address. -
StreetType: string
Title:
Street TypeMaximum Length:20The street type designation used during a search. For example, alley, boulevard, avenue, lane, street, loop, and so on. -
UnitNumber: string
Title:
Unit NumberMaximum Length:30The exact unit in a building used in an address search. For example, Apartment 208A or Suite 300. -
WorkPhoneCountry: string
Title:
Work Phone Country CodeMaximum Length:10The country code for the work telephone number of the parcel contact. -
WorkPhoneNum: string
Title:
Work Phone NumberMaximum Length:40The work telephone number of the parcel address contact.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source