Get all contractor licenses
get
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses
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 the contractor license that matches the primary keys specified.
Finder Variables:- LicenseKey; integer; The contractor license key.
- simpleSearchFinder: Finds the contractor license that matches the specified filter values.
Finder Variables:- value; string; The filter values to be applied when finding the contractor license information. Filtering options include License Number, Status, Business Name, Address1, Address2, City, State, and Postal Code.
- PrimaryKey: Finds the contractor license that matches the primary keys specified.
-
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:- 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; integer; The agency ID for the transaction.
- City; string; The city of the address on the contractor license.
- ComplaintDiscloureInd; string; Indicates whether a complaint has been disclosed against license.
- ContractorLicenseNumber; string; The number portion of the contractor license.
- Country; string; The country on the address of the contractor license.
- County; string; The county on the address of the contractor license.
- Dba; string; The name the contractor is doing business as.
- EmailAddress; string; The email address on a contractor license.
- EnabledFlag; string; Indicates whether the license is enabled for use in the application. The default value is Y.
- ExpireDate; string; The expiration date of a contractor license.
- 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.
- LicenseEntity; string; The type of entity that holds the contractor license. For example, the license can be held by a corporation, partnership, or sole proprietor.
- 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 or the agency.
- LicenseSetupCode; string; The code identifies which data sections are used for the contractor license.
- LicenseType; string; The type of the issued contractor license.
- Name; string; The name on the contractor license.
- Owner; string; The owner name or names on the contractor license.
- 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.
- PostalPlus4Code; string; The postal 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.
- ReissueDate; string; The date when a contractor license was reissued, for example, if the entity type has changed.
- SourceLastUpdateDt; string; The date when the license information was last updated by the third-party licensing body that validated the license information.
- 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.
- SuspendDate; string; The date when a contractor license was suspended.
- UsedInApplication; string; Indicates whether the license is referenced in any applications.
-
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:
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.
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 : publicSectorContractorLicenses
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 : publicSectorContractorLicenses-item-response
Type:
Show Source
object-
Address1: string
Title:
Address Line 1Maximum Length:240The first address line on the contractor license. -
Address2: string
Title:
Address Line 2Maximum Length:240The second address line on the contractor license. -
Address3: string
Maximum Length:
240The third address line on the contractor license. -
Address4: string
Maximum Length:
240The fourth address line on the contractor license. -
AgencyId: integer
(int32)
Default Value:
1The agency ID for the transaction. -
City: string
Maximum Length:
60The city of the address on the contractor license. -
ComplaintDiscloureInd: string
Maximum Length:
1Indicates whether a complaint has been disclosed against license. -
ContractorLicenseAgents: array
Contractor License Agents
Title:
Contractor License AgentsThe contractor license agents resource is used to view, add, delete, and modify details associated with authorized contacts who act as agents for the holder of a contractor license. -
ContractorLicenseFacts: array
Contractor License Facts
Title:
Contractor License FactsThe contractor license facts resource is used to view, add, delete, and modify details pertaining to contractor license information such as classification, certification, status, and so forth. -
ContractorLicenseInsurances: array
Contractor License Insurances
Title:
Contractor License InsurancesThe contractor license insurances resource is used to view, add, delete, and modify details pertaining to insurance and workers compensation for a contractor license. -
ContractorLicenseNumber: string
Maximum Length:
50The number portion of the contractor license. -
Country: string
Title:
CountryMaximum Length:60The country on the address of the contractor license. -
County: string
Maximum Length:
60The county on the address of the contractor license. -
Dba: string
Title:
Business NameMaximum Length:360The name the contractor is doing business as. -
EmailAddress: string
Title:
EmailMaximum Length:320The email address on a contractor license. -
EnabledFlag: string
Title:
Contractor ApprovedMaximum Length:1Default Value:YIndicates whether the license is enabled for use in the application. The default value is Y. -
ExpireDate: string
(date)
Title:
Expire DateThe expiration date of a contractor license. -
InactiveDate: string
(date)
The date when a contractor license became inactive.
-
IntegrationSource: string
Maximum Length:
30The third party that integrates with Oracle to verify contractor licenses. -
InternalLicenseStatus: string
Title:
License StatusMaximum Length:30The 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. -
InternalStatusDescr: string
Read Only:
trueThe description of the internal status for the license. -
IntLastUpdateBy: string
Maximum Length:
64The user who updated the third-party integration data. -
IntLastUpdateDt: string
(date)
The date when the third-party integration data was last updated.
-
IntStatusLastUpdateBy: string
Title:
Last UpdatedMaximum Length:64The user who updated the internal license status. -
IntStatusLastUpdateDt: string
(date)
Title:
License Last UpdatedThe date when the internal license status was last updated. -
IssueDate: string
(date)
Title:
Issue DateThe date when the contractor license was originally issued or went into effect. -
LicenseEntity: string
Title:
EntityMaximum Length:30The type of entity that holds the contractor license. For example, the license can be held by a corporation, partnership, or sole proprietor. -
LicenseKey: integer
(int64)
The automatically generated number that uniquely identifies the contractor license.
-
LicenseLmfPre: string
Maximum Length:
10The suffix associated with the contractor license number to indicate the Home Improvement Salesperson (HIS) registration number. -
LicenseNumber: string
Title:
License NumberMaximum Length:50The contractor license number issued by the government or the agency. -
LicenseSetupCode: string
Title:
License SourceMaximum Length:30The code identifies which data sections are used for the contractor license. -
LicenseType: string
Title:
License TypeMaximum Length:30The type of the issued contractor license. -
LicenseTypeDescr: string
The description of the contractor license type.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
Legal Business NameMaximum Length:360The name on the contractor license. -
Owner: string
Title:
Owner NameMaximum Length:360The owner name or names on the contractor license. -
PhoneAreaCode: string
Maximum Length:
10The phone area code on the contractor license. -
PhoneCountryCode: string
Maximum Length:
10The phone country code on the contractor license. -
PhoneExtension: string
Maximum Length:
20The phone extension on the contractor license. -
PhoneNumber: string
Maximum Length:
40The phone number on the contractor license. -
PostalPlus4Code: string
Title:
ZIP CodeMaximum Length:60The postal code on the address of the contractor license. -
Province: string
Maximum Length:
60The province on the address of the contractor license. -
ReactivateDate: string
(date)
The date when a contractor license was reactivated after a period of inactivity.
-
ReissueDate: string
(date)
Title:
Reissue DateThe date when a contractor license was reissued, for example, if the entity type has changed. -
SourceLastUpdateDt: string
(date)
The date when the license information was last updated by the third-party licensing body that validated the license information.
-
SourceStatus: string
Title:
Source StatusMaximum Length:100The license status as provided by the third-party licensing body that validated the license information. -
State: string
Maximum Length:
60The state on the address of the contractor license. -
SuspendDate: string
(date)
The date when a contractor license was suspended.
-
UsedInApplication: string
Title:
Referenced in ApplicationMaximum Length:1Default Value:NIndicates whether the license is referenced in any applications.
Nested Schema : Contractor License Agents
Type:
arrayTitle:
Contractor License AgentsThe contractor license agents resource is used to view, add, delete, and modify details associated with authorized contacts who act as agents for the holder of a contractor license.
Show Source
Nested Schema : Contractor License Facts
Type:
arrayTitle:
Contractor License FactsThe contractor license facts resource is used to view, add, delete, and modify details pertaining to contractor license information such as classification, certification, status, and so forth.
Show Source
Nested Schema : Contractor License Insurances
Type:
arrayTitle:
Contractor License InsurancesThe contractor license insurances resource is used to view, add, delete, and modify details pertaining to insurance and workers compensation for a contractor license.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorContractorLicenses-ContractorLicenseAgents-item-response
Type:
Show Source
object-
ActiveLastUpdateBy: string
Maximum Length:
64The user who last updated the active contact status. -
ActiveLastUpdateDate: string
(date-time)
Date when the user last updated the active status of the contact.
-
Address1: string
Title:
Address Line 1Maximum Length:240The first line of the address of the person who is a contact for the contractor license. -
Address2: string
Title:
Address Line 2Maximum Length:240The second line of the address of the person who is a contact for the contractor license. -
Address3: string
Maximum Length:
240The third line of the address of the person who is a contact for the contractor license. -
Address4: string
Maximum Length:
240The fourth line of the address of the person who is a contact for the contractor license. -
AssociateDate: string
(date)
The date when the contact person was associated with the contractor license.
-
AuthorizeAgentFlag: string
Maximum Length:
1Default Value:NIndicates whether the contact person is an authorized user of the license. -
AuthorizeStatus: string
Maximum Length:
30Default Value:PVThe status of the contact person who is associated with the contractor license. The status indicates whether the person is a verified contact. -
City: string
Maximum Length:
60The city for the address of the person who is a contact for the contractor license. -
ContactActive: string
Maximum Length:
1Default Value:YThe status for the contact person. -
ContactBizPartyId: integer
(int64)
The business party ID associated with the entity that holds the license.
-
ContactBizProfileId: integer
(int64)
The business profile ID associated with the contact person if the contact person is a registered user.
-
ContactId: string
Maximum Length:
18The contact ID associated with the contact person for the business license. This attribute is not currently used. -
ContactPartyId: integer
(int64)
The party ID associated with the contact person if the contact person is a registered user.
-
ContactProfileId: integer
(int64)
The profile ID associated with the contact person if the contact person is a registered user.
-
ContactType: string
Title:
Association TypeMaximum Length:30The contact type or role of the person associated with the license. This attribute is not currently used. -
Country: string
Title:
CountryMaximum Length:3The country for the address of the person who is a contact for the contractor license. -
County: string
Maximum Length:
60The country for the address of the person who is a contact for the contractor license. -
DisassociateDate: string
(date)
The date when a former contact person was disassociated from the contractor license.
-
EmailAddress: string
Title:
EmailMaximum Length:320The email address of the person who is a contact for the contractor license. -
JobTitle: string
Title:
TitleMaximum Length:60The job title of the person who is a contact for the contractor license. -
LicenseAgentKey: integer
(int64)
The unique identifier for the person who is an authorized contact for a contractor license.
-
LicenseHolderFlag: string
Maximum Length:
1Default Value:NIndicates whether the contact person is a license holder. -
LicenseKey: integer
(int64)
The unique identifier for a contractor license.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationName: string
Maximum Length:
360The name of the organization of the contact person for the contractor license. -
PersonFirstName: string
Title:
First NameMaximum Length:150The first name of the person who is authorized as a contact for the contractor license. -
PersonLastName: string
Title:
Last NameMaximum Length:150Last name of the person who is authorized as a contact for the contractor license. -
PersonMiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the person who is authorized as a contact for the contractor license. -
PersonName: string
Maximum Length:
450The full concatenated name of the person who is authorized as a contact for the contractor license. This includes the person's first, middle, and last names and any name suffix. -
PersonNameSuffix: string
Title:
SuffixMaximum Length:30The name suffix for the person who is authorized as a contact for the contractor license. -
PersonPreNameAdjunct: string
Title:
SalutationMaximum Length:30The salutation of the person associated with the contractor license. -
PhoneAreaCode: string
Maximum Length:
10The phone area code of the person who is a contact for the contractor license. -
PhoneCountryCode: string
Maximum Length:
10The phone country code of the person who is a contact for the contractor license. -
PhoneExtension: string
Maximum Length:
20The phone extension of the person who is a contact for the contractor license. -
PhoneNumber: string
Maximum Length:
40The phone of the person who is a contact for the contractor license. -
PostalCode: string
Title:
ZIP CodeMaximum Length:60The postal code for the address of the person who is a contact for the contractor license. -
PrimaryFlag: string
Maximum Length:
1Identifies whether the person associated with the license is the preferred contact for the contractor. This attribute is not currently used. -
Province: string
Maximum Length:
60The province for the address of the person who is a contact for the contractor license. -
State: string
Maximum Length:
60The state for the address of the person who is a contact for the contractor license. -
VerificationDate: string
(date)
The date when the user last updated the authorization status.
-
VerifiedBy: string
Maximum Length:
64The user who updated the authorization status.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
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 : publicSectorContractorLicenses-ContractorLicenseFacts-item-response
Type:
Show Source
object-
CntrctrLicFactRec: string
Maximum Length:
30The type of detail record for the contractor data. For example, contractor data for a specific state might include detail sections for Status and Certifications. -
IntegrationSource: string
Maximum Length:
30The external third party that validates a contractor license and its facts. -
IntLastUpdDt: string
(date)
The date when contractor license details were last updated through integration with a third-party system.
-
LicenseFactKey: integer
(int64)
The unique identifier for a detail for a contractor license.
-
LicenseKey: integer
(int64)
The unique identifier for a contractor license.
-
LicenseNumber: string
Maximum Length:
50Default Value:The contractor license number issued by the government or the agency. -
LicenseSetupCode: string
Maximum Length:
30Default Value:The code identifies which data sections are used for the contractor license. -
LicenseType: string
Maximum Length:
30Default Value:The type of the issued contractor license. -
LicFactCode: string
Title:
CodeMaximum Length:30The code for this detail item. -
LicFactCodeValue: string
Title:
DescriptionMaximum Length:500The value for this detail item. -
LicFactDate: string
(date)
Title:
DateThe date for a detail item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorContractorLicenses-ContractorLicenseInsurances-item-response
Type:
Show Source
object-
CancelDate: string
(date)
Title:
Cancellation DateThe cancellation date of a policy or bond on a contractor license. -
Exempt: string
Title:
ExemptMaximum Length:30Default Value:NIndicates whether the contractor is exempt for workers' compensation insurance. -
Exemptdesc: string
Title:
Exemption ReasonMaximum Length:500The description of workers' compensation exemption. -
Exemptlongdesc: string
(byte)
The long description of workers' compensation exemption.
-
ExpireDate: string
(date)
Title:
Expiration DateThe expiration date of a policy or bond on a contractor license. -
InsuranceFactRec: string
Maximum Length:
30The type of insurance record for the contractor data. Examples of insurance types include contractor bonds and workers' compensation. -
InsuranceType: string
Title:
Coverage TypeMaximum Length:360The type of insurance that is associated with the contractor license. -
InsurerAmt: number
Title:
AmountThe coverage amount on a bond or insurance policy on a contractor license. -
InsurerCode: string
Maximum Length:
30The code associated with an insurer on a contractor license. -
InsurerLink: string
Maximum Length:
500The URL that provides access to insurer details. -
InsurerName: string
Title:
Company NameMaximum Length:360The name of an insurer on a contractor license. -
InsurerPolicyNo: string
Title:
Policy NumberMaximum Length:30The policy number issued by an insurer on a contractor license. -
IntegrationSource: string
Maximum Length:
30The external third party that validates contractor license details. -
IntentToSuspendDate: string
(date)
The date of a notice of intent to suspend policy on a contractor license.
-
IntLastUpdDt: string
(date)
The date when contractor license details were last updated through integration with a third-party system.
-
IssueDate: string
(date)
Title:
Effective DateThe issue date of a policy or bond on a contractor license. -
LicenseInsuranceKey: integer
(int64)
The unique identifier for a type of insurance that is associated with a contractor license.
-
LicenseKey: integer
(int64)
The unique identifier for a contractor license.
-
LicenseNumber: string
Maximum Length:
50Default Value:The contractor license number issued by the government or the agency. -
LicensePercentage: integer
(int32)
The bond holder's percentage of voting stock in company.
-
LicenseSetupCode: string
Maximum Length:
30Default Value:The code identifies which data sections are used for the contractor license. -
LicenseType: string
Maximum Length:
30Default Value:The type of the issued contractor license. -
LicQualifierName: string
Title:
Qualifier NameMaximum Length:360The name of the qualifying bond holder. -
LicQualifierNameType: string
Maximum Length:
20The type of qualifying bond holder. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RenewalDate: string
(date)
The renewal date of a policy or bond on a contractor license.
-
SuspendDate: string
(date)
Title:
Suspend DateThe suspension date of a policy or bond on a contractor license.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source