2.1.521 • Published 6 days ago

phonespeakv2_api v2.1.521

Weekly downloads
1,275
License
Proprietary
Repository
-
Last release
6 days ago

phonespeakv2_api

ps.module - JavaScript client for phonespeakv2_api API Service for Internal use only This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 2.1.0
  • Build package: io.swagger.codegen.v3.generators.javascript.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 phonespeakv2_api --save

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 ps.module = require('phonespeakv2_api');
var defaultClient = ps.module.ApiClient.instance;

// Configure OAuth2 access token for authorization: oauth2
var oauth2 = defaultClient.authentications['oauth2'];
oauth2.accessToken = "YOUR ACCESS TOKEN"

var api = new ps.module.BalanceApi()
var version = "version_example"; // {String} 
var opts = { 
  'tenantId': "tenantId_example", // {String} 
  'startDate': new Date("2013-10-20T19:20:30+01:00"), // {Date} 
  'endDate': new Date("2013-10-20T19:20:30+01:00"), // {Date} 
  'transactionType': new ps.module.PhoneSpeakEntitiesEnumsTransactionType(), // {PhoneSpeakEntitiesEnumsTransactionType} 
  'status': true, // {Boolean} 
  'sortBy': "sortBy_example", // {String} 
  'direction': new ps.module.PhoneSpeakEntitiesEnumsListDirection(), // {PhoneSpeakEntitiesEnumsListDirection} 
  'search': "search_example", // {String} 
  'limit': 56, // {Number} 
  'pageNum': 56 // {Number} 
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
api.apiVersionBalanceGet(version, opts, callback);

Documentation for API Endpoints

All URIs are relative to /

ClassMethodHTTP requestDescription
ps.module.BalanceApiapiVersionBalanceGetGET /api/{version}/balanceList all balance transaction
ps.module.BalanceApiapiVersionBalancePutPUT /api/{version}/balanceUpdate Top up call credit
ps.module.BalanceApiapiVersionBalanceTenantIdPutPUT /api/{version}/balance/{tenantId}Customer's credit adjustment
ps.module.BlacklistNumberApiapiVersionBlacklistnumberInboundGetGET /api/{version}/blacklistnumber/inboundInbound List blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberInboundIdDeleteDELETE /api/{version}/blacklistnumber/inbound/{id}Inbound Delete blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberInboundIdPutPUT /api/{version}/blacklistnumber/inbound/{id}Inbound Update blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberInboundPostPOST /api/{version}/blacklistnumber/inboundInbound Create blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberOutboundGetGET /api/{version}/blacklistnumber/outboundOutbound List blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberOutboundIdDeleteDELETE /api/{version}/blacklistnumber/outbound/{id}Outbound Delete blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberOutboundIdPutPUT /api/{version}/blacklistnumber/outbound/{id}Outbound Update blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberOutboundPostPOST /api/{version}/blacklistnumber/outboundOutbound Create blacklist number
ps.module.BlacklistNumberApiapiVersionBlacklistnumberOutboundSyncPostPOST /api/{version}/blacklistnumber/outbound/syncOutbound Sync blacklist number
ps.module.BrandApiapiVersionBrandExternalvettingIdPutPUT /api/{version}/brand/externalvetting/{id}Request brand vetting
ps.module.BrandApiapiVersionBrandGetGET /api/{version}/brandList brand
ps.module.BrandApiapiVersionBrandIdDeleteDELETE /api/{version}/brand/{id}Delete brand
ps.module.BrandApiapiVersionBrandIdGetGET /api/{version}/brand/{id}Get brand
ps.module.BrandApiapiVersionBrandIdPutPUT /api/{version}/brand/{id}Update brand
ps.module.BrandApiapiVersionBrandIdRevetPutPUT /api/{version}/brand/{id}/revetRevet Brand
ps.module.BrandApiapiVersionBrandPostPOST /api/{version}/brandCreate brand
ps.module.BrandApiapiVersionBrandSyncGetGET /api/{version}/brand/syncBrand Sync From User (Required Identity Login)
ps.module.BrandApiapiVersionBrandSyncdataGetGET /api/{version}/brand/syncdataBrand Sync Data From CloudFlare Require Key Access
ps.module.CallRecordingApiapiVersionTeammateTeammateIdCallrecordingGetGET /api/{version}/teammate/{teammateId}/callrecordingList Call Recording
ps.module.CallRecordingApiapiVersionTeammateTeammateIdCallrecordingIdDeleteDELETE /api/{version}/teammate/{teammateId}/callrecording/{id}Delete Call Recording
ps.module.CallRecordingApiapiVersionTeammateTeammateIdCallrecordingIdGetGET /api/{version}/teammate/{teammateId}/callrecording/{id}Get Call Recording
ps.module.CallRecordingApiapiVersionTeammateTeammateIdCallrecordingPostPOST /api/{version}/teammate/{teammateId}/callrecordingCreate Call Recording
ps.module.CallRecordingApiapiVersionTenantTenantIdCallrecordingDeleteDELETE /api/{version}/tenant/{tenantId}/callrecordingTenant Call Recording Delete
ps.module.CallRecordingApiapiVersionTenantTenantIdCallrecordingEnabledEnablePutPUT /api/{version}/tenant/{tenantId}/callrecording/enabled/{enable}Tenant Call Recording Enable
ps.module.CallRecordingApiapiVersionTenantTenantIdCallrecordingGetGET /api/{version}/tenant/{tenantId}/callrecordingTenant Call Recording List
ps.module.CallRecordingApiapiVersionTenantTenantIdCallrecordingIdDeleteDELETE /api/{version}/tenant/{tenantId}/callrecording/{id}Tenant Call Recording Delete
ps.module.CallRecordingAnonymousApiapiVersionTenantTenantIdCallrecordingDirectionUploadIdPutPUT /api/{version}/tenant/{tenantId}/callrecording/{direction}/upload/{id}
ps.module.CallRestrictionApiapiVersionTenantTenantIdCallrestrictionGetGET /api/{version}/tenant/{tenantId}/callrestrictionTenant Get Tenant Call Restriction
ps.module.CallRestrictionApiapiVersionTenantTenantIdCallrestrictionPutPUT /api/{version}/tenant/{tenantId}/callrestrictionTenant Update Tenant Call Restriction
ps.module.CallerIdApiapiVersionTeammateTeammateIdCalleridGetGET /api/{version}/teammate/{teammateId}/calleridTeammate List Caller Id
ps.module.CallerIdApiapiVersionTeammateTeammateIdCalleridIdPutPUT /api/{version}/teammate/{teammateId}/callerid/{id}Teammate Update Default Caller Id
ps.module.CampaignApiapiVersionCampaignGetGET /api/{version}/campaignList Campaign
ps.module.CampaignApiapiVersionCampaignIdDeactivatePutPUT /api/{version}/campaign/{id}/deactivateDeactivate Campaign
ps.module.CampaignApiapiVersionCampaignIdDeleteDELETE /api/{version}/campaign/{id}Delete Campaign
ps.module.CampaignApiapiVersionCampaignIdGetGET /api/{version}/campaign/{id}Get Campaign
ps.module.CampaignApiapiVersionCampaignIdPutPUT /api/{version}/campaign/{id}Update Campaign
ps.module.CampaignApiapiVersionCampaignIdRevetPutPUT /api/{version}/campaign/{id}/revetRevet Campaign
ps.module.CampaignApiapiVersionCampaignIdTnoptionsPostPOST /api/{version}/campaign/{id}/tnoptionsUpdate Campaign Asociated Number (can be add or remove)
ps.module.CampaignApiapiVersionCampaignPostPOST /api/{version}/campaignCreate Campaign
ps.module.CampaignApiapiVersionCampaignSyncGetGET /api/{version}/campaign/syncCampaign Sync From User (Required Identity Login)
ps.module.CampaignApiapiVersionCampaignSyncdataGetGET /api/{version}/campaign/syncdataCampaign Sync Data From CloudFlare Require Key Access
ps.module.CampaignApiapiVersionCampaignVettedGetGET /api/{version}/campaign/vettedList Campaign vetted only
ps.module.CdrApiapiVersionCdrCalleeDetailGetGET /api/{version}/cdr/callee/detailGet call cdr
ps.module.CdrApiapiVersionCdrCallidIdGetGET /api/{version}/cdr/callid/{id}Get call id info
ps.module.CdrApiapiVersionCdrGetGET /api/{version}/cdrList Cdr
ps.module.CdrApiapiVersionCdrLogGetGET /api/{version}/cdr/logList admin Cdr
ps.module.CdrApiapiVersionCdrOwnerIdAllDeleteDELETE /api/{version}/cdr/{ownerId}/allUpdate Cdr
ps.module.CdrApiapiVersionCdrPutPUT /api/{version}/cdrUpdate Cdr
ps.module.CdrApiapiVersionCsrCdrLogExportGetGET /api/{version}/csr/cdr/log/exportList csr Cdr
ps.module.CdrApiapiVersionCsrCdrLogGetGET /api/{version}/csr/cdr/logList csr Cdr
ps.module.CloudSoftPhoneApicloudsoftphoneContactGetGET /cloudsoftphone/contact
ps.module.CloudSoftPhoneApicloudsoftphoneMessageFetchPostPOST /cloudsoftphone/message/fetch
ps.module.CloudSoftPhoneApicloudsoftphoneMessagePostPOST /cloudsoftphone/message
ps.module.CloudSoftPhoneApicloudsoftphoneProvGetGET /cloudsoftphone/prov
ps.module.CloudSoftPhoneApicloudsoftphonePushtokenPostPOST /cloudsoftphone/pushtoken
ps.module.CompanyApiapiVersionCompanyGetGET /api/{version}/companyList all company
ps.module.CompanyApiapiVersionCompanyIdBusinesshourPutPUT /api/{version}/company/{id}/businesshourUpdate company business hour
ps.module.CompanyApiapiVersionCompanyIdCallhandlingPutPUT /api/{version}/company/{id}/callhandlingUpdate company call handling
ps.module.CompanyApiapiVersionCompanyIdDeleteDELETE /api/{version}/company/{id}Delete company
ps.module.CompanyApiapiVersionCompanyIdGetGET /api/{version}/company/{id}Retrieves a company
ps.module.CompanyApiapiVersionCompanyIdPutPUT /api/{version}/company/{id}Update a company
ps.module.CompanyApiapiVersionCompanyPostPOST /api/{version}/companyCreate a company
ps.module.ContactApiapiVersionContactGetGET /api/{version}/contactList all contact
ps.module.ContactApiapiVersionContactIdContactimagePutPUT /api/{version}/contact/{id}/contactimageUpdate existing contact image
ps.module.ContactApiapiVersionContactIdDeleteDELETE /api/{version}/contact/{id}Delete contact
ps.module.ContactApiapiVersionContactIdGetGET /api/{version}/contact/{id}Retrieves existing contact
ps.module.ContactApiapiVersionContactIdPutPUT /api/{version}/contact/{id}Update existing contact
ps.module.ContactApiapiVersionContactIdSettingPutPUT /api/{version}/contact/{id}/settingUpdate existing contact setting
ps.module.ContactApiapiVersionContactPostPOST /api/{version}/contactCreate contact
ps.module.ContactCompanyApiapiVersionContactCompanyGetGET /api/{version}/contact/companyList all company contact
ps.module.ContactCompanyApiapiVersionContactCompanyIdGetGET /api/{version}/contact/company/{id}Retrieves a company contact
ps.module.ContactTeammateApiapiVersionContactTeammateGetGET /api/{version}/contact/teammateList all Teammate contact
ps.module.ContactTeammateApiapiVersionContactTeammateIdGetGET /api/{version}/contact/teammate/{id}Retrieves a Teammate contact
ps.module.CouponApiapiVersionCouponGetGET /api/{version}/couponList of coupon to applied that can be applied to subscriptions or invoice
ps.module.CsrUserApiapiVersionCsrGetGET /api/{version}/csrRetrieve current login CSR User info
ps.module.CsrUserApiapiVersionCsrUserGetGET /api/{version}/csr/userRerpresentative Returns a list of active CSR User.
ps.module.CsrUserApiapiVersionCsrUserIdAccessPutPUT /api/{version}/csr/user/{id}/accessRerpresentative Update csr user site access
ps.module.CsrUserApiapiVersionCsrUserIdDeleteDELETE /api/{version}/csr/user/{id}Rerpresentative Delete existing Csr User
ps.module.CsrUserApiapiVersionCsrUserIdGetGET /api/{version}/csr/user/{id}Rerpresentative Retrieve existing CSR User account
ps.module.CsrUserApiapiVersionCsrUserIdProfileimagePutPUT /api/{version}/csr/user/{id}/profileimageRerpresentative Upload existing CSR User Profile Image
ps.module.CsrUserApiapiVersionCsrUserIdPutPUT /api/{version}/csr/user/{id}Rerpresentative Update existing Csr User
ps.module.CsrUserApiapiVersionCsrUserIdStatusStatusPutPUT /api/{version}/csr/user/{id}/status/{status}Rerpresentative Update existing CSR User Status
ps.module.CsrUserApiapiVersionCsrUserPostPOST /api/{version}/csr/userRerpresentative Create Csr User
ps.module.DeviceApiapiVersionTeammateTeammateIdDeviceDefaultGetGET /api/{version}/teammate/{teammateId}/device/defaultOnly for desktop and mobile Retrieve default device.
ps.module.DeviceApiapiVersionTeammateTeammateIdDeviceGetGET /api/{version}/teammate/{teammateId}/deviceReturns a list of active device.
ps.module.DeviceApiapiVersionTeammateTeammateIdDeviceIdDeleteDELETE /api/{version}/teammate/{teammateId}/device/{id}Team Delete Device
ps.module.DeviceApiapiVersionTeammateTeammateIdDeviceIdGetGET /api/{version}/teammate/{teammateId}/device/{id}Retrieve existing device.
ps.module.DeviceApiapiVersionTeammateTeammateIdDeviceIdPutPUT /api/{version}/teammate/{teammateId}/device/{id}Team Update existing device
ps.module.DeviceApiapiVersionTeammateTeammateIdDevicePostPOST /api/{version}/teammate/{teammateId}/deviceTeammates Add new device
ps.module.DeviceApiapiVersionTenantTenantIdDeviceGetGET /api/{version}/tenant/{tenantId}/deviceReturns a list of active device.
ps.module.DialPlanApiapiVersionSystemDialplanGetGET /api/{version}/system/dialplanRetrieves the details of an existing System Dial Plan.
ps.module.DialPlanApiapiVersionSystemDialplanPostPOST /api/{version}/system/dialplanCreate System Dial Plan
ps.module.DialPlanApiapiVersionSystemDialplanPutPUT /api/{version}/system/dialplanUpdates the specific System Dial Plan.
ps.module.InvoiceApiapiVersionInvoiceGetGET /api/{version}/invoiceRetrieve billing/payment history
ps.module.InvoiceApiapiVersionInvoicePutPUT /api/{version}/invoicePay invoice
ps.module.InvoiceApiapiVersionInvoiceRefundPostPOST /api/{version}/invoice/refundRefund Charges
ps.module.IvrApiapiVersionCompanyCompanyIdIvrActionGetGET /api/{version}/company/{companyId}/ivr/actionCompany Returns a list of active Menu action.
ps.module.IvrApiapiVersionCompanyCompanyIdIvrIdDeleteDELETE /api/{version}/company/{companyId}/ivr/{id}Company Delete Ivr Menu
ps.module.IvrApiapiVersionCompanyCompanyIdIvrIdPutPUT /api/{version}/company/{companyId}/ivr/{id}Company Update existing IVR menu
ps.module.IvrApiapiVersionCompanyCompanyIdIvrPostPOST /api/{version}/company/{companyId}/ivrCompany Create IVR menu
ps.module.IvrApiapiVersionTeamTeamIdIvrActionGetGET /api/{version}/team/{teamId}/ivr/actionTeam Returns a list of active Menu action.
ps.module.IvrApiapiVersionTeamTeamIdIvrIdDeleteDELETE /api/{version}/team/{teamId}/ivr/{id}Team Delete Ivr Menu
ps.module.IvrApiapiVersionTeamTeamIdIvrIdPutPUT /api/{version}/team/{teamId}/ivr/{id}Team Update existing IVR menu
ps.module.IvrApiapiVersionTeamTeamIdIvrPostPOST /api/{version}/team/{teamId}/ivrTeam Create IVR menu
ps.module.IvrMediaApiapiVersionCompanyCompanyIdIvrIvridMediaIdDeleteDELETE /api/{version}/company/{companyId}/ivr/{ivrid}/media/{id}Company Delete ivr media
ps.module.IvrMediaApiapiVersionCompanyCompanyIdIvrIvridMediaPostPOST /api/{version}/company/{companyId}/ivr/{ivrid}/mediaCompany Add new ivr media
ps.module.IvrMediaApiapiVersionCompanyCompanyIdIvrIvridTextmediaPostPOST /api/{version}/company/{companyId}/ivr/{ivrid}/textmediaCompany Add new ivr text media
ps.module.IvrMediaApiapiVersionTeamTeamIdIvrIvridMediaIdDeleteDELETE /api/{version}/team/{teamId}/ivr/{ivrid}/media/{id}Team Delete ivr media
ps.module.IvrMediaApiapiVersionTeamTeamIdIvrIvridMediaPostPOST /api/{version}/team/{teamId}/ivr/{ivrid}/mediaTeam Add new ivr media
ps.module.IvrMediaApiapiVersionTeamTeamIdIvrIvridTextmediaPostPOST /api/{version}/team/{teamId}/ivr/{ivrid}/textmediaTeam Add new ivr text media
ps.module.IvrMediaApiapiVersionTenantTenantIdIvrmediaPostPOST /api/{version}/tenant/{tenantId}/ivrmediaTenant Add new ivr media
ps.module.LocationApiapiVersionLocationGetGET /api/{version}/locationAllowAnonymous Get User State
ps.module.MessageApiapiVersionMessageConversationIdIdGetGET /api/{version}/message/{conversationId}/{id}Get message media
ps.module.MessageApiapiVersionMessageLogExportGetGET /api/{version}/message/log/exportExport log of Message
ps.module.MessageApiapiVersionMessageLogGetGET /api/{version}/message/logReturns a log of Message
ps.module.MessageApiapiVersionMessageOwnerIdCountGetGET /api/{version}/message/{ownerId}/countGet message count
ps.module.MessageApiapiVersionOwnerIdConversationAllDeleteDELETE /api/{version}/{ownerId}/conversation/allDelete All Conversation
ps.module.MessageApiapiVersionOwnerIdConversationConversationIdDeleteDELETE /api/{version}/{ownerId}/conversation/{conversationId}Delete Conversation
ps.module.MessageApiapiVersionOwnerIdConversationConversationIdGetGET /api/{version}/{ownerId}/conversation/{conversationId}Returns a list of Message
ps.module.MessageApiapiVersionOwnerIdConversationConversationIdPutPUT /api/{version}/{ownerId}/conversation/{conversationId}Update Conversation Name, Image
ps.module.MessageApiapiVersionOwnerIdConversationGetGET /api/{version}/{ownerId}/conversationReturns a list of Conversation
ps.module.MessageApiapiVersionOwnerIdConversationReadPutPUT /api/{version}/{ownerId}/conversation/readUpdate message
ps.module.MessageApiapiVersionOwnerIdMessageIdDeleteDELETE /api/{version}/{ownerId}/message/{id}Delete message
ps.module.MessageApiapiVersionOwnerIdMessageIdPutPUT /api/{version}/{ownerId}/message/{id}Update message
ps.module.MessageApiapiVersionOwnerIdMessageIdResendGetGET /api/{version}/{ownerId}/message/{id}/resendResend message
ps.module.MessageApiapiVersionOwnerIdMessagePostPOST /api/{version}/{ownerId}/messageCreate new Message
ps.module.MobileApiapiVersionMobileContactsGetGET /api/{version}/mobile/contacts(Auth)
ps.module.MobileApiapiVersionMobileFetchPostPOST /api/{version}/mobile/fetch(Auth)
ps.module.MobileApiapiVersionMobileRegistrationPostPOST /api/{version}/mobile/registration(Auth)
ps.module.MobileApiapiVersionMobileSendmessagePostPOST /api/{version}/mobile/sendmessage(Auth)
ps.module.MusicOnHoldApiapiVersionTeamTeamIdMohIdDeleteDELETE /api/{version}/team/{TeamId}/moh/{id}Team Delete music on hold
ps.module.MusicOnHoldApiapiVersionTeamTeamIdMohIdPutPUT /api/{version}/team/{TeamId}/moh/{id}Team Select music on hold
ps.module.MusicOnHoldApiapiVersionTeamTeamIdMohPostPOST /api/{version}/team/{TeamId}/mohTeam Add new music on hold
ps.module.MusicOnHoldApiapiVersionTeammateTeammateIdMohIdDeleteDELETE /api/{version}/teammate/{teammateId}/moh/{id}Teammate Delete music on hold
ps.module.MusicOnHoldApiapiVersionTeammateTeammateIdMohIdPutPUT /api/{version}/teammate/{teammateId}/moh/{id}Teammate Select music on hold
ps.module.MusicOnHoldApiapiVersionTeammateTeammateIdMohPostPOST /api/{version}/teammate/{teammateId}/mohTeammate Add new music on hold
ps.module.MusicOnHoldApiapiVersionTenantTenantIdMohIdDeleteDELETE /api/{version}/tenant/{tenantId}/moh/{id}Tenant Delete music on hold
ps.module.MusicOnHoldApiapiVersionTenantTenantIdMohIdPutPUT /api/{version}/tenant/{tenantId}/moh/{id}Tenant Select music on hold
ps.module.MusicOnHoldApiapiVersionTenantTenantIdMohPostPOST /api/{version}/tenant/{tenantId}/mohTenant Add new music on hold
ps.module.NoteApiapiVersionNoteGetGET /api/{version}/noteList note
ps.module.NoteApiapiVersionNoteIdDeleteDELETE /api/{version}/note/{id}Delete note
ps.module.NoteApiapiVersionNoteIdPutPUT /api/{version}/note/{id}Update note
ps.module.NoteApiapiVersionNotePostPOST /api/{version}/noteCreate note
ps.module.NumberApiapiVersionNumberCountryGetGET /api/{version}/number/{country}Search Number
ps.module.NumberApiapiVersionNumberCountryPurchasePostPOST /api/{version}/number/{country}/purchaseTBC Purchase Number
ps.module.NumberApiapiVersionNumberCountryReleaseDeleteDELETE /api/{version}/number/{country}/releaseTBC Release number
ps.module.NumberApiapiVersionNumberCountryReservePostPOST /api/{version}/number/{country}/reserveReserve Number
ps.module.NumberApiapiVersionNumberImportPostPOST /api/{version}/number/importTBC Import Number to local number pool
ps.module.PackageApiapiVersionPackageGetGET /api/{version}/packageReturns a list of your package(s).
ps.module.PackageApiapiVersionPackageIdDeleteDELETE /api/{version}/package/{id}Delete existing package.
ps.module.PackageApiapiVersionPackageIdGetGET /api/{version}/package/{id}Retrieves the details of an existing package.
ps.module.PackageApiapiVersionPackageIdPutPUT /api/{version}/package/{id}Updates the specific package.
ps.module.PackageApiapiVersionPackagePostPOST /api/{version}/packageCreate Package
ps.module.PaymentMethodApiapiVersionPaymentmethodGetGET /api/{version}/paymentmethodReturns a list of payment method.
ps.module.PaymentMethodApiapiVersionPaymentmethodIdDeleteDELETE /api/{version}/paymentmethod/{id}Delete existing payment method.
ps.module.PaymentMethodApiapiVersionPaymentmethodIdGetGET /api/{version}/paymentmethod/{id}Retrieves the details of an existing payment method.
ps.module.PaymentMethodApiapiVersionPaymentmethodIdPutPUT /api/{version}/paymentmethod/{id}Update the details of an existing payment method.
ps.module.PaymentMethodApiapiVersionPaymentmethodPostPOST /api/{version}/paymentmethodCreate payment method
ps.module.PbxApiapiVersionUserPbxDeleteDELETE /api/{version}/user/pbx(Auth policies: AdminAndCsrAdminOnlyPolicy)
ps.module.PbxApiapiVersionUserPbxGetGET /api/{version}/user/pbx(Auth policies: AdminAndCsrAdminOnlyPolicy)
ps.module.PbxApiapiVersionUserPbxPostPOST /api/{version}/user/pbx(Auth policies: AdminAndCsrAdminOnlyPolicy)
ps.module.PbxApiapiVersionUserPbxPutPUT /api/{version}/user/pbx(Auth policies: AdminAndCsrAdminOnlyPolicy)
ps.module.PhoneNumberApiapiVersionCompanyCompanyIdPhonenumberIdDeleteDELETE /api/{version}/company/{companyId}/phonenumber/{id}Company Delete Phone Number of respective company
ps.module.PhoneNumberApiapiVersionCompanyCompanyIdPhonenumberIdPutPUT /api/{version}/company/{companyId}/phonenumber/{id}Company Update Phone Number of respective company
ps.module.PhoneNumberApiapiVersionCompanyCompanyIdPhonenumberPostPOST /api/{version}/company/{companyId}/phonenumberCompany Add Phone Number to respective company
ps.module.PhoneNumberApiapiVersionCsrPhonenumberGetGET /api/{version}/csr/phonenumberCSR List all Phone Number sort by tenant id, then number
ps.module.PhoneNumberApiapiVersionCsrTenantTenantIdPhonenumberGetGET /api/{version}/csr/tenant/{tenantId}/phonenumberCSR List all Phone Number by Tenant
ps.module.PhoneNumberApiapiVersionCsrTenantTenantIdPhonenumberIdOwnerOwnerIdPutPUT /api/{version}/csr/tenant/{tenantId}/phonenumber/{id}/owner/{ownerId}Assign Phone Number to company or teammate
ps.module.PhoneNumberApiapiVersionPhonenumberIdDldaDldaIdGetGET /api/{version}/phonenumber/{id}/dlda/{dldaId}Get directory listing and directory assistance for phone number
ps.module.PhoneNumberApiapiVersionPhonenumberIdDldaGetGET /api/{version}/phonenumber/{id}/dldaList directory listing and directory assistance for phone number
ps.module.PhoneNumberApiapiVersionPhonenumberIdDldaPostPOST /api/{version}/phonenumber/{id}/dldaCreate directory listing and directory assistance for phone number
ps.module.PhoneNumberApiapiVersionPhonenumberIdLidbGetGET /api/{version}/phonenumber/{id}/lidbList outbound calling name for phone number
ps.module.PhoneNumberApiapiVersionPhonenumberIdLidbLidbIdGetGET /api/{version}/phonenumber/{id}/lidb/{lidbId}Get outbound calling name for phone number
ps.module.PhoneNumberApiapiVersionPhonenumberIdLidbPostPOST /api/{version}/phonenumber/{id}/lidbCreate outbound calling name for phone number
ps.module.PhoneNumberApiapiVersionTeamTeamIdPhonenumberGetGET /api/{version}/team/{teamId}/phonenumberList team available SMS Phone Number
ps.module.PhoneNumberApiapiVersionTeammateTeammateIdPhonenumberGetGET /api/{version}/teammate/{teammateId}/phonenumberList teammate available SMS Phone Number
ps.module.PhoneNumberApiapiVersionTeammateTeammateIdPhonenumberIdDeleteDELETE /api/{version}/teammate/{teammateId}/phonenumber/{id}Teammate Delete Phone Number of respective teammate
ps.module.PhoneNumberApiapiVersionTeammateTeammateIdPhonenumberIdPutPUT /api/{version}/teammate/{teammateId}/phonenumber/{id}Teammate Update Phone Number of respective teammate
ps.module.PhoneNumberApiapiVersionTeammateTeammateIdPhonenumberPostPOST /api/{version}/teammate/{teammateId}/phonenumberTeammate Add Phone Number to respective teammate
ps.module.PhoneNumberApiapiVersionTenantTenantIdPhonenumberGetGET /api/{version}/tenant/{tenantId}/phonenumberList all Phone Number by Tenant
ps.module.PhoneNumberApiapiVersionTenantTenantIdPhonenumberPostPOST /api/{version}/tenant/{tenantId}/phonenumberCSR Port in number from external source
ps.module.PlanApiapiVersionPlanGetGET /api/{version}/planReturns a list of plan.
ps.module.ProductApiapiVersionProductGetGET /api/{version}/productReturns a list of your products.
ps.module.ProductApiapiVersionProductIdDeleteDELETE /api/{version}/product/{id}Delete a product.
ps.module.ProductApiapiVersionProductIdGetGET /api/{version}/product/{id}Retrieves the details of an existing product.
ps.module.ProductApiapiVersionProductIdPutPUT /api/{version}/product/{id}Updates the specific product.
ps.module.RateDeckApiapiVersionTenantTenantIdRatedeckGetGET /api/{version}/tenant/{tenantId}/ratedeckList of RateDeck with call restriction
ps.module.ResellerApiapiVersionResellerGetGET /api/{version}/resellerReturns a list of active Reseller.
ps.module.ResellerApiapiVersionResellerIdDeleteDELETE /api/{version}/reseller/{id}Delete Csr User
ps.module.ResellerApiapiVersionResellerIdGetGET /api/{version}/reseller/{id}Retrieve existing Reseller information
ps.module.ResellerApiapiVersionResellerIdPutPUT /api/{version}/reseller/{id}Update existing Reseller
ps.module.ResellerApiapiVersionResellerPostPOST /api/{version}/resellerCreate a new Reseller
ps.module.ResourceApiapiVersionResourceGetGET /api/{version}/resourceReturns a list of your Resource.
ps.module.ResourceApiapiVersionResourceIdDeleteDELETE /api/{version}/resource/{id}Delete existing Resource.
ps.module.ResourceApiapiVersionResourceIdGetGET /api/{version}/resource/{id}Retrieves the details of an existing Resource.
ps.module.ResourceApiapiVersionResourceIdPutPUT /api/{version}/resource/{id}Updates the specific Resource.
ps.module.ResourceApiapiVersionResourcePostPOST /api/{version}/resourceCreate Resource
ps.module.SessionApiapiVersionSessionPostPOST /api/{version}/sessionAllowAnonymous Create session for checkout
ps.module.StorageApiapiVersionStorageAuthenticationGetGET /api/{version}/storage/authenticationGet Authentication
ps.module.StorageApiapiVersionTenantTenantIdStorageCallrecordingAuthenticationGetGET /api/{version}/tenant/{tenantId}/storage/callrecording/authentication
ps.module.SubscriptionApiapiVersionSubscriptionIdDeleteDELETE /api/{version}/subscription/{id}Cancel existing subscription.
ps.module.SubscriptionApiapiVersionSubscriptionIdGetGET /api/{version}/subscription/{id}Retrieves the details of an existing subscription.
ps.module.SubscriptionApiapiVersionSubscriptionPostPOST /api/{version}/subscriptionCreate Subscription
ps.module.SubscriptionApiapiVersionSubscriptionPutPUT /api/{version}/subscriptionUpdates the specific subscription.
ps.module.SubscriptionItemApiapiVersionSubscriptionitemPutPUT /api/{version}/subscriptionitemUpdates the specific subscription.
ps.module.TeamApiapiVersionTeamGetGET /api/{version}/teamReturns a list of active team.
ps.module.TeamApiapiVersionTeamIdCallhandlingMissedcallPutPUT /api/{version}/team/{id}/callhandling/missedcallUpdate team miss call handling
ps.module.TeamApiapiVersionTeamIdCallhandlingOpenhourPutPUT /api/{version}/team/{id}/callhandling/openhourUpdate team open hour call handling
ps.module.TeamApiapiVersionTeamIdDeleteDELETE /api/{version}/team/{id}Delete Team
ps.module.TeamApiapiVersionTeamIdGetGET /api/{version}/team/{id}Retrieve team info
ps.module.TeamApiapiVersionTeamIdMemberPutPUT /api/{version}/team/{id}/memberUpdate team member
ps.module.TeamApiapiVersionTeamIdPutPUT /api/{version}/team/{id}Update existing Team
ps.module.TeamApiapiVersionTeamIdSettingPutPUT /api/{version}/team/{id}/settingUpdate team setting
ps.module.TeamApiapiVersionTeamIdSummaryGetGET /api/{version}/team/{id}/summaryGet Team Summary
ps.module.TeamApiapiVersionTeamPostPOST /api/{version}/teamCreate Team
ps.module.TeammateApiapiVersionTeammateExtensionGetGET /api/{version}/teammate/extensionRepresentative Get next available extension
ps.module.TeammateApiapiVersionTeammateGetGET /api/{version}/teammateRepresentative Returns a list of active Teammate.
ps.module.TeammateApiapiVersionTeammateIdCallhandlingPutPUT /api/{version}/teammate/{id}/callhandlingUpdate call handling
ps.module.TeammateApiapiVersionTeammateIdGetGET /api/{version}/teammate/{id}Representative Retrieve existing Teammate account
ps.module.TeammateApiapiVersionTeammateIdProfileimagePutPUT /api/{version}/teammate/{id}/profileimageRepresentative Upload existing Teammate Profile Image
ps.module.TeammateApiapiVersionTeammateIdPutPUT /api/{version}/teammate/{id}Representative Update existing teammmate.
ps.module.TeammateApiapiVersionTeammateIdSmsnoPhoneNumberIdPutPUT /api/{version}/teammate/{id}/smsno/{phoneNumberId}(Auth policies: StandardPolicy)
ps.module.TeammateApiapiVersionTeammateIdStatusStatusPutPUT /api/{version}/teammate/{id}/status/{status}Representative Update teammate status
ps.module.TeammateApiapiVersionTeammatePostPOST /api/{version}/teammateRepresentative Create a new Teammate.
ps.module.TeammateApiapiVersionUserGetGET /api/{version}/userOwn Retrieve current login Teammate User info
ps.module.TelcoWebhookApiapiVersionOrderBwPostPOST /api/{version}/order/bwThis webhook is triggered when there is incoming text message event.
ps.module.TelcoWebhookApiapiVersionSmsBwPostPOST /api/{version}/sms/bwThis webhook is triggered when there is incoming text message event.
ps.module.TenantApiapiVersionCsrTenantGetGET /api/{version}/csr/tenantCSR Returns a list of active Tenant
ps.module.TenantApiapiVersionCsrTenantIdDeleteDELETE /api/{version}/csr/tenant/{id}CSR Delete Tenant from database
ps.module.TenantApiapiVersionCsrTenantIdForcecancelPutPUT /api/{version}/csr/tenant/{id}/forcecancelCSR FORCE CANCEL Tenant
ps.module.TenantApiapiVersionCsrTenantIdGetGET /api/{version}/csr/tenant/{id}CSR Retrieve existing Tenant
ps.module.TenantApiapiVersionCsrTenantIdPackagePackageIdPutPUT /api/{version}/csr/tenant/{id}/package/{packageId}CSR Update Tenant Package
ps.module.TenantApiapiVersionCsrTenantIdPutPUT /api/{version}/csr/tenant/{id}CSR Update Tenant
ps.module.TenantApiapiVersionCsrTenantIdResetusagePutPUT /api/{version}/csr/tenant/{id}/resetusageCSR Reset Usage Tenant
ps.module.TenantApiapiVersionCsrTenantIdStatusPutPUT /api/{version}/csr/tenant/{id}/statusCSR Update Tenant Status
ps.module.TenantApiapiVersionCsrTenantPostPOST /api/{version}/csr/tenantCSR Create Tenant
ps.module.TenantApiapiVersionStripeCreatetenantPostPOST /api/{version}/stripe/createtenantCSR Create Tenant from Stripe
ps.module.TenantApiapiVersionTenantGetGET /api/{version}/tenantProfile Get Tenant
ps.module.TenantApiapiVersionTenantIdInternationalcallPutPUT /api/{version}/tenant/{id}/internationalcallVerify international call
ps.module.TenantApiapiVersionTenantIdInternationalchargePutPUT /api/{version}/tenant/{id}/internationalchargeVerify international call charges
ps.module.TenantApiapiVersionTenantIdTrialendPutPUT /api/{version}/tenant/{id}/trialendEnd trial
ps.module.TenantApiapiVersionTenantPutPUT /api/{version}/tenantProfile Update Tenant
ps.module.UrlApiapiVersionUrlGetGET /api/{version}/urlReturns a list of your url.
ps.module.UrlApiapiVersionUrlIdDeleteDELETE /api/{version}/url/{id}Delete existing url.
ps.module.UrlApiapiVersionUrlIdGetGET /api/{version}/url/{id}Retrieves the details of an existing url.
ps.module.UrlApiapiVersionUrlIdPutPUT /api/{version}/url/{id}Updates the specific url.
ps.module.UrlApiapiVersionUrlPostPOST /api/{version}/urlCreate Url
ps.module.UsageApiapiVersionUsageGetGET /api/{version}/usageList all Usage transaction
ps.module.VoicemailApiapiVersionOwnerIdVoicemailAllDeleteDELETE /api/{version}/{ownerId}/voicemail/allDelete all voicemail
ps.module.VoicemailApiapiVersionOwnerIdVoicemailDeleteDELETE /api/{version}/{ownerId}/voicemailDelete Voicemail
ps.module.VoicemailApiapiVersionOwnerIdVoicemailGetGET /api/{version}/{ownerId}/voicemailList Voicemail
ps.module.VoicemailApiapiVersionOwnerIdVoicemailIdGetGET /api/{version}/{ownerId}/voicemail/{id}Get Voicemail
ps.module.VoicemailApiapiVersionOwnerIdVoicemailIdPutPUT /api/{version}/{ownerId}/voicemail/{id}Update Voicemail
ps.module.VoicemailApiapiVersionOwnerIdVoicemailUnreadcountGetGET /api/{version}/{ownerId}/voicemail/unreadcountGet Voicemail Unread Count
ps.module.VoicemailGreetingApiapiVersionTeamTeamIdVmGreetingIdDeleteDELETE /api/{version}/team/{teamId}/vm/greeting/{id}Team Delete voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTeamTeamIdVmGreetingIdPutPUT /api/{version}/team/{teamId}/vm/greeting/{id}Team Select voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTeamTeamIdVmGreetingPostPOST /api/{version}/team/{teamId}/vm/greetingTeam Add new voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTeamTeamIdVmTextgreetingPostPOST /api/{version}/team/{teamId}/vm/textgreetingTeam Convert Text to Speech and add new voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTeammateTeammateIdVmGreetingIdDeleteDELETE /api/{version}/teammate/{teammateId}/vm/greeting/{id}Teammate Delete voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTeammateTeammateIdVmGreetingIdPutPUT /api/{version}/teammate/{teammateId}/vm/greeting/{id}Teammate Select voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTeammateTeammateIdVmGreetingPostPOST /api/{version}/teammate/{teammateId}/vm/greetingTeammate Add new voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTeammateTeammateIdVmTextgreetingPostPOST /api/{version}/teammate/{teammateId}/vm/textgreetingTeammate Convert Text to Speech and add new voicemail greeting
ps.module.VoicemailGreetingApiapiVersionTenantTenantIdGreetingIdPutPUT /api/{version}/tenant/{tenantId}/greeting/{id}Tenant Select default voicemail greeting
ps.module.WorkerApiapiVersionWorkerBrandSyncdataGetGET /api/{version}/worker/brand/syncdata

Documentation for Models

2.1.521

6 days ago

2.1.520

8 days ago

2.1.518

13 days ago

2.1.519

11 days ago

2.1.517

15 days ago

2.1.516

18 days ago

2.1.515

27 days ago

2.1.514

28 days ago

2.1.513

29 days ago

2.1.512

1 month ago

2.1.511

1 month ago

2.1.510

1 month ago

2.1.509

1 month ago

2.1.508

2 months ago

2.1.507

2 months ago

2.1.506

2 months ago

2.1.505

2 months ago

2.1.504

2 months ago

2.1.503

2 months ago

2.1.501

2 months ago

2.1.502

2 months ago

2.1.500

2 months ago

2.1.499

2 months ago

2.1.498

2 months ago

2.1.497

2 months ago

2.1.496

2 months ago

2.1.495

2 months ago

2.1.494

2 months ago

2.1.493

2 months ago

2.1.491

2 months ago

2.1.492

2 months ago

2.1.490

2 months ago

2.1.488

3 months ago

2.1.489

3 months ago

2.1.486

3 months ago

2.1.487

3 months ago

2.1.484

3 months ago

2.1.485

3 months ago

2.1.483

3 months ago

2.1.482

3 months ago

2.1.481

3 months ago

2.1.479

3 months ago

2.1.480

3 months ago

2.1.478

3 months ago

2.1.477

3 months ago

2.1.475

4 months ago

2.1.476

3 months ago

2.1.471

4 months ago

2.1.473

4 months ago

2.1.472

4 months ago

2.1.474

4 months ago

2.1.469

4 months ago

2.1.470

4 months ago

2.1.468

4 months ago

2.1.467

4 months ago

2.1.466

4 months ago

2.1.465

4 months ago

2.1.464

4 months ago

2.1.463

4 months ago

2.1.462

4 months ago

2.1.461

4 months ago

2.1.460

4 months ago

2.1.459

4 months ago

2.1.458

5 months ago

2.1.457

5 months ago

2.1.456

5 months ago

2.1.455

5 months ago

2.1.453

5 months ago

2.1.454

5 months ago

2.1.452

5 months ago

2.1.451

5 months ago

2.1.450

5 months ago

2.1.449

5 months ago

2.1.448

5 months ago

2.1.447

5 months ago

2.1.446

5 months ago

2.1.428

6 months ago

2.1.427

7 months ago

2.1.429

6 months ago

2.1.431

6 months ago

2.1.430

6 months ago

2.1.433

6 months ago

2.1.432

6 months ago

2.1.435

6 months ago

2.1.434

6 months ago

2.1.437

6 months ago

2.1.436

6 months ago

2.1.439

6 months ago

2.1.438

6 months ago

2.1.440

6 months ago

2.1.442

6 months ago

2.1.441

6 months ago

2.1.444

6 months ago

2.1.443

6 months ago

2.1.445

5 months ago

2.1.420

7 months ago

2.1.422

7 months ago

2.1.421

7 months ago

2.1.424

7 months ago

2.1.423

7 months ago

2.1.426

7 months ago

2.1.425

7 months ago

2.1.411

8 months ago

2.1.410

8 months ago

2.1.413

8 months ago

2.1.412

8 months ago

2.1.415

8 months ago

2.1.414

8 months ago

2.1.417

8 months ago

2.1.416

8 months ago

2.1.419

8 months ago

2.1.418

8 months ago

2.1.406

9 months ago

2.1.405

9 months ago

2.1.408

9 months ago

2.1.407

9 months ago

2.1.409

9 months ago

2.1.400

9 months ago

2.1.402

9 months ago

2.1.401

9 months ago

2.1.404

9 months ago

2.1.403

9 months ago

2.1.396

9 months ago

2.1.395

9 months ago

2.1.398

9 months ago

2.1.397

9 months ago

2.1.399

9 months ago

2.1.390

1 year ago

2.1.392

1 year ago

2.1.391

1 year ago

2.1.394

1 year ago

2.1.393

1 year ago

2.1.370

1 year ago

2.1.372

1 year ago

2.1.371

1 year ago

2.1.374

1 year ago

2.1.373

1 year ago

2.1.376

1 year ago

2.1.375

1 year ago

2.1.378

1 year ago

2.1.377

1 year ago

2.1.379

1 year ago

2.1.381

1 year ago

2.1.380

1 year ago

2.1.383

1 year ago

2.1.382

1 year ago

2.1.385

1 year ago

2.1.384

1 year ago

2.1.387

1 year ago

2.1.386

1 year ago

2.1.389

1 year ago

2.1.388

1 year ago

2.1.365

1 year ago

2.1.364

1 year ago

2.1.367

1 year ago

2.1.366

1 year ago

2.1.369

1 year ago

2.1.368

1 year ago

2.1.343

2 years ago

2.1.342

2 years ago

2.1.345

2 years ago

2.1.344

2 years ago

2.1.347

2 years ago

2.1.346

2 years ago

2.1.349

2 years ago

2.1.348

2 years ago

2.1.350

1 year ago

2.1.352

1 year ago

2.1.351

1 year ago

2.1.354

1 year ago

2.1.353

1 year ago

2.1.356

1 year ago

2.1.355

1 year ago

2.1.358

1 year ago

2.1.357

1 year ago

2.1.359

1 year ago

2.1.361

1 year ago

2.1.360

1 year ago

2.1.363

1 year ago

2.1.362

1 year ago

2.1.329

2 years ago

2.1.330

2 years ago

2.1.332

2 years ago

2.1.331

2 years ago

2.1.334

2 years ago

2.1.333

2 years ago

2.1.336

2 years ago

2.1.335

2 years ago

2.1.338

2 years ago

2.1.337

2 years ago

2.1.339

2 years ago

2.1.341

2 years ago

2.1.340

2 years ago

2.1.328

2 years ago

2.1.307

2 years ago

2.1.306

2 years ago

2.1.309

2 years ago

2.1.308

2 years ago

2.1.310

2 years ago

2.1.312

2 years ago

2.1.311

2 years ago

2.1.314

2 years ago

2.1.313

2 years ago

2.1.316

2 years ago

2.1.315

2 years ago

2.1.318

2 years ago

2.1.317

2 years ago

2.1.319

2 years ago

2.1.321

2 years ago

2.1.320

2 years ago

2.1.323

2 years ago

2.1.322

2 years ago

2.1.325

2 years ago

2.1.324

2 years ago

2.1.327

2 years ago

2.1.326

2 years ago

2.1.301

2 years ago

2.1.300

2 years ago

2.1.303

2 years ago

2.1.302

2 years ago

2.1.305

2 years ago

2.1.304

2 years ago

2.1.293

2 years ago

2.1.295

2 years ago

2.1.294

2 years ago

2.1.297

2 years ago

2.1.296

2 years ago

2.1.299

2 years ago

2.1.298

2 years ago

2.1.291

2 years ago

2.1.290

2 years ago

2.1.292

2 years ago

2.1.286

2 years ago

2.1.285

2 years ago

2.1.288

2 years ago

2.1.287

2 years ago

2.1.289

2 years ago

2.1.271

2 years ago

2.1.270

2 years ago

2.1.273

2 years ago

2.1.272

2 years ago

2.1.275

2 years ago

2.1.274

2 years ago

2.1.277

2 years ago

2.1.276

2 years ago

2.1.279

2 years ago

2.1.278

2 years ago

2.1.280

2 years ago

2.1.282

2 years ago

2.1.281

2 years ago

2.1.284

2 years ago

2.1.283

2 years ago

2.1.266

2 years ago

2.1.265

2 years ago

2.1.268

2 years ago

2.1.267

2 years ago

2.1.269

2 years ago

2.1.251

2 years ago

2.1.250

2 years ago

2.1.253

2 years ago

2.1.252

2 years ago

2.1.255

2 years ago

2.1.254

2 years ago

2.1.257

2 years ago

2.1.256

2 years ago

2.1.259

2 years ago

2.1.258

2 years ago

2.1.260

2 years ago

2.1.262

2 years ago

2.1.261

2 years ago

2.1.264

2 years ago

2.1.263

2 years ago

2.1.249

2 years ago

2.1.237

3 years ago

2.1.239

2 years ago

2.1.238

3 years ago

2.1.240

2 years ago

2.1.242

2 years ago

2.1.241

2 years ago

2.1.244

2 years ago

2.1.243

2 years ago

2.1.246

2 years ago

2.1.245

2 years ago

2.1.248

2 years ago

2.1.247

2 years ago

2.1.236

3 years ago

2.1.228

3 years ago

2.1.229

3 years ago

2.1.231

3 years ago

2.1.230

3 years ago

2.1.233

3 years ago

2.1.232

3 years ago

2.1.235

3 years ago

2.1.234

3 years ago

2.1.226

3 years ago

2.1.227

3 years ago

2.1.225

3 years ago

2.1.224

3 years ago

2.1.223

3 years ago

2.1.222

3 years ago

2.1.221

3 years ago

2.1.220

3 years ago

2.1.219

3 years ago

2.1.218

3 years ago

2.1.217

3 years ago

2.1.216

3 years ago

2.1.215

3 years ago

2.1.214

3 years ago

2.1.213

3 years ago

2.1.212

3 years ago

2.1.211

3 years ago

2.1.210

3 years ago

2.1.208

3 years ago

2.1.209

3 years ago

2.1.207

3 years ago

2.1.202

3 years ago

2.1.204

3 years ago

2.1.203

3 years ago

2.1.206

3 years ago

2.1.205

3 years ago

2.1.200

3 years ago

2.1.201

3 years ago

2.1.199

3 years ago

2.1.198

3 years ago

2.1.197

3 years ago

2.1.196

3 years ago

2.1.195

3 years ago

2.1.194

3 years ago

2.1.193

3 years ago

2.1.192

3 years ago

2.1.191

3 years ago

2.1.190

3 years ago

2.1.189

3 years ago

2.1.188

3 years ago

2.1.187

3 years ago

2.1.186

3 years ago

2.1.185

3 years ago

2.1.184

3 years ago

2.1.183

3 years ago

2.1.182

3 years ago

2.1.181

3 years ago

2.1.180

3 years ago

2.1.179

3 years ago

2.1.178

3 years ago

2.1.176

3 years ago

2.1.177

3 years ago

2.1.175

3 years ago

2.1.174

3 years ago

2.1.172

3 years ago

2.1.173

3 years ago

2.1.170

3 years ago

2.1.171

3 years ago

2.1.169

3 years ago

2.1.168

3 years ago

2.1.167

3 years ago

2.1.166

3 years ago

2.1.165

3 years ago

2.1.164

3 years ago

2.1.163

3 years ago

2.1.162

3 years ago

2.1.161

3 years ago

2.1.160

3 years ago

2.1.159

3 years ago

2.1.158

3 years ago

2.1.157

3 years ago

2.1.156

3 years ago

2.1.155

3 years ago

2.1.154

3 years ago

2.1.153

3 years ago

2.1.152

3 years ago

2.1.151

3 years ago

2.1.150

3 years ago

2.1.149

3 years ago

2.1.148

3 years ago

2.1.147

3 years ago

2.1.146

3 years ago

2.1.145

3 years ago

2.1.144

3 years ago

2.1.143

3 years ago

2.1.142

3 years ago

2.1.141

3 years ago

2.1.140

3 years ago

2.1.138

3 years ago

2.1.139

3 years ago

2.1.137

3 years ago

2.1.136

3 years ago

2.1.135

3 years ago

2.1.134

3 years ago

2.1.133

3 years ago

2.1.132

3 years ago

2.1.131

3 years ago

2.1.130

3 years ago

2.1.129

3 years ago

2.1.128

3 years ago

2.1.127

3 years ago

2.1.126

3 years ago

2.1.125

3 years ago

2.1.124

3 years ago

2.1.123

3 years ago

2.1.122

3 years ago

2.1.121

3 years ago

2.1.120

3 years ago

2.1.119

3 years ago

2.1.118

3 years ago

2.1.117

3 years ago

2.1.116

3 years ago

2.1.115

3 years ago

2.1.114

3 years ago

2.1.113

4 years ago

2.1.112

4 years ago

2.1.111

4 years ago

2.1.110

4 years ago

2.1.109

4 years ago

2.1.108

4 years ago

2.1.107

4 years ago

2.1.106

4 years ago

2.1.105

4 years ago

2.1.104

4 years ago

2.1.103

4 years ago

2.1.102

4 years ago

2.1.101

4 years ago

2.1.100

4 years ago

2.1.99

4 years ago

2.1.98

4 years ago

2.1.97

4 years ago

2.1.96

4 years ago

2.1.95

4 years ago

2.1.94

4 years ago

2.1.93

4 years ago

2.1.92

4 years ago

2.1.91

4 years ago

2.1.90

4 years ago

2.1.89

4 years ago

2.1.88

4 years ago

2.1.87

4 years ago

2.1.86

4 years ago

2.1.85

4 years ago

2.1.84

4 years ago

2.1.83

4 years ago

2.1.82

4 years ago

2.1.81

4 years ago

2.1.80

4 years ago

2.1.79

4 years ago

2.1.78

4 years ago

2.1.77

4 years ago

2.1.76

4 years ago

2.1.75

4 years ago

2.1.74

4 years ago

2.1.73

4 years ago

2.1.72

4 years ago

2.1.71

4 years ago

2.1.70

4 years ago

2.1.69

4 years ago

2.1.68

4 years ago

2.1.67

4 years ago

2.1.66

4 years ago

2.1.65

4 years ago

2.1.64

4 years ago

2.1.63

4 years ago

2.1.62

4 years ago

2.1.61

4 years ago

2.1.60

4 years ago

2.1.59

4 years ago

2.1.58

4 years ago

2.1.57

4 years ago

2.1.56

4 years ago

2.1.55

4 years ago

2.1.54

4 years ago

2.1.53

4 years ago

2.1.52

4 years ago

2.1.51

4 years ago

2.1.50

4 years ago

2.1.49

4 years ago

2.1.48

4 years ago

2.1.47

4 years ago

2.1.46

4 years ago

2.1.45

4 years ago

2.1.44

4 years ago

2.1.43

4 years ago

2.1.42

4 years ago

2.1.41

4 years ago

2.1.40

4 years ago

2.1.39

4 years ago

2.1.38

4 years ago

2.1.37

4 years ago

2.1.36

4 years ago

2.1.35

4 years ago

2.1.34

4 years ago

2.1.33

4 years ago

2.1.32

4 years ago

2.1.31

4 years ago

2.1.29

4 years ago

2.1.30

4 years ago

2.1.28

4 years ago

2.1.27

4 years ago

2.1.26

4 years ago

2.1.25

4 years ago

2.1.24

4 years ago

2.1.23

4 years ago

2.1.22

4 years ago

2.1.21

4 years ago

2.1.20

4 years ago

2.1.19

4 years ago

2.1.18

4 years ago

2.1.17

4 years ago

2.1.16

4 years ago

2.1.15

4 years ago

2.1.14

4 years ago

2.1.13

4 years ago

2.1.12

4 years ago

2.1.11

4 years ago

2.1.10

4 years ago

2.1.9

4 years ago

2.1.8

4 years ago

2.1.7

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago