Get all business licenses, credentials, and associated conditions

get

/fscmRestApi/resources/11.13.18.05/publicSectorBusinessLicenseCredentialsWithoutTransients

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:

    • PrimaryKey: Finds business licenses and credentials that match the specified filter values.
      Finder Variables:
      • LnpCredentialKey; integer; Finds business licenses and credentials that match the specified credential.
      • LnpRecordId; string; Finds business licenses and credentials that match the specified business license identifier.
      • LnpRecordKey; integer; Finds business licenses and credentials that match the specified business license key.
  • 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:
    • AboutToExpireDate; string; The date an expiring license/permit notification is sent.
    • AcceptanceDate; string; The accepted date for the business license application.
    • ActivityDescription; string; The description of the business license application.
    • AddressId; integer; The reference key to the TCA location table.
    • AgencyId; integer; The identifier for a public-sector agency (typically an alphanumeric ID for a city, county, or state, but it may also be the agency name).
    • AmendmentType; string; Indicates whether an inactive application should be reactivated from the amendment intake form.
    • ApplAteDate; string; The date an about-to-expire notification is sent for the permit application.
    • ApplExpirationDate; string; The date the application expires.
    • Applicant; integer; The party ID of the permit applicant.
    • ApplicantAddressOne; string; Address line 1 for the business license applicant.
    • ApplicantAddressTwo; string; Address line 2 for the business license applicant.
    • ApplicantBizProfileId; integer; The business profile used by the applicant.
    • ApplicantCity; string; The city in the applicant???s address.
    • ApplicantCountry; string; The country in the applicant???s address.
    • ApplicantCounty; string; The county in the applicant???s address.
    • ApplicantEmailAddressOne; string; The applicant???s primary email address.
    • ApplicantEmailAddressTwo; string; The applicant???s secondary email address.
    • ApplicantPhoneAreaCode; string; The area code for the applicant???s phone number.
    • ApplicantPhoneCountryCode; string; The country code for the applicant???s phone number.
    • ApplicantPhoneExtension; string; The applicant???s phone extension.
    • ApplicantPhoneNumber; string; The applicant???s phone number.
    • ApplicantPostalCode; string; The postal code in the applicant???s address.
    • ApplicantProfileId; integer; The applicant???s user profile.
    • ApplicantProvince; string; The province in the applicant???s address.
    • ApplicantState; string; The state in the applicant???s address.
    • ApplyToInProcessTrans; string; Indicates whether the value also applies to in-progress transactions.
    • AssignedSpecialistName; string; The user name of the specialist assigned to the application.
    • AssignedSpecialistUserid; string; The user ID of the specialist assigned to the application.
    • AttributeCategory; string; The category of the business license type.
    • BalanceDue; number; The fee balance due for this application.
    • BusAddressOne; string; Address line 1 for the business address.
    • BusAddressTwo; string; Address line 2 for the business address.
    • BusBusinessLegalName; string; The legal name of the business entity.
    • BusBusinessName; string; The name of the applicant???s business (for example, a contractor???s business name).
    • BusCity; string; The city for the business address.
    • BusCountry; string; The country for the business address.
    • BusCounty; string; The county for the business address.
    • BusDbaBusinessName; string; The ???doing business as??? (DBA) name for the business.
    • BusDescription; string; A field in the Business Information component of the form designer used to enter a description of the business.
    • BusOwnershipType; string; A field in the Business Information component of the form designer that describes the type of business ownership.
    • BusPostalCode; string; The postal code for the business address.
    • BusProvince; string; The province for the business address.
    • BusStartDate; string; The field used to enter the business establishment date in the Business Information component of the form designer.
    • BusState; string; The state for the business address.
    • Classification; string; The record classification (permit, business license, professional license, or planning and zoning).
    • ConditionName; string; The condition associated with a business license application.
    • CreatedBy; string; The user ID of the person who created the business license application.
    • CreationDate; string; The date the business license application was created.
    • CredentialCode; string; The credential type.
    • CredentialName; string; The credential name.
    • CurrencyCode; string; The currency code.
    • DelinquentDate; string; The date the license becomes delinquent.
    • EffChangeDate; string; The effective change date of a business license record.
    • ExemptReasonMeaning; string; The meaning/description of the credential exemption reason.
    • ExpirationDate; string; The date the license or permit is no longer valid.
    • ExpirationGraceDate; string; The expiration grace date for the business license application.
    • ExpirationStatus; string; The expiration status of the business license application.
    • FeeDueUpdateDate; string; The identifier that captures the date when a due-status fee item is added or updated.
    • InheritFlag; string; Indicates whether the value is inherited.
    • IssueDate; string; The date the license or permit was issued (used in the Application Information component of the Permit Designer).
    • LastUpdateDate; string; The last-updated date of the business license application.
    • LastUpdatedBy; string; The user ID of the person who last updated the business license application.
    • LicensePeriod; string; The period for which the business license is valid.
    • LicenseStatus; string; The overall status of the business license.
    • LicenseSystemStatus; string; The system status of the business license.
    • LnpCredentialKey; integer; The identifier of the business license credential record.
    • LnpRecordId; string; The unique identifier of the record.
    • LnpRecordKey; integer; The identifier of the business license record.
    • LocAltPhoneExtn; string; The extension used after connecting to an internal phone system.
    • LocAltPhoneNumber; string; The full phone number for the location.
    • LocAltPhoneType; string; The phone type for the location.
    • LocEmailAddress; string; The email address for the business location.
    • LocPrimaryPhoneExtn; string; The extension used after connecting to an internal phone system.
    • LocPrimaryPhoneNumber; string; The location phone number.
    • LocPrimaryPhoneType; string; The phone type for the location.
    • LocationAddressOne; string; Parcel address line 1.
    • LocationAddressTwo; string; Parcel address line 2.
    • LocationCity; string; The city in the parcel address.
    • LocationCountry; string; The country in the parcel address.
    • LocationCounty; string; The county where the parcel address is located.
    • LocationPostalCode; string; The postal code in the parcel address.
    • LocationProvince; string; The province in the parcel address.
    • LocationState; string; The state in the parcel address.
    • MailingAddress1; string; Location address line 1.
    • MailingAddress2; string; Location address line 2.
    • MailingCity; string; The city in the location address.
    • MailingCountry; string; The country in the location address.
    • MailingCounty; string; The county in the location address.
    • MailingPostalCode; string; The postal code in the location address.
    • MailingProvince; string; The province in the location address.
    • MailingState; string; The state in the location address.
    • MobileBusFlag; string; Indicates whether the business is mobile.
    • OraAmount; number; The amount associated with the credential.
    • OraBusinessName; string; The associated business name.
    • OraCertificateNumber; string; The certificate or license number associated with the credential.
    • OraCurrency; string; The currency associated with the amount.
    • OraDescription; string; The description associated with the credential.
    • OraExempt; string; Indicates whether the business is exempt from the credential.
    • OraExemptReason; string; The reason for the credential exemption.
    • OraExpirationDate; string; The expiration date for the certificate or license number.
    • OraQualifierName; string; The name of the qualifying individual.
    • OraStartDate; string; The start date for the certificate or license number.
    • OrganizationName; string; The applicant???s business name (for example, a contractor???s business name).
    • Originator; string; The originator of the business license application.
    • ParcelId; integer; The identifier of the record parcel.
    • PermitStatus; string; The overall status of the application.
    • PersonFirstName; string; The applicant???s first name.
    • PersonLastName; string; The applicant???s last name.
    • PersonMiddleName; string; The applicant???s middle name.
    • PersonName; string; The name of the license/business license applicant.
    • PersonTitle; string; The contact???s title.
    • ReceivedDate; string; The received date for the license application.
    • RecordStatus; string; The record status.
    • RecordType; string; The user-friendly name of the record type.
    • RecordTypeId; string; The identifier of the record type.
    • RenewalDate; string; The renewal date for the license or permit.
    • Subclassification; string; The subclassification of the business license application type.
    • SubmitDate; string; The date the license transaction was submitted.
    • SubmittedBy; string; The user ID of the person who submitted the business license application.
    • SystemStatus; string; The system status of the business license application.
    • TotalFees; number; The total amount of all fees for this application.
    • TotalHold; number; The total amount of fees on hold for this application.
    • TotalOutstanding; number; The total amount of fees outstanding for this application.
    • TotalPaid; number; The total amount paid for this application.
    • TotalPayable; number; The total amount of fees payable for this application.
    • TotalPending; number; The total amount of fees pending for this application.
    • TotalWaived; number; The total amount of fees waived for this application.
    • VersionType; string; The version of the business license application.
  • 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 : publicSectorBusinessLicenseCredentialsWithoutTransients
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicSectorBusinessLicenseCredentialsWithoutTransients-item-response
Type: object
Show Source
Back to Top