Get all contractor licenses
get
/fscmRestApi/resources/11.13.18.05/publicSectorContractorLicenses
Request
Query Parameters
-
dependency: string
This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the attributes will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency attributes. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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 attributes. Only the specified attributes are returned, which means that if no attributes are specified, no attributes 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 attributes. 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:- 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. Finder Variables:
- LicenseKey; integer; The contractor license key.
- simpleSearchFinder: Finds the contractor license that matches the specified filter values. Finder Variables:
-
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.
-
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 attributes. 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 -
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".
Response
Supported Media Types
- application/vnd.oracle.adf.resourcecollection+json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorContractorLicenses
Type:
Show Source
object-
count(optional):
integer
Title:
CountThe number of resource instances returned in the current range. -
hasMore(optional):
boolean
Title:
HasMoreIndicates 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(optional):
array Items
Title:
ItemsThe items in the collection. -
limit(optional):
integer
Title:
LimitThe actual paging size used by the server. -
links(optional):
array Items
Title:
ItemsThe link relations associated with the resource instance. -
offset(optional):
integer
Title:
OffsetThe offset value used in the current page.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorContractorLicenses-item
Type:
Show Source
object-
Address1(optional):
string
Maximum Length:
240The first address line on the contractor license. -
Address2(optional):
string
Maximum Length:
240The second address line on the contractor license. -
Address3(optional):
string
Maximum Length:
240The third address line on the contractor license. -
Address4(optional):
string
Maximum Length:
240The fourth address line on the contractor license. -
AgencyId(optional):
integer(int32)
The agency ID for the transaction.
-
City(optional):
string
Maximum Length:
60The city of the address on the contractor license. -
ComplaintDiscloureInd(optional):
string
Maximum Length:
1Indicates whether a complaint has been disclosed against license. -
ContractorLicenseAgents(optional):
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(optional):
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(optional):
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(optional):
string
Maximum Length:
30The number portion of the contractor license. -
Country(optional):
string
Maximum Length:
60The country on the address of the contractor license. -
County(optional):
string
Maximum Length:
60The county on the address of the contractor license. -
Dba(optional):
string
Maximum Length:
360The name the contractor is doing business as. -
EmailAddress(optional):
string
Maximum Length:
320The email address on a contractor license. -
EnabledFlag(optional):
string
Maximum Length:
1Indicates whether the license is enabled for use in the application. The default value is Y. -
ExpireDate(optional):
string(date)
The expiration date of a contractor license.
-
InactiveDate(optional):
string(date)
The date when a contractor license became inactive.
-
IntegrationSource(optional):
string
Maximum Length:
30The third party that integrates with Oracle to verify contractor licenses. -
InternalLicenseStatus(optional):
string
Maximum 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(optional):
string
The description of the internal status for the license.
-
IntLastUpdateBy(optional):
string
Maximum Length:
64The user who updated the third-party integration data. -
IntLastUpdateDt(optional):
string(date)
The date when the third-party integration data was last updated.
-
IntStatusLastUpdateBy(optional):
string
Maximum Length:
64The user who updated the internal license status. -
IntStatusLastUpdateDt(optional):
string(date)
The date when the internal license status was last updated.
-
IssueDate(optional):
string(date)
The date when the contractor license was originally issued or went into effect.
-
LicenseEntity(optional):
string
Maximum 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(optional):
integer(int64)
The automatically generated number that uniquely identifies the contractor license.
-
LicenseLmfPre(optional):
string
Maximum Length:
10The suffix associated with the contractor license number to indicate the Home Improvement Salesperson (HIS) registration number. -
LicenseNumber(optional):
string
Maximum Length:
30The contractor license number issued by the government. -
LicenseSetupCode(optional):
string
Maximum Length:
30The code that identifies which data sections are used for the contractor license. -
LicenseType(optional):
string
Maximum Length:
30The type of contractor license issued. -
links(optional):
array Items
Title:
ItemsLink Relations -
Name(optional):
string
Maximum Length:
360The name on the contractor license. -
Owner(optional):
string
Maximum Length:
360The owner name or names on the contractor license. -
PhoneAreaCode(optional):
string
Maximum Length:
10The phone area code on the contractor license. -
PhoneCountryCode(optional):
string
Maximum Length:
10The phone country code on the contractor license. -
PhoneExtension(optional):
string
Maximum Length:
20The phone extension on the contractor license. -
PhoneNumber(optional):
string
Maximum Length:
40The phone number on the contractor license. -
PostalPlus4Code(optional):
string
Maximum Length:
60The postal code on the address of the contractor license. -
Province(optional):
string
Maximum Length:
60The province on the address of the contractor license. -
ReactivateDate(optional):
string(date)
The date when a contractor license was reactivated after a period of inactivity.
-
ReissueDate(optional):
string(date)
The date when a contractor license was reissued, for example, if the entity type has changed.
-
SourceLastUpdateDt(optional):
string(date)
The date when the license information was last updated by the third-party licensing body that validated the license information.
-
SourceStatus(optional):
string
Maximum Length:
100The license status as provided by the third-party licensing body that validated the license information. -
State(optional):
string
Maximum Length:
60The state on the address of the contractor license. -
SuspendDate(optional):
string(date)
The date when a contractor license was suspended.
-
UsedInApplication(optional):
string
Maximum Length:
1Indicates 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 : publicSectorContractorLicenses-ContractorLicenseAgents-item
Type:
Show Source
object-
Address1(optional):
string
Maximum Length:
240The first line of the address of the person who is a contact for the contractor license. -
Address2(optional):
string
Maximum Length:
240The second line of the address of the person who is a contact for the contractor license. -
Address3(optional):
string
Maximum Length:
240The third line of the address of the person who is a contact for the contractor license. -
Address4(optional):
string
Maximum Length:
240The fourth line of the address of the person who is a contact for the contractor license. -
AssociateDate(optional):
string(date)
The date when the contact person was associated with the contractor license.
-
AuthorizeStatus(optional):
string
Maximum Length:
30The status of the contact person who is associated with the contractor license. The status indicates whether the person is a verified contact. -
City(optional):
string
Maximum Length:
60The city for the address of the person who is a contact for the contractor license. -
ContactBizPartyId(optional):
integer(int64)
The business party ID associated with the entity that holds the license.
-
ContactBizProfileId(optional):
integer(int64)
The business profile ID associated with the contact person if the contact person is a registered user.
-
ContactId(optional):
string
Maximum Length:
18The contact ID associated with the contact person for the business license. This attribute is not currently used. -
ContactPartyId(optional):
integer(int64)
The party ID associated with the contact person if the contact person is a registered user.
-
ContactProfileId(optional):
integer(int64)
The profile ID associated with the contact person if the contact person is a registered user.
-
ContactType(optional):
string
Maximum Length:
30The contact type or role of the person associated with the license. This attribute is not currently used. -
Country(optional):
string
Maximum Length:
3The country for the address of the person who is a contact for the contractor license. -
County(optional):
string
Maximum Length:
60The country for the address of the person who is a contact for the contractor license. -
DisassociateDate(optional):
string(date)
The date when a former contact person was disassociated from the contractor license.
-
EmailAddress(optional):
string
Maximum Length:
320The email address of the person who is a contact for the contractor license. -
JobTitle(optional):
string
Maximum Length:
60The job title of the person who is a contact for the contractor license. -
LicenseAgentKey(optional):
integer(int64)
The unique identifier for the person who is an authorized contact for a contractor license.
-
LicenseKey(optional):
integer(int64)
The unique identifier for a contractor license.
-
links(optional):
array Items
Title:
ItemsLink Relations -
OrganizationName(optional):
string
Maximum Length:
360The name of the organization of the contact person for the contractor license. -
PersonFirstName(optional):
string
Maximum Length:
150The first name of the person who is authorized as a contact for the contractor license. -
PersonLastName(optional):
string
Maximum Length:
150Last name of the person who is authorized as a contact for the contractor license. -
PersonMiddleName(optional):
string
Maximum Length:
60The middle name of the person who is authorized as a contact for the contractor license. -
PersonName(optional):
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(optional):
string
Maximum Length:
30The name suffix for the person who is authorized as a contact for the contractor license. -
PersonPreNameAdjunct(optional):
string
Maximum Length:
30The salutation of the person associated with the contractor license. -
PhoneAreaCode(optional):
string
Maximum Length:
10The phone area code of the person who is a contact for the contractor license. -
PhoneCountryCode(optional):
string
Maximum Length:
10The phone country code of the person who is a contact for the contractor license. -
PhoneExtension(optional):
string
Maximum Length:
20The phone extension of the person who is a contact for the contractor license. -
PhoneNumber(optional):
string
Maximum Length:
40The phone of the person who is a contact for the contractor license. -
PostalCode(optional):
string
Maximum Length:
60The postal code for the address of the person who is a contact for the contractor license. -
PrimaryFlag(optional):
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(optional):
string
Maximum Length:
60The province for the address of the person who is a contact for the contractor license. -
State(optional):
string
Maximum Length:
60The state for the address of the person who is a contact for the contractor license. -
VerificationDate(optional):
string(date)
The date when the user last updated the authorization status.
-
VerifiedBy(optional):
string
Maximum Length:
64The user who updated the authorization status.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Nested Schema : publicSectorContractorLicenses-ContractorLicenseFacts-item
Type:
Show Source
object-
CntrctrLicFactRec(optional):
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(optional):
string
Maximum Length:
30The external third party that validates a contractor license and its facts. -
IntLastUpdDt(optional):
string(date)
The date when contractor license details were last updated through integration with a third-party system.
-
LicenseFactKey(optional):
integer(int64)
The unique identifier for a detail for a contractor license.
-
LicenseKey(optional):
integer(int64)
The unique identifier for a contractor license.
-
LicFactCode(optional):
string
Maximum Length:
30The code for this detail item. -
LicFactCodeValue(optional):
string
Maximum Length:
500The value for this detail item. -
LicFactDate(optional):
string(date)
The date for a detail item.
-
links(optional):
array Items
Title:
ItemsLink Relations
Nested Schema : publicSectorContractorLicenses-ContractorLicenseInsurances-item
Type:
Show Source
object-
CancelDate(optional):
string(date)
The cancellation date of a policy or bond on a contractor license.
-
Exempt(optional):
string
Maximum Length:
30Indicates whether the contractor is exempt for workers' compensation insurance. -
Exemptdesc(optional):
string
Maximum Length:
500The description of workers' compensation exemption. -
Exemptlongdesc(optional):
string
The long description of workers' compensation exemption.
-
ExpireDate(optional):
string(date)
The expiration date of a policy or bond on a contractor license.
-
InsuranceFactRec(optional):
string
Maximum Length:
30The type of insurance record for the contractor data. Examples of insurance types include contractor bonds and workers' compensation. -
InsuranceType(optional):
string
Maximum Length:
360The type of insurance that is associated with the contractor license. -
InsurerAmt(optional):
number
The coverage amount on a bond or insurance policy on a contractor license.
-
InsurerCode(optional):
string
Maximum Length:
30The code associated with an insurer on a contractor license. -
InsurerLink(optional):
string
Maximum Length:
500The URL that provides access to insurer details. -
InsurerName(optional):
string
Maximum Length:
360The name of an insurer on a contractor license. -
InsurerPolicyNo(optional):
string
Maximum Length:
30The policy number issued by an insurer on a contractor license. -
IntegrationSource(optional):
string
Maximum Length:
30The external third party that validates contractor license details. -
IntentToSuspendDate(optional):
string(date)
The date of a notice of intent to suspend policy on a contractor license.
-
IntLastUpdDt(optional):
string(date)
The date when contractor license details were last updated through integration with a third-party system.
-
IssueDate(optional):
string(date)
The issue date of a policy or bond on a contractor license.
-
LicenseInsuranceKey(optional):
integer(int64)
The unique identifier for a type of insurance that is associated with a contractor license.
-
LicenseKey(optional):
integer(int64)
The unique identifier for a contractor license.
-
LicensePercentage(optional):
integer(int32)
The bond holder's percentage of voting stock in company.
-
LicQualifierName(optional):
string
Maximum Length:
360The name of the qualifying bond holder. -
LicQualifierNameType(optional):
string
Maximum Length:
20The type of qualifying bond holder. -
links(optional):
array Items
Title:
ItemsLink Relations -
RenewalDate(optional):
string(date)
The renewal date of a policy or bond on a contractor license.
-
SuspendDate(optional):
string(date)
The suspension date of a policy or bond on a contractor license.