@verys/oracle-sdk

1.97.0 • Public • Published

@verys/oracle-sdk

@VerysOracleSdk - JavaScript client for @verys/oracle-sdk Oracle API This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Package version: 1.97.0
  • Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install @verys/oracle-sdk --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your @verys/oracle-sdk from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

Finally, you need to build the module:

npm run build

git

If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var @VerysOracleSdk = require('@verys/oracle-sdk');

var defaultClient = @VerysOracleSdk.ApiClient.instance;
// Configure Bearer (JWT) access token for authorization: http_jwt
var http_jwt = defaultClient.authentications['http_jwt'];
http_jwt.accessToken = "YOUR ACCESS TOKEN"

var api = new @VerysOracleSdk.AptitudesApi()
var aptitudesCreateModel = new @VerysOracleSdk.AptitudesCreateModel(); // {AptitudesCreateModel} An aptitudes resource object to create
api.createAptitudes(aptitudesCreateModel).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});

Documentation for API Endpoints

All URIs are relative to http://localhost:3001/v1

Class Method HTTP request Description
@VerysOracleSdk.AptitudesApi createAptitudes POST /aptitudes Create a new `aptitudes` resource
@VerysOracleSdk.AptitudesApi getAptitudes GET /aptitudes Get all aptitudes
@VerysOracleSdk.AptitudesApi getAptitudesById GET /aptitudes/{id} Get an `aptitudes` resource
@VerysOracleSdk.AptitudesApi updateAptitudesById PATCH /aptitudes/{id} Update a specific `aptitudes` resource
@VerysOracleSdk.BigTimeApi bigTimeImport POST /bigtime/import Import time entries, clients, projects, and users from BigTime
@VerysOracleSdk.BusinessUnitsApi createBusinessUnit POST /business-units Create a new `business-unit` resource
@VerysOracleSdk.BusinessUnitsApi deleteBusinessUnitById DELETE /business-units/{id} Delete a `business-unit` resource by its ID
@VerysOracleSdk.BusinessUnitsApi getBusinessUnitById GET /business-units/{id} Get a `business-unit` resource
@VerysOracleSdk.BusinessUnitsApi getBusinessUnits GET /business-units Get all `business-unit` resources
@VerysOracleSdk.BusinessUnitsApi updateBusinessUnitById PATCH /business-units/{id} Update a specific `business-unit` resource
@VerysOracleSdk.CandidatesApi createCandidate POST /candidates Create a new `candidates`
@VerysOracleSdk.CandidatesApi deleteCandidatesById DELETE /candidates/{id} Delete a `candidates` resource by it's ID
@VerysOracleSdk.CandidatesApi getCandidates GET /candidates Fetch `candidates`
@VerysOracleSdk.CandidatesApi getCandidatesById GET /candidates/{id} Get a `candidates` resource
@VerysOracleSdk.CandidatesApi getCandidatesByProjectRolesById GET /project-roles/{id}/candidates Fetch `candidates` for `project roles` resource
@VerysOracleSdk.CandidatesApi updateCandidatesById PATCH /candidates/{id} Update a specific `candidates` resource
@VerysOracleSdk.CertificationAuthoritiesApi createCertificationAuthority POST /certification-authorities Create a new certification-authorities
@VerysOracleSdk.CertificationAuthoritiesApi deleteCertificationAuthoritiesById DELETE /certification-authorities/{id} Delete a `certification-authorities` resource by it's ID
@VerysOracleSdk.CertificationAuthoritiesApi getCertificationAuthorities GET /certification-authorities Get all `certification-authorities`
@VerysOracleSdk.CertificationAuthoritiesApi getCertificationAuthoritiesById GET /certification-authorities/{id} Get a `certification-authorities` resource
@VerysOracleSdk.CertificationAuthoritiesApi updateCertificationAuthoritiesById PATCH /certification-authorities/{id} Update a specific certification-authorities resource
@VerysOracleSdk.CertificationNamesApi createCertificationName POST /certification-names Create a new certification-names
@VerysOracleSdk.CertificationNamesApi deleteCertificationNamesById DELETE /certification-names/{id} Delete a `certification-names` resource by it's ID
@VerysOracleSdk.CertificationNamesApi getCertificationNames GET /certification-names Get all `certification-names`
@VerysOracleSdk.CertificationNamesApi getCertificationNamesById GET /certification-names/{id} Get a `certification-names` resource
@VerysOracleSdk.CertificationNamesApi updateCertificationNamesById PATCH /certification-names/{id} Update a specific certification-names resource
@VerysOracleSdk.CertificationsApi createCertification POST /certifications Create a new certifications
@VerysOracleSdk.CertificationsApi createCertificationAuthority POST /certification-authorities Create a new certification-authorities
@VerysOracleSdk.CertificationsApi createCertificationName POST /certification-names Create a new certification-names
@VerysOracleSdk.CertificationsApi createMyCertification POST /my/certifications Create a new `certifications` resource
@VerysOracleSdk.CertificationsApi deleteCertificationAuthoritiesById DELETE /certification-authorities/{id} Delete a `certification-authorities` resource by it's ID
@VerysOracleSdk.CertificationsApi deleteCertificationNamesById DELETE /certification-names/{id} Delete a `certification-names` resource by it's ID
@VerysOracleSdk.CertificationsApi deleteCertificationsById DELETE /certifications/{id} Delete a `certifications` resource by it's ID
@VerysOracleSdk.CertificationsApi deleteMyCertificationsById DELETE /my/certifications/{id} Delete a `certifications` resource by it's ID
@VerysOracleSdk.CertificationsApi getCertificationAuthorities GET /certification-authorities Get all `certification-authorities`
@VerysOracleSdk.CertificationsApi getCertificationAuthoritiesById GET /certification-authorities/{id} Get a `certification-authorities` resource
@VerysOracleSdk.CertificationsApi getCertificationNames GET /certification-names Get all `certification-names`
@VerysOracleSdk.CertificationsApi getCertificationNamesById GET /certification-names/{id} Get a `certification-names` resource
@VerysOracleSdk.CertificationsApi getCertifications GET /certifications Get all `certifications`
@VerysOracleSdk.CertificationsApi getCertificationsById GET /certifications/{id} Get a `certifications` resource
@VerysOracleSdk.CertificationsApi getMyCertifications GET /my/certifications Get all my `certifications`
@VerysOracleSdk.CertificationsApi getMyCertificationsById GET /my/certifications/{id} Get my `certifications` resource
@VerysOracleSdk.CertificationsApi updateCertificationAuthoritiesById PATCH /certification-authorities/{id} Update a specific certification-authorities resource
@VerysOracleSdk.CertificationsApi updateCertificationNamesById PATCH /certification-names/{id} Update a specific certification-names resource
@VerysOracleSdk.CertificationsApi updateCertificationsById PATCH /certifications/{id} Update a specific certifications resource
@VerysOracleSdk.CertificationsApi updateMyCertificationsById PATCH /my/certifications/{id} Update a specific certifications resource
@VerysOracleSdk.ChartsApi getCharts GET /charts Gets a list of chart resources
@VerysOracleSdk.ChartsApi getChartsById GET /charts/{id} Gets charts resource for the given ID
@VerysOracleSdk.ChartsApi getMyChartsById GET /my/charts/{id} Gets charts resource for the currently authenticated employee
@VerysOracleSdk.CompaniesApi createCompanies POST /companies Create a new `companies` resource
@VerysOracleSdk.CompaniesApi getCompanies GET /companies Get all companies resources
@VerysOracleSdk.CompaniesApi getCompaniesById GET /companies/{id} Get a `companies` resource
@VerysOracleSdk.CompaniesApi updateCompaniesById PATCH /companies/{id} Update a specific company resource
@VerysOracleSdk.CompanyLocationsApi createCompanyLocations POST /company-locations Create a new company location
@VerysOracleSdk.CompanyLocationsApi deleteCompanyLocationsById DELETE /company-locations/{id} Delete a `company locations` resource by it's ID
@VerysOracleSdk.CompanyLocationsApi getCompanyLocations GET /company-locations Get all `company locations` resources
@VerysOracleSdk.CompanyLocationsApi getCompanyLocationsById GET /company-locations/{id} Get a `company locations` resource by it's ID
@VerysOracleSdk.CompanyLocationsApi updateCompanyLocationsById PATCH /company-locations/{id} Update a `company locations` resource by it's ID
@VerysOracleSdk.EmployeeAllocationTotalsApi getEmployeeAllocationTotals GET /employee-allocation-totals Get all employee allocation totals
@VerysOracleSdk.EmployeeAllocationTotalsApi getEmployeeAllocationTotalsById GET /employee-allocation-totals/{id} Get employee allocation totals
@VerysOracleSdk.EmployeeInterestsApi createEmployeeInterests POST /employee-interests Create a new employee interest
@VerysOracleSdk.EmployeeInterestsApi deleteEmployeeInterestsById DELETE /employee-interests/{id} Delete a specific employee interest by it's ID
@VerysOracleSdk.EmployeeInterestsApi getEmployeeInterests GET /employee-interests Get all `employee-interests`
@VerysOracleSdk.EmployeeInterestsApi getEmployeeInterestsById GET /employee-interests/{id} Get a `employee-interests` resource
@VerysOracleSdk.EmployeeInterestsApi updateEmployeeInterestsById PATCH /employee-interests/{id} Update a specific `employee-interests` resource
@VerysOracleSdk.EmployeeInvitationEmailsApi createEmployeeEmployeeInvitationEmail POST /employees/{id}/employee-invitation-emails Creates an `emplyoee invitation emails` resource
@VerysOracleSdk.EmployeeSkillAptitudesApi createEmployeeSkillAptitudes POST /employee-skill-aptitudes Create a new `employee-skill-aptitudes`
@VerysOracleSdk.EmployeeSkillAptitudesApi deleteEmployeeSkillAptitudesById DELETE /employee-skill-aptitudes/{id} Delete a `employee-skill-aptitudes` resource by it's ID
@VerysOracleSdk.EmployeeSkillAptitudesApi getEmployeeSkillAptitudes GET /employee-skill-aptitudes Get all `employee-skill-aptitudes`
@VerysOracleSdk.EmployeeSkillAptitudesApi getEmployeeSkillAptitudesById GET /employee-skill-aptitudes/{id} Get a `employee-skill-aptitudes` resource
@VerysOracleSdk.EmployeeSkillAptitudesApi updateEmployeeSkillAptitudesById PATCH /employee-skill-aptitudes/{id} Update a specific `employee-skill-aptitudes` resource
@VerysOracleSdk.EmployeesApi createEmployeeEmployeeInvitationEmail POST /employees/{id}/employee-invitation-emails Creates an `emplyoee invitation emails` resource
@VerysOracleSdk.EmployeesApi createEmployees POST /employees Create a new `employees` resource
@VerysOracleSdk.EmployeesApi createProfileRelationshipsDefaultProjects POST /my/profile/relationships/default-projects Adds to the currently authenticated employee's default projects
@VerysOracleSdk.EmployeesApi createRolesByIdRelationshipsEmployees POST /roles/{id}/relationships/employees Create `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.EmployeesApi createTitleBandsByIdRelationshipsEmployees POST /title-bands/{id}/relationships/employees Create `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.EmployeesApi createTitleGradesByIdRelationshipsEmployees POST /title-grades/{id}/relationships/employees Create `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.EmployeesApi deleteProfileRelationshipsDefaultProjects DELETE /my/profile/relationships/default-projects Deletes from the currently authenticated employee's default projects
@VerysOracleSdk.EmployeesApi deleteRolesByIdRelationshipsEmployees DELETE /roles/{id}/relationships/employees Delete `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.EmployeesApi deleteTitleBandsByIdRelationshipsEmployees DELETE /title-bands/{id}/relationships/employees Delete `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.EmployeesApi deleteTitleGradesByIdRelationshipsEmployees DELETE /title-grades/{id}/relationships/employees Delete `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.EmployeesApi getEmployees GET /employees Get all employees resources
@VerysOracleSdk.EmployeesApi getEmployeesById GET /employees/{id} Get a specific employee resource
@VerysOracleSdk.EmployeesApi getProfile GET /my/profile Gets the currently authenticated employee
@VerysOracleSdk.EmployeesApi getProfileRelationshipsDefaultProjects GET /my/profile/relationships/default-projects Gets the currently authenticated employee's default projects
@VerysOracleSdk.EmployeesApi getRolesByIdEmployees GET /roles/{id}/employees Get `employees` that belong to a `roles` resource by Id
@VerysOracleSdk.EmployeesApi getRolesByIdRelationshipsEmployees GET /roles/{id}/relationships/employees Get `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.EmployeesApi getTitleBandsByIdEmployees GET /title-bands/{id}/employees Get `employees` that belong to a `title bands` resource by Id
@VerysOracleSdk.EmployeesApi getTitleBandsByIdRelationshipsEmployees GET /title-bands/{id}/relationships/employees Get `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.EmployeesApi getTitleGradesByIdEmployees GET /title-grades/{id}/employees Get `employees` that belong to a `title grades` resource by Id
@VerysOracleSdk.EmployeesApi getTitleGradesByIdRelationshipsEmployees GET /title-grades/{id}/relationships/employees Get `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.EmployeesApi getUser GET /my/user Gets the currently authenticated employee
@VerysOracleSdk.EmployeesApi updateEmployeesById PATCH /employees/{id} Update a specific employee resource
@VerysOracleSdk.EmployeesApi updateProfile PATCH /my/profile Update the currently authenticated employee profile
@VerysOracleSdk.EmployeesApi updateProfileRelationshipsDefaultProjects PATCH /my/profile/relationships/default-projects Updates the currently authenticated employee's default projects
@VerysOracleSdk.EmployeesApi updateRolesByIdRelationshipsEmployees PATCH /roles/{id}/relationships/employees Update `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.EmployeesApi updateTitleBandsByIdRelationshipsEmployees PATCH /title-bands/{id}/relationships/employees Update `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.EmployeesApi updateTitleGradesByIdRelationshipsEmployees PATCH /title-grades/{id}/relationships/employees Update `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.EmployeesApi updateUser PATCH /my/user Update the currently authenticated user
@VerysOracleSdk.FeaturesApi getFeatures GET /features Get all features resources
@VerysOracleSdk.FeaturesApi getFeaturesById GET /features/{id} Get a specific feature resource
@VerysOracleSdk.FeaturesApi updateFeaturesById PATCH /features/{id} Update a specific `features` resource
@VerysOracleSdk.HealthCheckApi getHealthCheck GET /health-check Health check
@VerysOracleSdk.IntegrationsApi getIntegrations GET /integrations Get all integrations resources
@VerysOracleSdk.IntegrationsApi getIntegrationsById GET /integrations/{id} Get a specific integration resource
@VerysOracleSdk.IntegrationsApi updateIntegrationsById PATCH /integrations/{id} Update a specific `integrations` resource
@VerysOracleSdk.LocalesApi getLocales GET /locales Get all `locales`
@VerysOracleSdk.LocalesApi getLocalesById GET /locales/{localeCode} Get a `locales` resource
@VerysOracleSdk.MyApi createMyCertification POST /my/certifications Create a new `certifications` resource
@VerysOracleSdk.MyApi createMyEmployeeInterests POST /my/employee-interests Create a new employee interest
@VerysOracleSdk.MyApi createMyEmployeeSkillAptitudes POST /my/employee-skill-aptitudes Create a new employee skill-aptitudes
@VerysOracleSdk.MyApi createMyTimeEntries POST /my/time-entries Create a new time entries resource for the currently authenticated employee
@VerysOracleSdk.MyApi createProfileRelationshipsDefaultProjects POST /my/profile/relationships/default-projects Adds to the currently authenticated employee's default projects
@VerysOracleSdk.MyApi deleteMyCertificationsById DELETE /my/certifications/{id} Delete a `certifications` resource by it's ID
@VerysOracleSdk.MyApi deleteMyEmployeeInterestsById DELETE /my/employee-interests/{id} Delete a specific employee interest by it's ID
@VerysOracleSdk.MyApi deleteMyEmployeeSkillAptitudesById DELETE /my/employee-skill-aptitudes/{id} Delete a specific employee skill-aptitudes by it's ID
@VerysOracleSdk.MyApi deleteMyTimeEntries DELETE /my/time-entries Delete one or more time entries resources for the currently authenticated employee
@VerysOracleSdk.MyApi deleteMyTimeEntriesById DELETE /my/time-entries/{id} Delete a specific time entries resource for the currently authenticated employee
@VerysOracleSdk.MyApi deleteProfileRelationshipsDefaultProjects DELETE /my/profile/relationships/default-projects Deletes from the currently authenticated employee's default projects
@VerysOracleSdk.MyApi getMyCertifications GET /my/certifications Get all my `certifications`
@VerysOracleSdk.MyApi getMyCertificationsById GET /my/certifications/{id} Get my `certifications` resource
@VerysOracleSdk.MyApi getMyChartsById GET /my/charts/{id} Gets charts resource for the currently authenticated employee
@VerysOracleSdk.MyApi getMyEmployeeInterests GET /my/employee-interests Get all my interests
@VerysOracleSdk.MyApi getMyEmployeeInterestsById GET /my/employee-interests/{id} Get my `employee-interests` resource
@VerysOracleSdk.MyApi getMyEmployeeSkillAptitudes GET /my/employee-skill-aptitudes Get all my `employee-skill-aptitudes`
@VerysOracleSdk.MyApi getMyEmployeeSkillAptitudesById GET /my/employee-skill-aptitudes/{id} Get my `employee-skill-aptitudes` resource
@VerysOracleSdk.MyApi getMyPermissions GET /my/permissions Get all permissions resource objects for the currently authenticated employee
@VerysOracleSdk.MyApi getMyPermissionsById GET /my/permissions/{id} Get permissions resource object for the currently authenticated employee
@VerysOracleSdk.MyApi getMyPotentialProjectRoles GET /my/potential-project-roles Get all potential `projects roles` for the currently authenticated user
@VerysOracleSdk.MyApi getMyProjectRoles GET /my/project-roles Get all active `projects roles` for a time frame for the currently authenticated user
@VerysOracleSdk.MyApi getMyProjectRolesById GET /my/project-roles/{id} Get a `project role` resource for the currently authenticated user
@VerysOracleSdk.MyApi getMyRoles GET /my/roles Get all roles for the currently authenticated employee
@VerysOracleSdk.MyApi getMyTimeEntries GET /my/time-entries Get all time entries for the currently authenticated employee
@VerysOracleSdk.MyApi getMyTimeEntriesById GET /my/time-entries/{id} Get a specific time entry for the currently authenticated employee
@VerysOracleSdk.MyApi getProfile GET /my/profile Gets the currently authenticated employee
@VerysOracleSdk.MyApi getProfileRelationshipsDefaultProjects GET /my/profile/relationships/default-projects Gets the currently authenticated employee's default projects
@VerysOracleSdk.MyApi getUser GET /my/user Gets the currently authenticated employee
@VerysOracleSdk.MyApi updateMyCertificationsById PATCH /my/certifications/{id} Update a specific certifications resource
@VerysOracleSdk.MyApi updateMyEmployeeInterestsById PATCH /my/employee-interests/{id} Update a specific `employee-interests` resource
@VerysOracleSdk.MyApi updateMyEmployeeSkillAptitudesById PATCH /my/employee-skill-aptitudes/{id} Update a specific `employee-skill-aptitudes` resource
@VerysOracleSdk.MyApi updateMyTimeEntries PATCH /my/time-entries Updates multiple time entries resources for the currently authenticated employee
@VerysOracleSdk.MyApi updateMyTimeEntriesById PATCH /my/time-entries/{id} Update a specific time entries resource for the currently authenticated employee
@VerysOracleSdk.MyApi updateProfile PATCH /my/profile Update the currently authenticated employee profile
@VerysOracleSdk.MyApi updateProfileRelationshipsDefaultProjects PATCH /my/profile/relationships/default-projects Updates the currently authenticated employee's default projects
@VerysOracleSdk.MyApi updateUser PATCH /my/user Update the currently authenticated user
@VerysOracleSdk.ProformaConfigurationsApi createProformaConfiguration POST /proforma-configurations Create a new `proforma configuration`
@VerysOracleSdk.ProformaConfigurationsApi getProformaConfigurations GET /proforma-configurations Get all `proforma configurations`
@VerysOracleSdk.ProformaConfigurationsApi getProformaConfigurationsById GET /proforma-configurations/{id} Get a `proforma configurations` resource
@VerysOracleSdk.ProformaConfigurationsApi updateProformaConfigurationsById PATCH /proforma-configurations/{id} Update a specific proforma configuration resource
@VerysOracleSdk.ProjectFinancialTotalPlansApi getProjectFinancialTotalPlans GET /project-financial-total-plans Gets project financial total plans. These are from locked-in project plans.
@VerysOracleSdk.ProjectFinancialTotalPlansApi getProjectProjectFinancialTotalPlans GET /projects/{id}/project-financial-total-plans Gets `project-financial-total-plans` resource for a project
@VerysOracleSdk.ProjectFinancialTotalsApi getProjectProformaFinancials GET /project-financial-totals Gets an aggregate for proforma financials grouped by project
@VerysOracleSdk.ProjectFinancialTotalsApi getProjectProjectFinancialTotals GET /projects/{id}/project-financial-totals Gets `project-financial-totals` resource for a project
@VerysOracleSdk.ProjectMilestonesApi createProjectMilestone POST /project-milestones Create a new `project milestone`
@VerysOracleSdk.ProjectMilestonesApi deleteProjectMilestonesById DELETE /project-milestones/{id} Delete a `project milestones` resource by it's ID
@VerysOracleSdk.ProjectMilestonesApi getProjectMilestones GET /project-milestones Get all `project milestones`
@VerysOracleSdk.ProjectMilestonesApi getProjectMilestonesById GET /project-milestones/{id} Get a `project milestones` resource
@VerysOracleSdk.ProjectMilestonesApi updateProjectMilestonesById PATCH /project-milestones/{id} Update a specific project milestone resource
@VerysOracleSdk.ProjectRoleTypesApi createProjectRoleType POST /project-role-types Create a new `project role type`
@VerysOracleSdk.ProjectRoleTypesApi getProjectRoleTypes GET /project-role-types Get all `project role types`
@VerysOracleSdk.ProjectRoleTypesApi getProjectRoleTypesById GET /project-role-types/{id} Get a `project role type` resource
@VerysOracleSdk.ProjectRoleTypesApi updateProjectRoleTypesById PATCH /project-role-types/{id} Update a specific project role type resource
@VerysOracleSdk.ProjectRolesApi createProjectRole POST /project-roles Create a new `project role`
@VerysOracleSdk.ProjectRolesApi createProjectRolesByIdRelationshipsQualifications POST /project-roles/{id}/relationships/qualifications Create `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.ProjectRolesApi deleteProjectRolesById DELETE /project-roles/{id} Delete a `project roles` resource by it's ID
@VerysOracleSdk.ProjectRolesApi deleteProjectRolesByIdRelationshipsQualifications DELETE /project-roles/{id}/relationships/qualifications Delete `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.ProjectRolesApi getCandidatesByProjectRolesById GET /project-roles/{id}/candidates Fetch `candidates` for `project roles` resource
@VerysOracleSdk.ProjectRolesApi getMyPotentialProjectRoles GET /my/potential-project-roles Get all potential `projects roles` for the currently authenticated user
@VerysOracleSdk.ProjectRolesApi getMyProjectRoles GET /my/project-roles Get all active `projects roles` for a time frame for the currently authenticated user
@VerysOracleSdk.ProjectRolesApi getMyProjectRolesById GET /my/project-roles/{id} Get a `project role` resource for the currently authenticated user
@VerysOracleSdk.ProjectRolesApi getProjectRoles GET /project-roles Get all `projects roles`
@VerysOracleSdk.ProjectRolesApi getProjectRolesById GET /project-roles/{id} Get a `project roles` resource
@VerysOracleSdk.ProjectRolesApi getProjectRolesByIdRelationshipsQualifications GET /project-roles/{id}/relationships/qualifications Get `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.ProjectRolesApi updateProjectRolesById PATCH /project-roles/{id} Update a specific project role resource
@VerysOracleSdk.ProjectRolesApi updateProjectRolesByIdRelationshipsQualifications PATCH /project-roles/{id}/relationships/qualifications Update `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.ProjectsApi createProject POST /projects Create a new project
@VerysOracleSdk.ProjectsApi createProjectProjectPlanRequests POST /projects/{id}/project-plan-requests Creates a `project plan requests` resource for a project
@VerysOracleSdk.ProjectsApi deleteProjectsById DELETE /projects/{id} Delete a `projects` resource by it's ID
@VerysOracleSdk.ProjectsApi getProjectProjectFinancialTotalPlans GET /projects/{id}/project-financial-total-plans Gets `project-financial-total-plans` resource for a project
@VerysOracleSdk.ProjectsApi getProjectProjectFinancialTotals GET /projects/{id}/project-financial-totals Gets `project-financial-totals` resource for a project
@VerysOracleSdk.ProjectsApi getProjects GET /projects Get all `projects`
@VerysOracleSdk.ProjectsApi getProjectsById GET /projects/{id} Get a `projects` resource
@VerysOracleSdk.ProjectsApi updateProjectsById PATCH /projects/{id} Update a specific project resource
@VerysOracleSdk.QualificationsApi createProjectRolesByIdRelationshipsQualifications POST /project-roles/{id}/relationships/qualifications Create `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.QualificationsApi createQualification POST /qualifications Create a new `qualification`
@VerysOracleSdk.QualificationsApi deleteProjectRolesByIdRelationshipsQualifications DELETE /project-roles/{id}/relationships/qualifications Delete `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.QualificationsApi deleteQualificationsById DELETE /qualifications/{id} Delete a `qualifications` resource by it's ID
@VerysOracleSdk.QualificationsApi getProjectRolesByIdRelationshipsQualifications GET /project-roles/{id}/relationships/qualifications Get `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.QualificationsApi getQualifications GET /qualifications Get all `qualifications`
@VerysOracleSdk.QualificationsApi getQualificationsById GET /qualifications/{id} Get a `qualifications` resource
@VerysOracleSdk.QualificationsApi updateProjectRolesByIdRelationshipsQualifications PATCH /project-roles/{id}/relationships/qualifications Update `qualifications` relationship from a `project roles` resource by Id
@VerysOracleSdk.QualificationsApi updateQualificationsById PATCH /qualifications/{id} Update a specific `qualification` resource
@VerysOracleSdk.QueueJobsApi getQueueJobsByQueueNameById GET /queue-jobs/{queue}/{id} Get the state of a queue jobs resource
@VerysOracleSdk.QuickBooksDesktopCustomersApi createQuickBooksDesktopCustomers POST /quickbooks-desktop-customers Create a new `quickbooks-desktop-customers` resource
@VerysOracleSdk.QuickBooksDesktopCustomersApi getQuickBooksDesktopCustomers GET /quickbooks-desktop-customers Get all quickbooks-desktop-customers
@VerysOracleSdk.QuickBooksDesktopCustomersApi getQuickBooksDesktopCustomersById GET /quickbooks-desktop-customers/{id} Get an `quickbooks-desktop-customers` resource
@VerysOracleSdk.QuickBooksDesktopCustomersApi updateQuickBooksDesktopCustomersById PATCH /quickbooks-desktop-customers/{id} Update a specific `quickbooks-desktop-customers` resource
@VerysOracleSdk.QuickBooksDesktopIntegrationConfigurationApi getQuickBooksDesktopIntegrationConfiguration GET /quickbooks-desktop-integration-configuration Gets the QuickBooks Desktop integration configuration
@VerysOracleSdk.QuickBooksDesktopIntegrationConfigurationApi updateQuickBooksDesktopIntegrationConfiguration PATCH /quickbooks-desktop-integration-configuration Updates the QuickBooks Desktop integration configuration
@VerysOracleSdk.QuickBooksDesktopTimeTrackingEntriesApi createQuickBooksDesktopTimeTrackingEntries POST /quickbooks-desktop-time-tracking-entries Create a new `quickbooks-desktop-time-tracking-entries` resource
@VerysOracleSdk.QuickBooksDesktopTimeTrackingEntriesApi getQuickBooksDesktopTimeTrackingEntries GET /quickbooks-desktop-time-tracking-entries Get all quickbooks-desktop-time-tracking-entries
@VerysOracleSdk.QuickBooksDesktopTimeTrackingEntriesApi getQuickBooksDesktopTimeTrackingEntriesById GET /quickbooks-desktop-time-tracking-entries/{id} Get an `quickbooks-desktop-time-tracking-entries` resource
@VerysOracleSdk.QuickBooksDesktopTimeTrackingEntriesApi updateQuickBooksDesktopTimeTrackingEntriesById PATCH /quickbooks-desktop-time-tracking-entries/{id} Update a specific `quickbooks-desktop-time-tracking-entries` resource
@VerysOracleSdk.QuickBooksVendorsApi getQuickBooksVendors GET /quickbooks-vendors Get QuickBooks vendors
@VerysOracleSdk.QuickbooksApi quickbooksOauthAccessTokenRequest POST /quickbooks/oauth-access-token-request QuickBooks OAuth access token request
@VerysOracleSdk.QuickbooksApi quickbooksOauthAuthorizationUrl GET /quickbooks/oauth-authorization-url Returns a Quickbooks OAuth authorization URL
@VerysOracleSdk.ResourcesApi getResources GET /resources Get all resources
@VerysOracleSdk.RoleResourcesApi createRoleResources POST /role-resources Create a new `role resources` resource
@VerysOracleSdk.RoleResourcesApi getRoleResources GET /role-resources Get all `role resources` resouces
@VerysOracleSdk.RoleResourcesApi getRoleResourcesById GET /role-resources/{id} Get a `role resources` resouce by Id
@VerysOracleSdk.RoleResourcesApi updateRoleResourcesById PATCH /role-resources/{id} Update a `role resources` resource by it's ID
@VerysOracleSdk.RolesApi createRoles POST /roles Create a new role
@VerysOracleSdk.RolesApi createRolesByIdRelationshipsEmployees POST /roles/{id}/relationships/employees Create `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.RolesApi deleteRolesByIdRelationshipsEmployees DELETE /roles/{id}/relationships/employees Delete `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.RolesApi getMyPermissions GET /my/permissions Get all permissions resource objects for the currently authenticated employee
@VerysOracleSdk.RolesApi getMyPermissionsById GET /my/permissions/{id} Get permissions resource object for the currently authenticated employee
@VerysOracleSdk.RolesApi getMyRoles GET /my/roles Get all roles for the currently authenticated employee
@VerysOracleSdk.RolesApi getRoles GET /roles Get all roles
@VerysOracleSdk.RolesApi getRolesById GET /roles/{id} Get a `roles` resource object by Id
@VerysOracleSdk.RolesApi getRolesByIdEmployees GET /roles/{id}/employees Get `employees` that belong to a `roles` resource by Id
@VerysOracleSdk.RolesApi getRolesByIdRelationshipsEmployees GET /roles/{id}/relationships/employees Get `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.RolesApi updateRolesById PATCH /roles/{id} Update a `roles` resource object by it's Id
@VerysOracleSdk.RolesApi updateRolesByIdRelationshipsEmployees PATCH /roles/{id}/relationships/employees Update `employees` relationship from a `roles` resource by Id
@VerysOracleSdk.SalesforceApi getSalesforceAccessToken GET /salesforce/access-token Returns a Salesforce access token
@VerysOracleSdk.SalesforceApi getSalesforceIntegrationConfiguration GET /salesforce-integration-configuration Gets the Salesforce integration configuration
@VerysOracleSdk.SalesforceApi salesforceOauthAccessTokenRequest POST /salesforce/oauth-access-token-request Salesforce's OAuth Access Token Request
@VerysOracleSdk.SalesforceApi salesforceOauthAuthorizationUrl GET /salesforce/oauth-authorization-url Returns a Salesforce auth URL
@VerysOracleSdk.SalesforceApi updateSalesforceIntegrationConfiguration PATCH /salesforce-integration-configuration Updates the Salesforce integration configuration
@VerysOracleSdk.SalesforceIntegrationConfigurationApi getSalesforceIntegrationConfiguration GET /salesforce-integration-configuration Gets the Salesforce integration configuration
@VerysOracleSdk.SalesforceIntegrationConfigurationApi updateSalesforceIntegrationConfiguration PATCH /salesforce-integration-configuration Updates the Salesforce integration configuration
@VerysOracleSdk.SalesforceOpportunitiesApi getSalesforceOpportunities GET /salesforce-opportunities Get Salesforce oppotunities
@VerysOracleSdk.SearchTokenApi createSearchToken POST /search-token Create a search token
@VerysOracleSdk.SessionsApi createSession POST /sessions Create a new session
@VerysOracleSdk.SkillsApi createSkills POST /skills Create a new `skills` resource
@VerysOracleSdk.SkillsApi getSkills GET /skills Get all skills resources
@VerysOracleSdk.SkillsApi getSkillsById GET /skills/{id} Get an `skills` resource
@VerysOracleSdk.SkillsApi updateSkillsById PATCH /skills/{id} Update a specific `skills` resource
@VerysOracleSdk.StatesApi getStates GET /states Get all states resources
@VerysOracleSdk.StatesApi getStatesById GET /states/{id} Get a specific state resource
@VerysOracleSdk.TimeEntriesApi createMyTimeEntries POST /my/time-entries Create a new time entries resource for the currently authenticated employee
@VerysOracleSdk.TimeEntriesApi createTimeEntries POST /time-entries Create a new time entries resource
@VerysOracleSdk.TimeEntriesApi deleteMyTimeEntries DELETE /my/time-entries Delete one or more time entries resources for the currently authenticated employee
@VerysOracleSdk.TimeEntriesApi deleteMyTimeEntriesById DELETE /my/time-entries/{id} Delete a specific time entries resource for the currently authenticated employee
@VerysOracleSdk.TimeEntriesApi deleteTimeEntries DELETE /time-entries Delete one or more time entries resources
@VerysOracleSdk.TimeEntriesApi deleteTimeEntriesById DELETE /time-entries/{id} Delete a specific time entries resource
@VerysOracleSdk.TimeEntriesApi getMyTimeEntries GET /my/time-entries Get all time entries for the currently authenticated employee
@VerysOracleSdk.TimeEntriesApi getMyTimeEntriesById GET /my/time-entries/{id} Get a specific time entry for the currently authenticated employee
@VerysOracleSdk.TimeEntriesApi getTimeEntries GET /time-entries Get all time entries
@VerysOracleSdk.TimeEntriesApi getTimeEntriesById GET /time-entries/{id} Get a specific time entries resource
@VerysOracleSdk.TimeEntriesApi updateMyTimeEntries PATCH /my/time-entries Updates multiple time entries resources for the currently authenticated employee
@VerysOracleSdk.TimeEntriesApi updateMyTimeEntriesById PATCH /my/time-entries/{id} Update a specific time entries resource for the currently authenticated employee
@VerysOracleSdk.TimeEntriesApi updateTimeEntries PATCH /time-entries Updates multiple time entries resources
@VerysOracleSdk.TimeEntriesApi updateTimeEntriesById PATCH /time-entries/{id} Update a specific time entries resource
@VerysOracleSdk.TimeEntriesTotalsApi getTimeEntriesTotals GET /time-entries-totals/{type} Get all time entries totals
@VerysOracleSdk.TimeEntriesTotalsApi getTimeEntriesTotalsById GET /time-entries-totals/{type}/{id} Get time entries totals
@VerysOracleSdk.TimeEntriesTotalsApi updateTimeEntriesTotalsById PATCH /time-entries-totals/{type}/{id} Update time entries totals resource
@VerysOracleSdk.TitleBandsApi createTitleBand POST /title-bands Create a new `title band`
@VerysOracleSdk.TitleBandsApi createTitleBandsByIdRelationshipsEmployees POST /title-bands/{id}/relationships/employees Create `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.TitleBandsApi deleteTitleBandsByIdRelationshipsEmployees DELETE /title-bands/{id}/relationships/employees Delete `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.TitleBandsApi getTitleBands GET /title-bands Get all `title bands`
@VerysOracleSdk.TitleBandsApi getTitleBandsById GET /title-bands/{id} Get a `title-bands` resource
@VerysOracleSdk.TitleBandsApi getTitleBandsByIdEmployees GET /title-bands/{id}/employees Get `employees` that belong to a `title bands` resource by Id
@VerysOracleSdk.TitleBandsApi getTitleBandsByIdRelationshipsEmployees GET /title-bands/{id}/relationships/employees Get `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.TitleBandsApi updateTitleBandsById PATCH /title-bands/{id} Update a specific `title band` resource
@VerysOracleSdk.TitleBandsApi updateTitleBandsByIdRelationshipsEmployees PATCH /title-bands/{id}/relationships/employees Update `employees` relationship from a `title bands` resource by Id
@VerysOracleSdk.TitleGradesApi createTitleGrade POST /title-grades Create a new `title grade`
@VerysOracleSdk.TitleGradesApi createTitleGradesByIdRelationshipsEmployees POST /title-grades/{id}/relationships/employees Create `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.TitleGradesApi deleteTitleGradesByIdRelationshipsEmployees DELETE /title-grades/{id}/relationships/employees Delete `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.TitleGradesApi getTitleGrades GET /title-grades Get all `title grades`
@VerysOracleSdk.TitleGradesApi getTitleGradesById GET /title-grades/{id} Get a `title-grades` resource
@VerysOracleSdk.TitleGradesApi getTitleGradesByIdEmployees GET /title-grades/{id}/employees Get `employees` that belong to a `title grades` resource by Id
@VerysOracleSdk.TitleGradesApi getTitleGradesByIdRelationshipsEmployees GET /title-grades/{id}/relationships/employees Get `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.TitleGradesApi updateTitleGradesById PATCH /title-grades/{id} Update a specific `title grade` resource
@VerysOracleSdk.TitleGradesApi updateTitleGradesByIdRelationshipsEmployees PATCH /title-grades/{id}/relationships/employees Update `employees` relationship from a `title grades` resource by Id
@VerysOracleSdk.UsersApi createEmployeeInvitations POST /users/employee-invitations Creates a `accept invitations` resource
@VerysOracleSdk.UsersApi createPasswordResetEmails POST /users/password-reset-emails Creates a `password reset emails` resource for an user
@VerysOracleSdk.UsersApi createPasswordResets POST /users/password-resets Creates a `password resets` resource
@VerysOracleSdk.UsersApi createRegistrationConfirmationEmails POST /users/{id}/registration-confirmation-emails Creates a `registration confirmation emails` resource
@VerysOracleSdk.UsersApi createRegistrationConfirmations POST /users/registration-confirmations Creates a `registration confirmations` resource
@VerysOracleSdk.UsersApi createUsers POST /users Create a new `users` resource
@VerysOracleSdk.ZohoApi enableZohoNotifications GET /zoho/enable-notifications Enable Zoho notifications
@VerysOracleSdk.ZohoApi getZohoAccessToken GET /zoho/access-token Returns a Zoho access token
@VerysOracleSdk.ZohoApi getZohoIntegrationConfiguration GET /zoho-integration-configuration Gets the Zoho integration configuration
@VerysOracleSdk.ZohoApi zohoOauthAccessTokenRequest POST /zoho/oauth-access-token-request Zoho's OAuth Access Token Request
@VerysOracleSdk.ZohoApi zohoOauthAuthorizationUrl GET /zoho/oauth-authorization-url Returns a Zoho auth URL
@VerysOracleSdk.ZohoDealsApi getZohoDeals GET /zoho-deals Get Zoho deals
@VerysOracleSdk.ZohoDealsApi getZohoDealsByIds GET /zoho-deals/coql Get Zoho deals by ids
@VerysOracleSdk.ZohoIntegrationConfigurationApi getZohoIntegrationConfiguration GET /zoho-integration-configuration Gets the Zoho integration configuration

Documentation for Models

Documentation for Authorization

http_jwt

  • Type: Bearer authentication (JWT)

Readme

Keywords

none

Package Sidebar

Install

npm i @verys/oracle-sdk

Weekly Downloads

2

Version

1.97.0

License

MIT

Unpacked Size

4.2 MB

Total Files

645

Last publish

Collaborators

  • john-verys
  • lucasc-verys