Get all application contractor licenses

get

/fscmRestApi/resources/11.13.18.05/publicSectorRecordContractorLicenses

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 a contractor license using the primary key criteria.
      Finder Variables:
      • LnpLicenseKey; integer; The unique identifier of a contractor license.
    • blSearchFinder: Finds the business license application contractor license that matches the specified filter values.
      Finder Variables:
      • value; string; The filter value to be applied while finding the business license application contractor license.
    • simpleSearchFinder: Finds the application contractor license that matches the specified filter values.
      Finder Variables:
      • value; string; The filter value to be applied when finding the application contractor license.
  • 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 address line on the contractor license.
    • Address2; string; The second address line on the contractor license.
    • Address3; string; The third address line on the contractor license.
    • Address4; string; The fourth address line on the contractor license.
    • AgencyId; number; The agency ID for the transaction.
    • Applicant; integer; The party ID of the person applying for a permit, business license, professional license, or planning and zoning conditional use permit.
    • ApplicantIsAuthAgentFlag; string; The applicant who is the authorized agent for a contractor license.
    • AssigneeId; integer; The ID of the planner who is assigned to the application.
    • AssigneeUserid; string; The user ID of the planner who is assigned to the application.
    • BlBusDbaBusinessName; string; The name of the business is Doing Business As.
    • City; string; The city of the address on the contractor license.
    • Classification; string; The record classification. The classifications can be permit, business license, professional license, or planning and zoning.
    • ComplaintDiscloureInd; string; Indicates whether a complaint has been disclosed against license. This attribute is for future use.
    • Country; string; The country on the address of the contractor license.
    • County; string; The county on the address of the contractor license.
    • CurrentTransFlag; string; Indicates that the selected row is the current transaction.
    • Dba; string; The name the contractor is doing business as.
    • Description; string; The record description.
    • EmailAddress; string; The email address on a contractor license.
    • Enabled; string; Indicates whether the license is enabled for use in the application. The default value is Y.
    • Entity; string; The type of entity that holds the contractor license. For example, the license can be held by a corporation, partnership, or sole proprietor.
    • ExpireDate; string; The expiration date of a contractor license.
    • InUseLastUpdateBy; string; The user who last updated the contractor???s in use status.
    • InUseLastUpdateDate; string; The date when the contractor???s in use status was last updated.
    • InactiveDate; string; The date when a contractor license became inactive.
    • IntLastUpdateBy; string; The user who updated the third-party integration data.
    • IntLastUpdateDt; string; The date when the third-party integration data was last updated.
    • IntStatusLastUpdateBy; string; The user who updated the internal license status.
    • IntStatusLastUpdateDt; string; The date when the internal license status was last updated.
    • IntegrationSource; string; The third party that integrates with Oracle to verify contractor licenses.
    • InternalLicenseStatus; string; The license status that is assigned by agency staff. This is an internally maintained status that is not related to the status maintained by the licensing organization.
    • IssueDate; string; The date when the contractor license was originally issued or went into effect.
    • LicenseKey; integer; The automatically generated number that uniquely identifies the contractor license.
    • LicenseLmfPre; string; The suffix associated with the contractor license number to indicate the Home Improvement Salesperson (HIS) registration number.
    • LicenseNumber; string; The contractor license number issued by the government.
    • LicenseNumberTwo; string; The number portion of the contractor license.
    • LicenseSetupCode; string; The code that identifies which data sections are used for the contractor license.
    • LicenseStatus; string; The overall status of the business license.
    • LicenseSyncDate; string; The date and time when the license was merged with the contractor license file.
    • LicenseSysStatus; string; The predefined system status to which the business license status maps.
    • LicenseType; string; The type of contractor license issued.
    • LnpLicenseKey; integer; The system-generated number used uniquely to identify the license on the transaction.
    • LnpLicensePuid; string; The public unique identifier for the license, which is an alternate key used by the CRM import process.
    • LnpRecordId; string; The meaningful transaction identifier.
    • LnpRecordKey; integer; The unique identifier for the related transaction.
    • Name; string; The name on the contractor license.
    • Owner; string; The owner name or names on the contractor license.
    • ParcelAddress1; string; The first address line in the address of the record's primary parcel.
    • ParcelAddress2; string; The second address line in the address of the record's primary parcel.
    • ParcelCity; string; The city in the address of the record's primary parcel.
    • ParcelCountry; string; The country in the address of the record's primary parcel.
    • ParcelPostalCode; string; The postal code in the address of the record's primary parcel.
    • ParcelState; string; The state in the address of the record's primary parcel.
    • ParcelStreetNumber; string; The street number in the address of the record's primary parcel.
    • PersonName; string; The name of the person who completed the application process.
    • PhoneAreaCode; string; The phone area code on the contractor license.
    • PhoneCountryCode; string; The phone country code on the contractor license.
    • PhoneExtension; string; The phone extension on the contractor license.
    • PhoneNumber; string; The phone number on the contractor license.
    • PostalCode; string; The postal code on the address of the contractor license.
    • PostalPlus4Code; string; The postal plus code on the address of the contractor license.
    • Province; string; The province on the address of the contractor license.
    • ReactivateDate; string; The date when a contractor license was reactivated after a period of inactivity.
    • RecordLastUpdateDate; string; The date when the record was last updated.
    • RecordNumber; string; The public unique identifier for the permit record that is used by the CRM import process.
    • RecordType; string; The user-friendly name for the record type.
    • RecordTypeCode; string; The unique alphanumeric code or short name for the record type.
    • RecordTypeId; string; The unique identifier for a record type.
    • ReissueDate; string; The date when a contractor license was reissued, for example, if the entity type has changed.
    • SourceStatus; string; The license status as provided by the third-party licensing body that validated the license information.
    • State; string; The state on the address of the contractor license.
    • Status; string; The record status.
    • Subclassification; string; The subclassification for the transaction type, which indicates that the pre-application process is included in addition to the hearing process.
    • SubjectId; string; The attribute used to identify where the data should be displayed.
    • SuspendDate; string; The date when a contractor license was suspended.
    • SystemStatus; string; The predefined system status to which the record status maps.
    • Total; string; The total amount of fees for this record.
    • TotalDue; string; The amount of fees that are currently due for this record.
    • TotalPaid; string; The amount paid toward the total fees for this record.
    • VersionType; string; The version of the permit. The values are original, amendment, and renewal.
    • VersionTypeCode; string; Indicates the code value of version type.
  • 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 : publicSectorRecordContractorLicenses
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicSectorRecordContractorLicenses-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 255
    Indicates that the contractor license was added after application submittal.
  • Read Only: true
    Maximum Length: 240
    The first address line on the contractor license.
  • Read Only: true
    Maximum Length: 240
    The second address line on the contractor license.
  • Read Only: true
    Maximum Length: 240
    The third address line on the contractor license.
  • Read Only: true
    Maximum Length: 240
    The fourth address line on the contractor license.
  • Read Only: true
    The agency ID for the transaction.
  • Read Only: true
    The party ID of the person applying for a permit, business license, professional license, or planning and zoning conditional use permit.
  • Read Only: true
    Maximum Length: 1
    The applicant who is the authorized agent for a contractor license.
  • Read Only: true
    The ID of the planner who is assigned to the application.
  • Read Only: true
    Maximum Length: 64
    The user ID of the planner who is assigned to the application.
  • Read Only: true
    Maximum Length: 240
    The name of the business is Doing Business As.
  • Read Only: true
    Maximum Length: 60
    The city of the address on the contractor license.
  • Read Only: true
    Maximum Length: 3
    The record classification. The classifications can be permit, business license, professional license, or planning and zoning.
  • Read Only: true
    Maximum Length: 1
    Indicates whether a complaint has been disclosed against license. This attribute is for future use.
  • Read Only: true
    Maximum Length: 1
    Indicates whether the contractor is used for the application. The default value is Y.
  • Read Only: true
    Maximum Length: 60
    The country on the address of the contractor license.
  • Read Only: true
    Maximum Length: 60
    The county on the address of the contractor license.
  • Read Only: true
    Maximum Length: 1
    Indicates that the selected row is the current transaction.
  • Read Only: true
    Maximum Length: 360
    The name the contractor is doing business as.
  • Read Only: true
    Maximum Length: 1000
    The record description.
  • Read Only: true
    Maximum Length: 320
    The email address on a contractor license.
  • Read Only: true
    Maximum Length: 1
    Indicates whether the license is enabled for use in the application. The default value is Y.
  • Read Only: true
    Maximum Length: 30
    The type of entity that holds the contractor license. For example, the license can be held by a corporation, partnership, or sole proprietor.
  • Read Only: true
    The expiration date of a contractor license.
  • Read Only: true
    The date when a contractor license became inactive.
  • Read Only: true
    Maximum Length: 30
    The third party that integrates with Oracle to verify contractor licenses.
  • Read Only: true
    Maximum Length: 30
    The license status that is assigned by agency staff. This is an internally maintained status that is not related to the status maintained by the licensing organization.
  • Read Only: true
    Maximum Length: 64
    The user who updated the third-party integration data.
  • Read Only: true
    The date when the third-party integration data was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who updated the internal license status.
  • Read Only: true
    The date when the internal license status was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the contractor???s in use status.
  • Read Only: true
    The date when the contractor???s in use status was last updated.
  • Read Only: true
    The date when the contractor license was originally issued or went into effect.
  • Read Only: true
    The automatically generated number that uniquely identifies the contractor license.
  • Read Only: true
    Maximum Length: 10
    The suffix associated with the contractor license number to indicate the Home Improvement Salesperson (HIS) registration number.
  • Read Only: true
    Maximum Length: 30
    The contractor license number issued by the government.
  • Read Only: true
    Maximum Length: 30
    The number portion of the contractor license.
  • Read Only: true
    Maximum Length: 30
    The code that identifies which data sections are used for the contractor license.
  • Read Only: true
    Maximum Length: 30
    The overall status of the business license.
  • Read Only: true
    The date and time when the license was merged with the contractor license file.
  • Read Only: true
    Maximum Length: 15
    The predefined system status to which the business license status maps.
  • Read Only: true
    Maximum Length: 30
    The type of contractor license issued.
  • Links
  • Read Only: true
    The system-generated number used uniquely to identify the license on the transaction.
  • Read Only: true
    Maximum Length: 480
    The public unique identifier for the license, which is an alternate key used by the CRM import process.
  • Read Only: true
    Maximum Length: 50
    The meaningful transaction identifier.
  • Read Only: true
    The unique identifier for the related transaction.
  • Read Only: true
    Maximum Length: 360
    The name on the contractor license.
  • Read Only: true
    Maximum Length: 360
    The owner name or names on the contractor license.
  • Read Only: true
    Maximum Length: 240
    The first address line in the address of the record's primary parcel.
  • Read Only: true
    Maximum Length: 240
    The second address line in the address of the record's primary parcel.
  • Read Only: true
    Maximum Length: 60
    The city in the address of the record's primary parcel.
  • Read Only: true
    Maximum Length: 60
    The country in the address of the record's primary parcel.
  • Read Only: true
    Maximum Length: 60
    The postal code in the address of the record's primary parcel.
  • Read Only: true
    Maximum Length: 60
    The state in the address of the record's primary parcel.
  • Read Only: true
    Maximum Length: 20
    The street number in the address of the record's primary parcel.
  • Read Only: true
    Maximum Length: 450
    The name of the person who completed the application process.
  • Read Only: true
    Maximum Length: 10
    The phone area code on the contractor license.
  • Read Only: true
    Maximum Length: 10
    The phone country code on the contractor license.
  • Read Only: true
    Maximum Length: 20
    The phone extension on the contractor license.
  • Read Only: true
    Maximum Length: 40
    The phone number on the contractor license.
  • Read Only: true
    Maximum Length: 60
    The postal code on the address of the contractor license.
  • Read Only: true
    Maximum Length: 60
    The postal plus code on the address of the contractor license.
  • Read Only: true
    Maximum Length: 60
    The province on the address of the contractor license.
  • Read Only: true
    The date when a contractor license was reactivated after a period of inactivity.
  • Read Only: true
    The date when the record was last updated.
  • Read Only: true
    Maximum Length: 64
    The public unique identifier for the permit record that is used by the CRM import process.
  • Read Only: true
    Maximum Length: 100
    The user-friendly name for the record type.
  • Read Only: true
    Maximum Length: 20
    The unique alphanumeric code or short name for the record type.
  • Read Only: true
    Maximum Length: 30
    The unique identifier for a record type.
  • Read Only: true
    The date when a contractor license was reissued, for example, if the entity type has changed.
  • Read Only: true
    Maximum Length: 100
    The license status as provided by the third-party licensing body that validated the license information.
  • Read Only: true
    Maximum Length: 60
    The state on the address of the contractor license.
  • Read Only: true
    Maximum Length: 15
    The record status.
  • Read Only: true
    Maximum Length: 10
    The subclassification for the transaction type, which indicates that the pre-application process is included in addition to the hearing process.
  • Read Only: true
    Maximum Length: 30
    The attribute used to identify where the data should be displayed.
  • Read Only: true
    The date when a contractor license was suspended.
  • Read Only: true
    Maximum Length: 15
    The predefined system status to which the record status maps.
  • Read Only: true
    Maximum Length: 64
    The total amount of fees for this record.
  • Read Only: true
    Maximum Length: 64
    The amount of fees that are currently due for this record.
  • Read Only: true
    Maximum Length: 64
    The amount paid toward the total fees for this record.
  • Read Only: true
    Maximum Length: 1
    The version of the permit. The values are original, amendment, and renewal.
  • Read Only: true
    Maximum Length: 1
    Indicates the code value of version type.
Back to Top