2.0.2 • Published 5 months ago

proxima_core_engine v2.0.2

Weekly downloads
-
License
Unlicense
Repository
-
Last release
5 months ago

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

ClassMethodHTTP requestDescription
ProximaCoreEngine.AnalyticsApianalyticsAnnualGrothRateRetrieveGET /api/analytics/annual_groth_rate/
ProximaCoreEngine.AnalyticsApianalyticsAveragecommentsRetrieveGET /api/analytics/averagecomments/
ProximaCoreEngine.AnalyticsApianalyticsAveragedistributionRetrieveGET /api/analytics/averagedistribution/
ProximaCoreEngine.AnalyticsApianalyticsAverageresponsetimeRetrieveGET /api/analytics/averageresponsetime/
ProximaCoreEngine.AnalyticsApianalyticsAveragesurveyrunperiodRetrieveGET /api/analytics/averagesurveyrunperiod/
ProximaCoreEngine.AnalyticsApianalyticsAveragevoicemessageperchatRetrieveGET /api/analytics/averagevoicemessageperchat/
ProximaCoreEngine.AnalyticsApianalyticsClientcitydistributionRetrieveGET /api/analytics/clientcitydistribution/
ProximaCoreEngine.AnalyticsApianalyticsClientdailysatisfactionRetrieveGET /api/analytics/clientdailysatisfaction/
ProximaCoreEngine.AnalyticsApianalyticsClientsatisfactionRetrieveGET /api/analytics/clientsatisfaction/
ProximaCoreEngine.AnalyticsApianalyticsClientsaverageageRetrieveGET /api/analytics/clientsaverageage/
ProximaCoreEngine.AnalyticsApianalyticsClientweeklysatisfactionRetrieveGET /api/analytics/clientweeklysatisfaction/
ProximaCoreEngine.AnalyticsApianalyticsCommentsuserrelationRetrieveGET /api/analytics/commentsuserrelation/
ProximaCoreEngine.AnalyticsApianalyticsCommunicationchannelsRetrieveGET /api/analytics/communicationchannels/
ProximaCoreEngine.AnalyticsApianalyticsCommunitygrowthrateRetrieveGET /api/analytics/communitygrowthrate/
ProximaCoreEngine.AnalyticsApianalyticsCommunitymembersRetrieveGET /api/analytics/communitymembers/
ProximaCoreEngine.AnalyticsApianalyticsCommunityratingRetrieveGET /api/analytics/communityrating/
ProximaCoreEngine.AnalyticsApianalyticsCountchatsRetrieveGET /api/analytics/countchats/
ProximaCoreEngine.AnalyticsApianalyticsCountescalatedchatsRetrieveGET /api/analytics/countescalatedchats/
ProximaCoreEngine.AnalyticsApianalyticsCounthourlychatsRetrieveGET /api/analytics/counthourlychats/
ProximaCoreEngine.AnalyticsApianalyticsCountrydistributionRetrieveGET /api/analytics/countrydistribution/
ProximaCoreEngine.AnalyticsApianalyticsCumulativecommentsRetrieveGET /api/analytics/cumulativecomments/
ProximaCoreEngine.AnalyticsApianalyticsCumulativehourlychatsRetrieveGET /api/analytics/cumulativehourlychats/
ProximaCoreEngine.AnalyticsApianalyticsCumulativeissuesRetrieveGET /api/analytics/cumulativeissues/
ProximaCoreEngine.AnalyticsApianalyticsCumulativevoicemessageRetrieveGET /api/analytics/cumulativevoicemessage/
ProximaCoreEngine.AnalyticsApianalyticsDailyaverageresponserateRetrieveGET /api/analytics/dailyaverageresponserate/
ProximaCoreEngine.AnalyticsApianalyticsDailychatcountRetrieveGET /api/analytics/dailychatcount/
ProximaCoreEngine.AnalyticsApianalyticsDailyescalatedchatsRetrieveGET /api/analytics/dailyescalatedchats/
ProximaCoreEngine.AnalyticsApianalyticsEngagementfrequencyRetrieveGET /api/analytics/engagementfrequency/
ProximaCoreEngine.AnalyticsApianalyticsGenderdistributionRetrieveGET /api/analytics/genderdistribution/
ProximaCoreEngine.AnalyticsApianalyticsGeolocationRetrieveGET /api/analytics/geolocation/
ProximaCoreEngine.AnalyticsApianalyticsHourlyaverageresponsetimeRetrieveGET /api/analytics/hourlyaverageresponsetime/
ProximaCoreEngine.AnalyticsApianalyticsHourlyclientsatisfactionRetrieveGET /api/analytics/hourlyclientsatisfaction/
ProximaCoreEngine.AnalyticsApianalyticsHourlycountescalatedchatsRetrieveGET /api/analytics/hourlycountescalatedchats/
ProximaCoreEngine.AnalyticsApianalyticsIssueuserrelationRetrieveGET /api/analytics/issueuserrelation/
ProximaCoreEngine.AnalyticsApianalyticsLeasttopicsRetrieveGET /api/analytics/leasttopics/
ProximaCoreEngine.AnalyticsApianalyticsPopulartopicsRetrieveGET /api/analytics/populartopics/
ProximaCoreEngine.AnalyticsApianalyticsStatedistributionRetrieveGET /api/analytics/statedistribution/
ProximaCoreEngine.AnalyticsApianalyticsSurveyaveragetargetaudienceRetrieveGET /api/analytics/surveyaveragetargetaudience/
ProximaCoreEngine.AnalyticsApianalyticsSurveyratingsRetrieveGET /api/analytics/surveyratings/
ProximaCoreEngine.AnalyticsApianalyticsSurveyresponserateRetrieveGET /api/analytics/surveyresponserate/
ProximaCoreEngine.AnalyticsApianalyticsTotalsurveysRetrieveGET /api/analytics/totalsurveys/
ProximaCoreEngine.AnalyticsApianalyticsUniquecommentsRetrieveGET /api/analytics/uniquecomments/
ProximaCoreEngine.AnalyticsApianalyticsUsersegmentationRetrieveGET /api/analytics/usersegmentation/
ProximaCoreEngine.AnalyticsApianalyticsVoiveMessagesLastWeekRetrieveGET /api/analytics/voive_messages_last_week/
ProximaCoreEngine.AnalyticsApianalyticsVoiveMessagesLastdayRetrieveGET /api/analytics/voive_messages_lastday/
ProximaCoreEngine.AnalyticsApianalyticsVoiveMessagesLasthourRetrieveGET /api/analytics/voive_messages_lasthour/
ProximaCoreEngine.AnalyticsApianalyticsWeeklyaverageresponserateRetrieveGET /api/analytics/weeklyaverageresponserate/
ProximaCoreEngine.AnalyticsApianalyticsWeeklychatcountRetrieveGET /api/analytics/weeklychatcount/
ProximaCoreEngine.AnalyticsApianalyticsWeeklyescalatedchatsRetrieveGET /api/analytics/weeklyescalatedchats/
ProximaCoreEngine.AuthApiauthAdminCreatePOST /api/auth/admin/
ProximaCoreEngine.AuthApiauthAdminverificationconfirmationRetrieveGET /api/auth/adminverificationconfirmation/{uidb64}/
ProximaCoreEngine.AuthApiauthAdminverificationrequestCreatePOST /api/auth/adminverificationrequest/
ProximaCoreEngine.AuthApiauthAnonymoususerCreatePOST /api/auth/anonymoususer/
ProximaCoreEngine.AuthApiauthAnonymoususerDestroyDELETE /api/auth/anonymoususer/
ProximaCoreEngine.AuthApiauthAnonymoususerRetrieveGET /api/auth/anonymoususer/
ProximaCoreEngine.AuthApiauthClientCreatePOST /api/auth/client/
ProximaCoreEngine.AuthApiauthClientverificationconfirmationRetrieveGET /api/auth/clientverificationconfirmation/{uidb64}/
ProximaCoreEngine.AuthApiauthClientverificationrequestCreatePOST /api/auth/clientverificationrequest/
ProximaCoreEngine.AuthApiauthEmployeeCreatePOST /api/auth/employee/
ProximaCoreEngine.AuthApiauthEmployeeverificationconfirmationRetrieveGET /api/auth/employeeverificationconfirmation/{uidb64}/
ProximaCoreEngine.AuthApiauthEmployeeverificationrequestCreatePOST /api/auth/employeeverificationrequest/
ProximaCoreEngine.AuthApiauthInviteusersCreatePOST /api/auth/inviteusers/
ProximaCoreEngine.AuthApiauthPasswordResetCompletePartialUpdatePATCH /api/auth/password-reset-complete/
ProximaCoreEngine.AuthApiauthPasswordResetRetrieveGET /api/auth/password-reset/{uidb64}/{token}/
ProximaCoreEngine.AuthApiauthRequestlogintokenCreatePOST /api/auth/requestlogintoken/
ProximaCoreEngine.AuthApiauthRequestpasswordtokenCreatePOST /api/auth/requestpasswordtoken/
ProximaCoreEngine.AuthApiauthRequestresetpassowrdCreatePOST /api/auth/requestresetpassowrd/
ProximaCoreEngine.AuthApiauthSigninCreatePOST /api/auth/signin/
ProximaCoreEngine.AuthApiauthTokenloginCreatePOST /api/auth/tokenlogin/
ProximaCoreEngine.AuthApiauthTokenpasswordchangePartialUpdatePATCH /api/auth/tokenpasswordchange/
ProximaCoreEngine.AuthApiauthTokensigninPartialUpdatePATCH /api/auth/tokensignin/
ProximaCoreEngine.AuthApiauthTokensigninconfirmationCreatePOST /api/auth/tokensigninconfirmation/{uidb64}/
ProximaCoreEngine.AuthApiauthTokensigninrequestRetrieveGET /api/auth/tokensigninrequest/
ProximaCoreEngine.AuthApiauthTokenverificationCreatePOST /api/auth/tokenverification/
ProximaCoreEngine.AuthApiauthVerifyinvitedusersPartialUpdatePATCH /api/auth/verifyinvitedusers/
ProximaCoreEngine.ChatApichatCategoryCreatePOST /api/chat/category/
ProximaCoreEngine.ChatApichatCategoryRetrieveGET /api/chat/category/
ProximaCoreEngine.ChatApichatCategoryUpdatePUT /api/chat/category/
ProximaCoreEngine.ChatApichatChatCreatePOST /api/chat/chat/
ProximaCoreEngine.ChatApichatChatDestroyDELETE /api/chat/chat/
ProximaCoreEngine.ChatApichatChatPartialUpdatePATCH /api/chat/chat/
ProximaCoreEngine.ChatApichatChatRetrieveGET /api/chat/chat/
ProximaCoreEngine.ChatApichatEscalatedChatsRetrieveGET /api/chat/escalated_chats/
ProximaCoreEngine.ChatApichatMessageCreatePOST /api/chat/message/
ProximaCoreEngine.ChatApichatMessageDestroyDELETE /api/chat/message/
ProximaCoreEngine.ChatApichatMessagePartialUpdatePATCH /api/chat/message/
ProximaCoreEngine.ChatApichatMessageRetrieveGET /api/chat/message/
ProximaCoreEngine.ChatApichatTopicsCreatePOST /api/chat/topics/
ProximaCoreEngine.ChatApichatTopicsRetrieveGET /api/chat/topics/
ProximaCoreEngine.ChatApichatTopicsUpdatePUT /api/chat/topics/
ProximaCoreEngine.CommunityApicommunityClientleftcommunityRetrieveGET /api/community/clientleftcommunity/
ProximaCoreEngine.CommunityApicommunityCommentCreatePOST /api/community/comment/
ProximaCoreEngine.CommunityApicommunityCommentDestroyDELETE /api/community/comment/
ProximaCoreEngine.CommunityApicommunityCommentRetrieveGET /api/community/comment/
ProximaCoreEngine.CommunityApicommunityCommunityRetrieveGET /api/community/community/
ProximaCoreEngine.CommunityApicommunityCommunityfeedRetrieveGET /api/community/communityfeed/
ProximaCoreEngine.CommunityApicommunityCommunitymembersRetrieveGET /api/community/communitymembers/
ProximaCoreEngine.CommunityApicommunityCommunitytagsCreatePOST /api/community/communitytags/
ProximaCoreEngine.CommunityApicommunityCommunitytagsRetrieveGET /api/community/communitytags/
ProximaCoreEngine.CommunityApicommunityFavoritecommunitiesCreatePOST /api/community/favoritecommunities/
ProximaCoreEngine.CommunityApicommunityFavoritecommunitiesRetrieveGET /api/community/favoritecommunities/
ProximaCoreEngine.CommunityApicommunityIssueCreatePOST /api/community/issue/
ProximaCoreEngine.CommunityApicommunityIssuePartialUpdatePATCH /api/community/issue/
ProximaCoreEngine.CommunityApicommunityIssueRetrieveGET /api/community/issue/
ProximaCoreEngine.CommunityApicommunityIssueUpdatePUT /api/community/issue/
ProximaCoreEngine.CommunityApicommunityJoincommunityCreatePOST /api/community/joincommunity/
ProximaCoreEngine.CommunityApicommunityJoinedmembersRetrieveGET /api/community/joinedmembers/
ProximaCoreEngine.CommunityApicommunityLeavecommunityCreatePOST /api/community/leavecommunity/
ProximaCoreEngine.CommunityApicommunityLikeordislikecommentCreatePOST /api/community/likeordislikecomment/
ProximaCoreEngine.CommunityApicommunityThreadCreatePOST /api/community/thread/
ProximaCoreEngine.CommunityApicommunityThreadRetrieveGET /api/community/thread/
ProximaCoreEngine.PaymentsApipaymentsFreetrialCreatePOST /api/payments/freetrial/
ProximaCoreEngine.PaymentsApipaymentsGetpaymentsRetrieveGET /api/payments/getpayments/
ProximaCoreEngine.PaymentsApipaymentsSubscriptionRetrieveGET /api/payments/subscription/
ProximaCoreEngine.PaymentsApipaymentsTiersListGET /api/payments/tiers/
ProximaCoreEngine.PaymentsApipaymentsUpdateSubscriptionCreatePOST /api/payments/update_subscription/{id}/
ProximaCoreEngine.ReportsApireportsChatresportsRetrieveGET /api/reports/chatresports/
ProximaCoreEngine.ReportsApireportsIssuesreportsRetrieveGET /api/reports/issuesreports/
ProximaCoreEngine.ReportsApireportsMessagereportsRetrieveGET /api/reports/messagereports/
ProximaCoreEngine.ReportsApireportsSurverreportsRetrieveGET /api/reports/surverreports/
ProximaCoreEngine.ReportsApireportsSurverresponserateRetrieveGET /api/reports/surverresponserate/
ProximaCoreEngine.ReportsApireportsThreadreportsRetrieveGET /api/reports/threadreports/
ProximaCoreEngine.SchemaApischemaRetrieveGET /api/schema/
ProximaCoreEngine.ServicesApiservicesServiceformsCreatePOST /api/services/serviceforms/
ProximaCoreEngine.ServicesApiservicesServiceformsDestroyDELETE /api/services/serviceforms/
ProximaCoreEngine.ServicesApiservicesServiceformsPartialUpdatePATCH /api/services/serviceforms/
ProximaCoreEngine.ServicesApiservicesServiceformsRetrieveGET /api/services/serviceforms/
ProximaCoreEngine.ServicesApiservicesServiceformsresponseCreatePOST /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApiservicesServiceformsresponseDestroyDELETE /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApiservicesServiceformsresponsePartialUpdatePATCH /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApiservicesServiceformsresponseRetrieveGET /api/services/serviceformsresponse/
ProximaCoreEngine.ServicesApiservicesServiceresquestCreatePOST /api/services/serviceresquest/
ProximaCoreEngine.ServicesApiservicesServiceresquestDestroyDELETE /api/services/serviceresquest/
ProximaCoreEngine.ServicesApiservicesServiceresquestPartialUpdatePATCH /api/services/serviceresquest/
ProximaCoreEngine.ServicesApiservicesServiceresquestRetrieveGET /api/services/serviceresquest/
ProximaCoreEngine.ServicesApiservicesServicesCreatePOST /api/services/services/
ProximaCoreEngine.ServicesApiservicesServicesDestroyDELETE /api/services/services/
ProximaCoreEngine.ServicesApiservicesServicesPartialUpdatePATCH /api/services/services/
ProximaCoreEngine.ServicesApiservicesServicesRetrieveGET /api/services/services/
ProximaCoreEngine.ServicesApiservicesServicetypeCreatePOST /api/services/servicetype/
ProximaCoreEngine.ServicesApiservicesServicetypeDestroyDELETE /api/services/servicetype/
ProximaCoreEngine.ServicesApiservicesServicetypeRetrieveGET /api/services/servicetype/
ProximaCoreEngine.SurveyApisurveyEndsurveyCreatePOST /api/survey/endsurvey/
ProximaCoreEngine.SurveyApisurveyPromptsurveyCreatePOST /api/survey/promptsurvey/
ProximaCoreEngine.SurveyApisurveyPromptsurveyRetrieveGET /api/survey/promptsurvey/
ProximaCoreEngine.SurveyApisurveyQuestioninducedCreatePOST /api/survey/questioninduced/
ProximaCoreEngine.SurveyApisurveyQuestioninducedRetrieveGET /api/survey/questioninduced/
ProximaCoreEngine.SurveyApisurveyResponseCreatePOST /api/survey/response/
ProximaCoreEngine.SurveyApisurveyResponseRetrieveGET /api/survey/response/
ProximaCoreEngine.SurveyApisurveySurveyCreatePOST /api/survey/survey/
ProximaCoreEngine.SurveyApisurveySurveyRetrieveGET /api/survey/survey/
ProximaCoreEngine.SurveyApisurveySurveyreportviewCreatePOST /api/survey/surveyreportview/
ProximaCoreEngine.SurveyApisurveySurveyreportviewRetrieveGET /api/survey/surveyreportview/
ProximaCoreEngine.SurveyApisurveySurveysubgroupCreatePOST /api/survey/surveysubgroup/
ProximaCoreEngine.SurveyApisurveySurveysubgroupRetrieveGET /api/survey/surveysubgroup/
ProximaCoreEngine.TenantmanagementApitenantmanagementAddressCreatePOST /api/tenantmanagement/address/
ProximaCoreEngine.TenantmanagementApitenantmanagementAddressRetrieveGET /api/tenantmanagement/address/
ProximaCoreEngine.TenantmanagementApitenantmanagementMetadataCreatePOST /api/tenantmanagement/metadata/
ProximaCoreEngine.TenantmanagementApitenantmanagementMetadataDestroyDELETE /api/tenantmanagement/metadata/
ProximaCoreEngine.TenantmanagementApitenantmanagementMetadataRetrieveGET /api/tenantmanagement/metadata/
ProximaCoreEngine.TenantmanagementApitenantmanagementProductCreatePOST /api/tenantmanagement/product/
ProximaCoreEngine.TenantmanagementApitenantmanagementProductDestroyDELETE /api/tenantmanagement/product/
ProximaCoreEngine.TenantmanagementApitenantmanagementProductRetrieveGET /api/tenantmanagement/product/
ProximaCoreEngine.TenantmanagementApitenantmanagementTenantCreatePOST /api/tenantmanagement/tenant/
ProximaCoreEngine.TenantmanagementApitenantmanagementTenantDestroyDELETE /api/tenantmanagement/tenant/
ProximaCoreEngine.TenantmanagementApitenantmanagementTenantRetrieveGET /api/tenantmanagement/tenant/
ProximaCoreEngine.TenantmanagementApitenantmanagementTenantdetailsRetrieveGET /api/tenantmanagement/tenantdetails/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualAssistantsCreatePOST /api/tenantmanagement/virtual-assistants/{id}/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualAssistantsRetrieveGET /api/tenantmanagement/virtual-assistants/{id}/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualAssistantsUpdatePUT /api/tenantmanagement/virtual-assistants/{id}/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualassistantCreatePOST /api/tenantmanagement/virtualassistant/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualassistantRetrieveGET /api/tenantmanagement/virtualassistant/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualassistantUpdatePUT /api/tenantmanagement/virtualassistant/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualassitantdocsCreatePOST /api/tenantmanagement/virtualassitantdocs/
ProximaCoreEngine.TenantmanagementApitenantmanagementVirtualassitantdocsRetrieveGET /api/tenantmanagement/virtualassitantdocs/
ProximaCoreEngine.UserprofilesApiuserprofilesAdminPartialUpdatePATCH /api/userprofiles/admin/
ProximaCoreEngine.UserprofilesApiuserprofilesAdminRetrieveGET /api/userprofiles/admin/
ProximaCoreEngine.UserprofilesApiuserprofilesAdminUpdatePUT /api/userprofiles/admin/
ProximaCoreEngine.UserprofilesApiuserprofilesAdminprofilesRetrieveGET /api/userprofiles/adminprofiles/{admin_id}/
ProximaCoreEngine.UserprofilesApiuserprofilesClientPartialUpdatePATCH /api/userprofiles/client/
ProximaCoreEngine.UserprofilesApiuserprofilesClientRetrieveGET /api/userprofiles/client/
ProximaCoreEngine.UserprofilesApiuserprofilesClientUpdatePUT /api/userprofiles/client/
ProximaCoreEngine.UserprofilesApiuserprofilesClientprofilesRetrieveGET /api/userprofiles/clientprofiles/{client_id}/
ProximaCoreEngine.UserprofilesApiuserprofilesEmployeePartialUpdatePATCH /api/userprofiles/employee/
ProximaCoreEngine.UserprofilesApiuserprofilesEmployeeRetrieveGET /api/userprofiles/employee/
ProximaCoreEngine.UserprofilesApiuserprofilesEmployeeUpdatePUT /api/userprofiles/employee/
ProximaCoreEngine.UserprofilesApiuserprofilesEmployeeprofilesRetrieveGET /api/userprofiles/employeeprofiles/{employee_id}/
ProximaCoreEngine.UsersApiusersAdminRetrieveGET /api/users/admin/
ProximaCoreEngine.UsersApiusersEmployeesRetrieveGET /api/users/employees/

Documentation for Models

Documentation for Authorization

Endpoints do not require authorization.

2.0.2

5 months ago

2.0.1

5 months ago