Get all permits, planning applications, and business license parcel addresses

get

/fscmRestApi/resources/11.13.18.05/publicSectorExploreCityPermits

Request

Query Parameters
  • 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).
  • 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
  • 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:

    • AgencyActiveLICsearchfinder: Finds a business license record associated with a specified parcel address.
      Finder Variables:
      • myapplication; string; Finds all business licence records where user is either a primary person or a contact.
      • value; string; The parcel address used to find a business license record.
    • AgencyActivePMTsearchfinder: Finds a permit record associated with a specified parcel address.
      Finder Variables:
      • myapplication; string; Finds all permit records where user is either a primary person or a contact.
      • value; string; The parcel address used to find a permit record.
    • AgencyActivePZsearchfinder: Finds a planning application record associated with a specified parcel address.
      Finder Variables:
      • myapplication; string; Finds all business licence records where user is either a primary person or a contact.
      • value; string; The parcel address used to find a planning application record.
    • PrimaryKey: Finds a permit, planning application, or business license record associated with the parcel address by primary key.
      Finder Variables:
      • LnpRecordKey; integer; The primary key that is used to find a permit, planning application, or business license associated with the parcel address.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • Address1; string; The first line of the parcel address.
    • Address2; string; The second line of the parcel address.
    • Address3; string; The third line of the parcel address.
    • Address4; string; The fourth line of the parcel address.
    • AddressId; integer; The identifier for the address.
    • AddressKey; integer; The unique identifier for parcel address information.
    • AgencyId; integer; The identifier for the public sector agency.
    • Applicant; integer; The applicant ID for the permit, planning application, or business license.
    • ApplicantBizProfileId; integer; The identifier for the business profile that is associated with the permit, planning application or business license.
    • ApplicantProfileId; integer; The identifier for the personal profile that is associated with the permit, planning application, or business license.
    • BuildingType; string; The building type of the parcel.
    • BusAddress1; string; The first line of the business address for a business license.
    • BusAddress2; string; The second line of the business address for a business license.
    • BusAddress3; string; The third line of the business address for a business license.
    • BusAddress4; string; The fourth line of the business address for a business license.
    • BusAddressId; integer; The address ID for the business license.
    • BusBusinessLegalName; string; The business legal name for a business license.
    • BusBusinessName; string; The business name for a business license.
    • BusCity; string; The city of the business address for a business license.
    • BusCountry; string; The country of the business address for a business license.
    • BusCounty; string; The country of the business address for a business license.
    • BusDbaBusinessName; string; The business DBA name for a business license.
    • BusDescription; string; The business description for a business license.
    • BusEnabledFlag; string; Indicates whether the business entity for a business license is enabled.
    • BusEntAddressId; integer; The address ID for a business entity address in a business license.
    • BusEntEnabledFlag; string; Indicates whether a business entity license record is active.
    • BusEntStatus; string; The business entity status in a business license transaction record.
    • BusExemptFlag; string; Indicates whether the business entity for a business license is a tax-exempt organization.
    • BusFulladdress; string; The full parcel address for a business license. The full address consists of the values from the Address 1, Address 2, Address 3, and Address 4 fields for the parcel address, but not the values from other address fields such as city, state, and postal code.
    • BusLatitude; number; The latitude of the business license parcel address.
    • BusLocAddress1; string; The first line of the parcel address for a business license.
    • BusLocAddress2; string; The second line of the parcel address for a business license.
    • BusLocCity; string; The city of the parcel address for a business license.
    • BusLocDescription; string; The description for a business license.
    • BusLongitude; number; The longitude of the business license parcel address.
    • BusOwnershipType; string; The business ownership type of the business license.
    • BusParcelId; integer; The parcel ID for the business license.
    • BusParcelIdEntered; string; The user-specified identifier for the parcel for a business license.
    • BusPostalCode; string; The postal code of the business address for a business license.
    • BusPostalPlusCode; string; The postal plus code of the business address for a business license.
    • BusProvince; string; The province of the business address for a business license.
    • BusStartDate; string; The start date for a business license.
    • BusState; string; The state of the business address for a business license.
    • BusStatus; string; The business entity status from the business entity record.
    • BusinessEntityId; string; The business entity ID for a business license.
    • BusinessEntityKey; integer; The business entity key for a business license.
    • City; string; The city of the parcel address.
    • Classification; string; The classification of the record type.
    • Country; string; The country of the parcel address.
    • County; string; The county of the parcel address.
    • CreatedBy; string; The user who created the record.
    • CreationDate; string; The date and time when the record was created.
    • CurrentTransFlag; string; The current transaction flag for a business license.
    • Description; string; The description of the permit, planning application, or business license.
    • Floor; string; The floor of the parcel address.
    • FullAddress; string; The full address including all lines of the parcel address. There are four possible lines: Address1, Address2, Address3, and Address4.
    • IssueDate; string; The date and time when the permit, planning application, or business license was created.
    • IssueDt; string; The date and time when the permit, planning application, or business license was created.
    • Latitude; number; The latitude of the parcel address.
    • LicenseStatus; string; The business entity license status for a business license.
    • LnpBusinessOwnersKey; integer; The business owner key for a business license record.
    • LnpRecordId; string; The user entered permit, planning application, or business license number.
    • LnpRecordKey; integer; The unique permit, planning application, or business license identifier.
    • Longitude; number; The longitude of the parcel address.
    • MailingAddress1; string; The first line of the mailing address for a business license.
    • MailingAddress2; string; The second line of the mailing address for a business license.
    • MailingCity; string; The city of the mailing address for a business license.
    • OwnerName; string; The owner name for a business license.
    • ParcelId; integer; The identifier for the parcel or parcel number.
    • ParcelIdEntered; string; The user-entered parcel name in the parcel record.
    • ParcelKey; integer; The unique identifier for parcel record information.
    • PermitIssueDate; string; The date and time when the permit was issued or reissued.
    • PersonName; string; The name of the applicant for a permit, planning application, or business license.
    • PostalCode; string; The postal code of the parcel address.
    • PostalPlus4Code; string; The Postal Plus 4 Code of the parcel address. This code is also known as a ZIP+4 Code and contains 9 digits.
    • Province; string; The province of the parcel address.
    • RecordType; string; The record type information.
    • RecordTypeId; string; The unique identifier for the record type key.
    • Srid; integer; The 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. This is used in all GIS systems.
    • State; string; The state of the parcel address.
    • Status; string; The status of the permit, planning application, or business license.
    • StreetDirection; string; The street direction of the parcel address.
    • StreetName; string; The street name of the parcel address.
    • StreetNumber; string; The street number of the parcel address.
    • StreetType; string; The street type of the parcel address.
    • Subclassification; string; The subclassification of the record type.
    • SystemStatus; string; The system status of the transaction.
    • UnitNumber; string; The unit number of the parcel address.
    • VersionType; string; The version of the permit, planning application, or business license.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : publicSectorExploreCityPermits
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicSectorExploreCityPermits-item-response
Type: object
Show Source
Back to Top