@oneblink/apps-react
    Preparing search index...

    Function getPointCadastralParcel

    • Get the details for a single NSW Point Cadastral Parcel record.

      const formId = 1
      const parcelId = '1/234567'
      const result = await formService.getPointCadastralParcel(
      formId,
      addressId,
      )

      Parameters

      • formId: number
      • parcelId: string
      • OptionalabortSignal: AbortSignal

      Returns Promise<
          {
              attribution?: string;
              features?: {
                  geometry?: { coordinates?: number[]; type?: string };
                  messages?: string[];
                  properties?: {
                      addressId?: string;
                      addressRecordType?: string;
                      aliasPrincipal?: string;
                      asgsMain?: {
                          censusYear?: (...) | (...);
                          gccsaId?: (...) | (...);
                          gccsaName?: (...) | (...);
                          mbAreaSqm?: (...) | (...);
                          mbCategoryCode?: (...) | (...);
                          mbDwellingCount?: (...) | (...);
                          mbId?: (...) | (...);
                          mbPopCount?: (...) | (...);
                          sa1Id?: (...) | (...);
                          sa2Id?: (...) | (...);
                          sa2Name?: (...) | (...);
                          sa3Id?: (...) | (...);
                          sa3Name?: (...) | (...);
                          sa4Id?: (...) | (...);
                          sa4Name?: (...) | (...);
                      }[];
                      asgsRemoteness?: {
                          areaSqm?: (...)
                          | (...);
                          categoryCode?: (...) | (...);
                          categoryName?: (...) | (...);
                          censusYear?: (...) | (...);
                          code?: (...) | (...);
                          dateCreated?: (...) | (...);
                          pid?: (...) | (...);
                          polygonPid?: (...) | (...);
                          statePid?: (...) | (...);
                      }[];
                      cadastralIdentifier?: string;
                      commonwealthElectorate?: {
                          commElectoralName?: string;
                          commElectoralPid?: string;
                      };
                      complexLevelNumber?: string;
                      complexLevelType?: string;
                      complexLevelTypeDescription?: string;
                      complexUnitIdentifer?: string;
                      complexUnitType?: string;
                      complexUnitTypeDescription?: string;
                      contributorPropertyId?: string;
                      dataset?: string;
                      formattedAddress?: string;
                      geoFeature?: string;
                      jurisdictionId?: string;
                      localGovernmentArea?: {
                          lgaName?: string;
                          lgaPid?: string;
                          lgaShortName?: string;
                      };
                      localityAlias?: string[];
                      localityId?: string;
                      localityName?: string;
                      localityNeighbour?: string[];
                      lotIdentifier?: string;
                      postcode?: string;
                      propertyBundle?: {
                          baseProperty?: (...)
                          | (...)
                          | (...);
                          cadastrePids?: (...) | (...);
                          contributorId?: (...) | (...);
                          dateCreated?: (...) | (...);
                          dateModified?: (...) | (...);
                          parcelIds?: (...) | (...);
                          propertyPid?: (...) | (...);
                          source?: (...) | (...);
                          state?: (...) | (...);
                      }[];
                      seifa?: {
                          censusYear?: (...)
                          | (...);
                          dateCreated?: (...) | (...);
                          ieoAusDecile?: (...) | (...);
                          ieoAusPercent?: (...) | (...);
                          ieoAusRank?: (...) | (...);
                          ieoScore?: (...) | (...);
                          ieoStDecile?: (...) | (...);
                          ieoStPercent?: (...) | (...);
                          ieoStRank?: (...) | (...);
                          ierAusDecile?: (...) | (...);
                          ierAusPercent?: (...) | (...);
                          ierAusRank?: (...) | (...);
                          ierScore?: (...) | (...);
                          ierStDecile?: (...) | (...);
                          ierStPercent?: (...) | (...);
                          ierStRank?: (...) | (...);
                          irsadAusDecile?: (...) | (...);
                          irsadAusPercent?: (...) | (...);
                          irsadAusRank?: (...) | (...);
                          irsadScore?: (...) | (...);
                          irsadStDecile?: (...) | (...);
                          irsadStPercent?: (...) | (...);
                          irsadStRank?: (...) | (...);
                          irsdAusDecile?: (...) | (...);
                          irsdAusPercent?: (...) | (...);
                          irsdAusRank?: (...) | (...);
                          irsdScore?: (...) | (...);
                          irsdStDecile?: (...) | (...);
                          irsdStPercent?: (...) | (...);
                          irsdStRank?: (...) | (...);
                          population?: (...) | (...);
                          sa12021Pid?: (...) | (...);
                          seifa2021Pid?: (...) | (...);
                      }[];
                      siteName?: string;
                      stateElectorateBundle?: {
                          dateCreated?: (...)
                          | (...);
                          dateEffectiveEnd?: (...) | (...);
                          dateEffectiveStart?: (...) | (...);
                          dateGazetted?: (...) | (...);
                          stateElectoralClassCode?: (...) | (...);
                          stateElectoralName?: (...) | (...);
                          stateElectoralPid?: (...) | (...);
                          stateElectoralType?: (...) | (...);
                          status?: (...) | (...);
                      }[];
                      stateTerritory?: string;
                      streetAlias?: Record<string, never>[];
                      streetLocalityId?: string;
                      streetName?: string;
                      streetNumber1?: string;
                      streetNumber2?: string;
                      streetSuffix?: string;
                      streetType?: string;
                      streetTypeDescription?: string;
                  };
                  type?: string;
              }[];
              links?: {
                  next?: string;
                  numberMatched?: number;
                  numberReturned?: number;
                  prev?: string;
                  self?: string;
              };
              messages?: string[];
              parcelBundle?: {
                  baseParcel?: boolean;
                  cadastrePid?: string;
                  contributorId?: string;
                  contributorStatus?: string;
                  dateCreated?: string;
                  dateModified?: string;
                  horizontalStrataCount?: string;
                  lot?: string;
                  parcelId?: string;
                  parcelType?: string;
                  plan?: string;
                  section?: string;
                  source?: string;
                  state?: string;
                  strataType?: string;
                  titleStatus?: string;
                  totalStrataCount?: number;
                  verticalStrataCount?: string;
              }[];
              query?: string;
              requestDateTime?: string;
              requestTimeStamp?: number;
              type?: string;
          },
      >