npm.io
2.0.2 • Published 2 years ago

proxima_core_engine

Licence
Unlicense
Version
2.0.2
Deps
2
Size
1.1 MB
Vulns
0
Weekly
0

Proxima Ai Core Engine -SDK

Installation Guide

Clone this repo Git clone https://github.com/<link_to_this_repo>

Copy path to the .tgz file in this repo : Version 2.0.2

In your project run Npm Install <paste_path_to_.tgz_file>

OR

Npm Install proxima_core_engine this might be the previous version, check for updates

To deploy your App, copy the packed file to your project and run Npm Install <paste/path/to/.tgz/file>

Navigate to your

ProximaCoreEngine - JavaScript client for proxima_core_engine No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 2.0.1
  • Package version: 2.0.1
  • 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 proxima_core_engine --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 proxima_core_engine 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 ProximaCoreEngine = require('proxima_core_engine');


var api = new ProximaCoreEngine.AnalyticsApi()
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.analyticsAnnualGrothRateRetrieve(callback);

Documentation for API Endpoints

All URIs are relative to https://core.proximaai.co

Class Method HTTP request Description
ProximaCoreEngine.AnalyticsApi analyticsAnnualGrothRateRetrieve GET /api/analytics/annual_groth_rate/
ProximaCoreEngine.AnalyticsApi analyticsAveragecommentsRetrieve GET /api/analytics/averagecomments/
ProximaCoreEngine.AnalyticsApi analyticsAveragedistributionRetrieve GET /api/analytics/averagedistribution/
ProximaCoreEngine.AnalyticsApi analyticsAverageresponsetimeRetrieve GET /api/analytics/averageresponsetime/
ProximaCoreEngine.AnalyticsApi analyticsAveragesurveyrunperiodRetrieve GET /api/analytics/averagesurveyrunperiod/
ProximaCoreEngine.AnalyticsApi analyticsAveragevoicemessageperchatRetrieve GET /api/analytics/averagevoicemessageperchat/
ProximaCoreEngine.AnalyticsApi analyticsClientcitydistributionRetrieve GET /api/analytics/clientcitydistribution/
ProximaCoreEngine.AnalyticsApi analyticsClientdailysatisfactionRetrieve GET /api/analytics/clientdailysatisfaction/
ProximaCoreEngine.AnalyticsApi analyticsClientsatisfactionRetrieve GET /api/analytics/clientsatisfaction/
ProximaCoreEngine.AnalyticsApi analyticsClientsaverageageRetrieve GET /api/analytics/clientsaverageage/
ProximaCoreEngine.AnalyticsApi analyticsClientweeklysatisfactionRetrieve GET /api/analytics/clientweeklysatisfaction/
ProximaCoreEngine.AnalyticsApi analyticsCommentsuserrelationRetrieve GET /api/analytics/commentsuserrelation/
ProximaCoreEngine.AnalyticsApi analyticsCommunicationchannelsRetrieve GET /api/analytics/communicationchannels/
ProximaCoreEngine.AnalyticsApi analyticsCommunitygrowthrateRetrieve GET /api/analytics/communitygrowthrate/
ProximaCoreEngine.AnalyticsApi analyticsCommunitymembersRetrieve GET /api/analytics/communitymembers/
ProximaCoreEngine.AnalyticsApi analyticsCommunityratingRetrieve GET /api/analytics/communityrating/
ProximaCoreEngine.AnalyticsApi analyticsCountchatsRetrieve GET /api/analytics/countchats/
ProximaCoreEngine.AnalyticsApi analyticsCountescalatedchatsRetrieve GET /api/analytics/countescalatedchats/
ProximaCoreEngine.AnalyticsApi analyticsCounthourlychatsRetrieve GET /api/analytics/counthourlychats/
ProximaCoreEngine.AnalyticsApi analyticsCountrydistributionRetrieve GET /api/analytics/countrydistribution/
ProximaCoreEngine.AnalyticsApi analyticsCumulativecommentsRetrieve GET /api/analytics/cumulativecomments/
ProximaCoreEngine.AnalyticsApi analyticsCumulativehourlychatsRetrieve GET /api/analytics/cumulativehourlychats/
ProximaCoreEngine.AnalyticsApi analyticsCumulativeissuesRetrieve GET /api/analytics/cumulativeissues/
ProximaCoreEngine.AnalyticsApi analyticsCumulativevoicemessageRetrieve GET /api/analytics/cumulativevoicemessage/
ProximaCoreEngine.AnalyticsApi analyticsDailyaverageresponserateRetrieve GET /api/analytics/dailyaverageresponserate/
ProximaCoreEngine.AnalyticsApi analyticsDailychatcountRetrieve GET /api/analytics/dailychatcount/
ProximaCoreEngine.AnalyticsApi analyticsDailyescalatedchatsRetrieve GET /api/analytics/dailyescalatedchats/
ProximaCoreEngine.AnalyticsApi analyticsEngagementfrequencyRetrieve GET /api/analytics/engagementfrequency/
ProximaCoreEngine.AnalyticsApi analyticsGenderdistributionRetrieve GET /api/analytics/genderdistribution/
ProximaCoreEngine.AnalyticsApi analyticsGeolocationRetrieve GET /api/analytics/geolocation/
ProximaCoreEngine.AnalyticsApi analyticsHourlyaverageresponsetimeRetrieve GET /api/analytics/hourlyaverageresponsetime/
ProximaCoreEngine.AnalyticsApi analyticsHourlyclientsatisfactionRetrieve GET /api/analytics/hourlyclientsatisfaction/
ProximaCoreEngine.AnalyticsApi analyticsHourlycountescalatedchatsRetrieve GET /api/analytics/hourlycountescalatedchats/
ProximaCoreEngine.AnalyticsApi analyticsIssueuserrelationRetrieve GET /api/analytics/issueuserrelation/
ProximaCoreEngine.AnalyticsApi analyticsLeasttopicsRetrieve GET /api/analytics/leasttopics/
ProximaCoreEngine.AnalyticsApi analyticsPopulartopicsRetrieve GET /api/analytics/populartopics/
ProximaCoreEngine.AnalyticsApi analyticsStatedistributionRetrieve GET /api/analytics/statedistribution/
ProximaCoreEngine.AnalyticsApi analyticsSurveyaveragetargetaudienceRetrieve GET /api/analytics/surveyaveragetargetaudience/
ProximaCoreEngine.AnalyticsApi analyticsSurveyratingsRetrieve GET /api/analytics/surveyratings/
ProximaCoreEngine.AnalyticsApi analyticsSurveyresponserateRetrieve GET /api/analytics/surveyresponserate/
ProximaCoreEngine.AnalyticsApi analyticsTotalsurveysRetrieve GET /api/analytics/totalsurveys/
ProximaCoreEngine.AnalyticsApi analyticsUniquecommentsRetrieve GET /api/analytics/uniquecomments/
ProximaCoreEngine.AnalyticsApi analyticsUsersegmentationRetrieve GET /api/analytics/usersegmentation/
ProximaCoreEngine.AnalyticsApi analyticsVoiveMessagesLastWeekRetrieve GET /api/analytics/voive_messages_last_week/
ProximaCoreEngine.AnalyticsApi analyticsVoiveMessagesLastdayRetrieve GET /api/analytics/voive_messages_lastday/
ProximaCoreEngine.AnalyticsApi analyticsVoiveMessagesLasthourRetrieve GET /api/analytics/voive_messages_lasthour/
ProximaCoreEngine.AnalyticsApi analyticsWeeklyaverageresponserateRetrieve GET /api/analytics/weeklyaverageresponserate/
ProximaCoreEngine.AnalyticsApi analyticsWeeklychatcountRetrieve GET /api/analytics/weeklychatcount/
ProximaCoreEngine.AnalyticsApi analyticsWeeklyescalatedchatsRetrieve GET /api/analytics/weeklyescalatedchats/
ProximaCoreEngine.AuthApi authAdminCreate POST /api/auth/admin/
ProximaCoreEngine.AuthApi authAdminverificationconfirmationRetrieve GET /api/auth/adminverificationconfirmation/{uidb64}/
ProximaCoreEngine.AuthApi authAdminverificationrequestCreate POST /api/auth/adminverificationrequest/
ProximaCoreEngine.AuthApi authAnonymoususerCreate POST /api/auth/anonymoususer/
ProximaCoreEngine.AuthApi authAnonymoususerDestroy DELETE /api/auth/anonymoususer/
ProximaCoreEngine.AuthApi authAnonymoususerRetrieve GET /api/auth/anonymoususer/
ProximaCoreEngine.AuthApi authClientCreate POST /api/auth/client/
ProximaCoreEngine.AuthApi authClientverificationconfirmationRetrieve GET /api/auth/clientverificationconfirmation/{uidb64}/
ProximaCoreEngine.AuthApi authClientverificationrequestCreate POST /api/auth/clientverificationrequest/
ProximaCoreEngine.AuthApi authEmployeeCreate POST /api/auth/employee/
ProximaCoreEngine.AuthApi authEmployeeverificationconfirmationRetrieve GET /api/auth/employeeverificationconfirmation/{uidb64}/
ProximaCoreEngine.AuthApi authEmployeeverificationrequestCreate POST /api/auth/employeeverificationrequest/
ProximaCoreEngine.AuthApi authInviteusersCreate POST /api/auth/inviteusers/
ProximaCoreEngine.AuthApi authPasswordResetCompletePartialUpdate PATCH /api/auth/password-reset-complete/
ProximaCoreEngine.AuthApi authPasswordResetRetrieve GET /api/auth/password-reset/{uidb64}/{token}/
ProximaCoreEngine.AuthApi authRequestlogintokenCreate POST /api/auth/requestlogintoken/
ProximaCoreEngine.AuthApi authRequestpasswordtokenCreate POST /api/auth/requestpasswordtoken/
ProximaCoreEngine.AuthApi authRequestresetpassowrdCreate POST /api/auth/requestresetpassowrd/
ProximaCoreEngine.AuthApi authSigninCreate POST /api/auth/signin/
ProximaCoreEngine.AuthApi authTokenloginCreate POST /api/auth/tokenlogin/
ProximaCoreEngine.AuthApi authTokenpasswordchangePartialUpdate PATCH /api/auth/tokenpasswordchange/
ProximaCoreEngine.AuthApi authTokensigninPartialUpdate PATCH /api/auth/tokensignin/
ProximaCoreEngine.AuthApi authTokensigninconfirmationCreate POST /api/auth/tokensigninconfirmation/{uidb64}/
ProximaCoreEngine.AuthApi authTokensigninrequestRetrieve GET /api/auth/tokensigninrequest/
ProximaCoreEngine.AuthApi authTokenverificationCreate POST /api/auth/tokenverification/
ProximaCoreEngine.AuthApi authVerifyinvitedusersPartialUpdate PATCH /api/auth/verifyinvitedusers/
ProximaCoreEngine.ChatApi chatCategoryCreate POST /api/chat/category/
ProximaCoreEngine.ChatApi chatCategoryRetrieve GET /api/chat/category/
ProximaCoreEngine.ChatApi chatCategoryUpdate PUT /api/chat/category/
ProximaCoreEngine.ChatApi chatChatCreate POST /api/chat/chat/
ProximaCoreEngine.ChatApi chatChatDestroy DELETE /api/chat/chat/
ProximaCoreEngine.ChatApi chatChatPartialUpdate PATCH /api/chat/chat/
ProximaCoreEngine.ChatApi chatChatRetrieve GET /api/chat/chat/
ProximaCoreEngine.ChatApi chatEscalatedChatsRetrieve GET /api/chat/escalated_chats/
ProximaCoreEngine.ChatApi chatMessageCreate POST /api/chat/message/
ProximaCoreEngine.ChatApi chatMessageDestroy DELETE /api/chat/message/
ProximaCoreEngine.ChatApi chatMessagePartialUpdate PATCH /api/chat/message/
ProximaCoreEngine.ChatApi chatMessageRetrieve GET /api/chat/message/
ProximaCoreEngine.ChatApi chatTopicsCreate POST /api/chat/topics/
ProximaCoreEngine.ChatApi chatTopicsRetrieve GET /api/chat/topics/
ProximaCoreEngine.ChatApi chatTopicsUpdate PUT /api/chat/topics/
ProximaCoreEngine.CommunityApi communityClientleftcommunityRetrieve GET /api/community/clientleftcommunity/
ProximaCoreEngine.CommunityApi communityCommentCreate POST /api/community/comment/
ProximaCoreEngine.CommunityApi communityCommentDestroy DELETE /api/community/comment/
ProximaCoreEngine.CommunityApi communityCommentRetrieve GET /api/community/comment/
ProximaCoreEngine.CommunityApi communityCommunityRetrieve GET /api/community/community/
ProximaCoreEngine.CommunityApi communityCommunityfeedRetrieve GET /api/community/communityfeed/
ProximaCoreEngine.CommunityApi communityCommunitymembersRetrieve GET /api/community/communitymembers/
ProximaCoreEngine.CommunityApi communityCommunitytagsCreate POST /api/community/communitytags/
ProximaCoreEngine.CommunityApi communityCommunitytagsRetrieve GET /api/community/communitytags/
ProximaCoreEngine.CommunityApi communityFavoritecommunitiesCreate POST /api/community/favoritecommunities/
ProximaCoreEngine.CommunityApi communityFavoritecommunitiesRetrieve GET /api/community/favoritecommunities/
ProximaCoreEngine.CommunityApi communityIssueCreate POST /api/community/issue/
ProximaCoreEngine.CommunityApi communityIssuePartialUpdate PATCH /api/community/issue/
ProximaCoreEngine.CommunityApi communityIssueRetrieve GET /api/community/issue/
ProximaCoreEngine.CommunityApi communityIssueUpdate PUT /api/community/issue/
ProximaCoreEngine.CommunityApi communityJoincommunityCreate POST /api/community/joincommunity/
ProximaCoreEngine.CommunityApi communityJoinedmembersRetrieve GET /api/community/joinedmembers/
ProximaCoreEngine.CommunityApi communityLeavecommunityCreate POST /api/community/leavecommunity/
ProximaCoreEngine.CommunityApi communityLikeordislikecommentCreate POST /api/community/likeordislikecomment/
ProximaCoreEngine.CommunityApi communityThreadCreate POST /api/community/thread/
ProximaCoreEngine.CommunityApi communityThreadRetrieve GET /api/community/thread/
ProximaCoreEngine.PaymentsApi paymentsFreetrialCreate POST /api/payments/freetrial/
ProximaCoreEngine.PaymentsApi paymentsGetpaymentsRetrieve GET /api/payments/getpayments/
ProximaCoreEngine.PaymentsApi paymentsSubscriptionRetrieve GET /api/payments/subscription/
ProximaCoreEngine.PaymentsApi paymentsTiersList GET /api/payments/tiers/
ProximaCoreEngine.PaymentsApi paymentsUpdateSubscriptionCreate POST /api/payments/update_subscription/{id}/
ProximaCoreEngine.ReportsApi reportsChatresportsRetrieve GET /api/reports/chatresports/
ProximaCoreEngine.ReportsApi reportsIssuesreportsRetrieve GET /api/reports/issuesreports/
ProximaCoreEngine.ReportsApi reportsMessagereportsRetrieve GET /api/reports/messagereports/
ProximaCoreEngine.ReportsApi reportsSurverreportsRetrieve GET /api/reports/surverreports/
ProximaCoreEngine.ReportsApi reportsSurverresponserateRetrieve GET /api/reports/surverresponserate/
ProximaCoreEngine.ReportsApi reportsThreadreportsRetrieve GET /api/reports/threadreports/
ProximaCoreEngine.SchemaApi schemaRetrieve GET /api/schema/
ProximaCoreEngine.ServicesApi servicesServiceformsCreate POST /api/services/serviceforms/
ProximaCoreEngine.ServicesApi servicesServiceformsDestroy DELETE /api/services/serviceforms/
ProximaCoreEngine.ServicesApi servicesServiceformsPartialUpdate PATCH /api/services/serviceforms/
ProximaCoreEngine.ServicesApi servicesServiceformsRetrieve GET /api/services/serviceforms/
ProximaCoreEngine.ServicesApi servicesServiceformsresponseCreate POST /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApi servicesServiceformsresponseDestroy DELETE /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApi servicesServiceformsresponsePartialUpdate PATCH /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApi servicesServiceformsresponseRetrieve GET /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApi servicesServiceresquestCreate POST /api/services/serviceresquest/
ProximaCoreEngine.ServicesApi servicesServiceresquestDestroy DELETE /api/services/serviceresquest/
ProximaCoreEngine.ServicesApi servicesServiceresquestPartialUpdate PATCH /api/services/serviceresquest/
ProximaCoreEngine.ServicesApi servicesServiceresquestRetrieve GET /api/services/serviceresquest/
ProximaCoreEngine.ServicesApi servicesServicesCreate POST /api/services/services/
ProximaCoreEngine.ServicesApi servicesServicesDestroy DELETE /api/services/services/
ProximaCoreEngine.ServicesApi servicesServicesPartialUpdate PATCH /api/services/services/
ProximaCoreEngine.ServicesApi servicesServicesRetrieve GET /api/services/services/
ProximaCoreEngine.ServicesApi servicesServicetypeCreate POST /api/services/servicetype/
ProximaCoreEngine.ServicesApi servicesServicetypeDestroy DELETE /api/services/servicetype/
ProximaCoreEngine.ServicesApi servicesServicetypeRetrieve GET /api/services/servicetype/
ProximaCoreEngine.SurveyApi surveyEndsurveyCreate POST /api/survey/endsurvey/
ProximaCoreEngine.SurveyApi surveyPromptsurveyCreate POST /api/survey/promptsurvey/
ProximaCoreEngine.SurveyApi surveyPromptsurveyRetrieve GET /api/survey/promptsurvey/
ProximaCoreEngine.SurveyApi surveyQuestioninducedCreate POST /api/survey/questioninduced/
ProximaCoreEngine.SurveyApi surveyQuestioninducedRetrieve GET /api/survey/questioninduced/
ProximaCoreEngine.SurveyApi surveyResponseCreate POST /api/survey/response/
ProximaCoreEngine.SurveyApi surveyResponseRetrieve GET /api/survey/response/
ProximaCoreEngine.SurveyApi surveySurveyCreate POST /api/survey/survey/
ProximaCoreEngine.SurveyApi surveySurveyRetrieve GET /api/survey/survey/
ProximaCoreEngine.SurveyApi surveySurveyreportviewCreate POST /api/survey/surveyreportview/
ProximaCoreEngine.SurveyApi surveySurveyreportviewRetrieve GET /api/survey/surveyreportview/
ProximaCoreEngine.SurveyApi surveySurveysubgroupCreate POST /api/survey/surveysubgroup/
ProximaCoreEngine.SurveyApi surveySurveysubgroupRetrieve GET /api/survey/surveysubgroup/
ProximaCoreEngine.TenantmanagementApi tenantmanagementAddressCreate POST /api/tenantmanagement/address/
ProximaCoreEngine.TenantmanagementApi tenantmanagementAddressRetrieve GET /api/tenantmanagement/address/
ProximaCoreEngine.TenantmanagementApi tenantmanagementMetadataCreate POST /api/tenantmanagement/metadata/
ProximaCoreEngine.TenantmanagementApi tenantmanagementMetadataDestroy DELETE /api/tenantmanagement/metadata/
ProximaCoreEngine.TenantmanagementApi tenantmanagementMetadataRetrieve GET /api/tenantmanagement/metadata/
ProximaCoreEngine.TenantmanagementApi tenantmanagementProductCreate POST /api/tenantmanagement/product/
ProximaCoreEngine.TenantmanagementApi tenantmanagementProductDestroy DELETE /api/tenantmanagement/product/
ProximaCoreEngine.TenantmanagementApi tenantmanagementProductRetrieve GET /api/tenantmanagement/product/
ProximaCoreEngine.TenantmanagementApi tenantmanagementTenantCreate POST /api/tenantmanagement/tenant/
ProximaCoreEngine.TenantmanagementApi tenantmanagementTenantDestroy DELETE /api/tenantmanagement/tenant/
ProximaCoreEngine.TenantmanagementApi tenantmanagementTenantRetrieve GET /api/tenantmanagement/tenant/
ProximaCoreEngine.TenantmanagementApi tenantmanagementTenantdetailsRetrieve GET /api/tenantmanagement/tenantdetails/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualAssistantsCreate POST /api/tenantmanagement/virtual-assistants/{id}/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualAssistantsRetrieve GET /api/tenantmanagement/virtual-assistants/{id}/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualAssistantsUpdate PUT /api/tenantmanagement/virtual-assistants/{id}/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualassistantCreate POST /api/tenantmanagement/virtualassistant/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualassistantRetrieve GET /api/tenantmanagement/virtualassistant/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualassistantUpdate PUT /api/tenantmanagement/virtualassistant/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualassitantdocsCreate POST /api/tenantmanagement/virtualassitantdocs/
ProximaCoreEngine.TenantmanagementApi tenantmanagementVirtualassitantdocsRetrieve GET /api/tenantmanagement/virtualassitantdocs/
ProximaCoreEngine.UserprofilesApi userprofilesAdminPartialUpdate PATCH /api/userprofiles/admin/
ProximaCoreEngine.UserprofilesApi userprofilesAdminRetrieve GET /api/userprofiles/admin/
ProximaCoreEngine.UserprofilesApi userprofilesAdminUpdate PUT /api/userprofiles/admin/
ProximaCoreEngine.UserprofilesApi userprofilesAdminprofilesRetrieve GET /api/userprofiles/adminprofiles/{admin_id}/
ProximaCoreEngine.UserprofilesApi userprofilesClientPartialUpdate PATCH /api/userprofiles/client/
ProximaCoreEngine.UserprofilesApi userprofilesClientRetrieve GET /api/userprofiles/client/
ProximaCoreEngine.UserprofilesApi userprofilesClientUpdate PUT /api/userprofiles/client/
ProximaCoreEngine.UserprofilesApi userprofilesClientprofilesRetrieve GET /api/userprofiles/clientprofiles/{client_id}/
ProximaCoreEngine.UserprofilesApi userprofilesEmployeePartialUpdate PATCH /api/userprofiles/employee/
ProximaCoreEngine.UserprofilesApi userprofilesEmployeeRetrieve GET /api/userprofiles/employee/
ProximaCoreEngine.UserprofilesApi userprofilesEmployeeUpdate PUT /api/userprofiles/employee/
ProximaCoreEngine.UserprofilesApi userprofilesEmployeeprofilesRetrieve GET /api/userprofiles/employeeprofiles/{employee_id}/
ProximaCoreEngine.UsersApi usersAdminRetrieve GET /api/users/admin/
ProximaCoreEngine.UsersApi usersEmployeesRetrieve GET /api/users/employees/

Documentation for Models

Documentation for Authorization

Endpoints do not require authorization.