2.1.563 • Published 6 months ago

phonespeakv2_api v2.1.563

Weekly downloads
1,275
License
Proprietary
Repository
-
Last release
6 months 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.CallRecordingApiapiVersionTeammateTeammateIdCallrecordingPutPUT /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.StorageApiapiVersionStorageAuthenticationPermissionPostPOST /api/{version}/storage/authentication/permissionGet Authentication with Permissions
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.TenantApiapiVersionCsrTenantReexecutePostPOST /api/{version}/csr/tenant/reexecute(Auth policies: CsrStandardPolicy)
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.TenantApiapiVersionTenantIdStatusPutPUT /api/{version}/tenant/{id}/status(Auth policies: ActiveStandardPolicy)
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.559

7 months ago

2.1.561

7 months ago

2.1.560

7 months ago

2.1.563

6 months ago

2.1.562

7 months ago

2.1.558

11 months ago

2.1.557

11 months ago

2.1.549

1 year ago

2.1.548

1 year ago

2.1.550

1 year ago

2.1.552

1 year ago

2.1.551

1 year ago

2.1.554

1 year ago

2.1.553

1 year ago

2.1.556

1 year ago

2.1.555

1 year ago

2.1.527

1 year ago

2.1.526

1 year ago

2.1.529

1 year ago

2.1.528

1 year ago

2.1.530

1 year ago

2.1.532

1 year ago

2.1.531

1 year ago

2.1.534

1 year ago

2.1.533

1 year ago

2.1.536

1 year ago

2.1.535

1 year ago

2.1.538

1 year ago

2.1.537

1 year ago

2.1.539

1 year ago

2.1.541

1 year ago

2.1.540

1 year ago

2.1.543

1 year ago

2.1.542

1 year ago

2.1.545

1 year ago

2.1.544

1 year ago

2.1.547

1 year ago

2.1.546

1 year ago

2.1.525

1 year ago

2.1.524

1 year ago

2.1.523

1 year ago

2.1.522

1 year ago

2.1.521

1 year ago

2.1.520

1 year ago

2.1.518

1 year ago

2.1.519

1 year ago

2.1.517

1 year ago

2.1.516

1 year ago

2.1.515

1 year ago

2.1.514

1 year ago

2.1.513

1 year ago

2.1.512

1 year ago

2.1.511

1 year ago

2.1.510

1 year ago

2.1.509

1 year ago

2.1.508

1 year ago

2.1.507

1 year ago

2.1.506

1 year ago

2.1.505

1 year ago

2.1.504

1 year ago

2.1.503

1 year ago

2.1.501

1 year ago

2.1.502

1 year ago

2.1.500

1 year ago

2.1.499

1 year ago

2.1.498

1 year ago

2.1.497

1 year ago

2.1.496

1 year ago

2.1.495

1 year ago

2.1.494

1 year ago

2.1.493

1 year ago

2.1.491

1 year ago

2.1.492

1 year ago

2.1.490

1 year ago

2.1.488

1 year ago

2.1.489

1 year ago

2.1.486

1 year ago

2.1.487

1 year ago

2.1.484

1 year ago

2.1.485

1 year ago

2.1.483

1 year ago

2.1.482

1 year ago

2.1.481

2 years ago

2.1.479

2 years ago

2.1.480

2 years ago

2.1.478

2 years ago

2.1.477

2 years ago

2.1.475

2 years ago

2.1.476

2 years ago

2.1.471

2 years ago

2.1.473

2 years ago

2.1.472

2 years ago

2.1.474

2 years ago

2.1.469

2 years ago

2.1.470

2 years ago

2.1.468

2 years ago

2.1.467

2 years ago

2.1.466

2 years ago

2.1.465

2 years ago

2.1.464

2 years ago

2.1.463

2 years ago

2.1.462

2 years ago

2.1.461

2 years ago

2.1.460

2 years ago

2.1.459

2 years ago

2.1.458

2 years ago

2.1.457

2 years ago

2.1.456

2 years ago

2.1.455

2 years ago

2.1.453

2 years ago

2.1.454

2 years ago

2.1.452

2 years ago

2.1.451

2 years ago

2.1.450

2 years ago

2.1.449

2 years ago

2.1.448

2 years ago

2.1.447

2 years ago

2.1.446

2 years ago

2.1.428

2 years ago

2.1.427

2 years ago

2.1.429

2 years ago

2.1.431

2 years ago

2.1.430

2 years ago

2.1.433

2 years ago

2.1.432

2 years ago

2.1.435

2 years ago

2.1.434

2 years ago

2.1.437

2 years ago

2.1.436

2 years ago

2.1.439

2 years ago

2.1.438

2 years ago

2.1.440

2 years ago

2.1.442

2 years ago

2.1.441

2 years ago

2.1.444

2 years ago

2.1.443

2 years ago

2.1.445

2 years ago

2.1.420

2 years ago

2.1.422

2 years ago

2.1.421

2 years ago

2.1.424

2 years ago

2.1.423

2 years ago

2.1.426

2 years ago

2.1.425

2 years ago

2.1.411

2 years ago

2.1.410

2 years ago

2.1.413

2 years ago

2.1.412

2 years ago

2.1.415

2 years ago

2.1.414

2 years ago

2.1.417

2 years ago

2.1.416

2 years ago

2.1.419

2 years ago

2.1.418

2 years ago

2.1.406

2 years ago

2.1.405

2 years ago

2.1.408

2 years ago

2.1.407

2 years ago

2.1.409

2 years ago

2.1.400

2 years ago

2.1.402

2 years ago

2.1.401

2 years ago

2.1.404

2 years ago

2.1.403

2 years ago

2.1.396

2 years ago

2.1.395

2 years ago

2.1.398

2 years ago

2.1.397

2 years ago

2.1.399

2 years ago

2.1.390

2 years ago

2.1.392

2 years ago

2.1.391

2 years ago

2.1.394

2 years ago

2.1.393

2 years ago

2.1.370

3 years ago

2.1.372

3 years ago

2.1.371

3 years ago

2.1.374

3 years ago

2.1.373

3 years ago

2.1.376

2 years ago

2.1.375

2 years ago

2.1.378

2 years ago

2.1.377

2 years ago

2.1.379

2 years ago

2.1.381

2 years ago

2.1.380

2 years ago

2.1.383

2 years ago

2.1.382

2 years ago

2.1.385

2 years ago

2.1.384

2 years ago

2.1.387

2 years ago

2.1.386

2 years ago

2.1.389

2 years ago

2.1.388

2 years ago

2.1.365

3 years ago

2.1.364

3 years ago

2.1.367

3 years ago

2.1.366

3 years ago

2.1.369

3 years ago

2.1.368

3 years ago

2.1.343

3 years ago

2.1.342

3 years ago

2.1.345

3 years ago

2.1.344

3 years ago

2.1.347

3 years ago

2.1.346

3 years ago

2.1.349

3 years ago

2.1.348

3 years ago

2.1.350

3 years ago

2.1.352

3 years ago

2.1.351

3 years ago

2.1.354

3 years ago

2.1.353

3 years ago

2.1.356

3 years ago

2.1.355

3 years ago

2.1.358

3 years ago

2.1.357

3 years ago

2.1.359

3 years ago

2.1.361

3 years ago

2.1.360

3 years ago

2.1.363

3 years ago

2.1.362

3 years ago

2.1.329

3 years ago

2.1.330

3 years ago

2.1.332

3 years ago

2.1.331

3 years ago

2.1.334

3 years ago

2.1.333

3 years ago

2.1.336

3 years ago

2.1.335

3 years ago

2.1.338

3 years ago

2.1.337

3 years ago

2.1.339

3 years ago

2.1.341

3 years ago

2.1.340

3 years ago

2.1.328

3 years ago

2.1.307

3 years ago

2.1.306

3 years ago

2.1.309

3 years ago

2.1.308

3 years ago

2.1.310

3 years ago

2.1.312

3 years ago

2.1.311

3 years ago

2.1.314

3 years ago

2.1.313

3 years ago

2.1.316

3 years ago

2.1.315

3 years ago

2.1.318

3 years ago

2.1.317

3 years ago

2.1.319

3 years ago

2.1.321

3 years ago

2.1.320

3 years ago

2.1.323

3 years ago

2.1.322

3 years ago

2.1.325

3 years ago

2.1.324

3 years ago

2.1.327

3 years ago

2.1.326

3 years ago

2.1.301

3 years ago

2.1.300

3 years ago

2.1.303

3 years ago

2.1.302

3 years ago

2.1.305

3 years ago

2.1.304

3 years ago

2.1.293

3 years ago

2.1.295

3 years ago

2.1.294

3 years ago

2.1.297

3 years ago

2.1.296

3 years ago

2.1.299

3 years ago

2.1.298

3 years ago

2.1.291

3 years ago

2.1.290

3 years ago

2.1.292

3 years ago

2.1.286

3 years ago

2.1.285

3 years ago

2.1.288

3 years ago

2.1.287

3 years ago

2.1.289

3 years ago

2.1.271

3 years ago

2.1.270

3 years ago

2.1.273

3 years ago

2.1.272

3 years ago

2.1.275

3 years ago

2.1.274

3 years ago

2.1.277

3 years ago

2.1.276

3 years ago

2.1.279

3 years ago

2.1.278

3 years ago

2.1.280

3 years ago

2.1.282

3 years ago

2.1.281

3 years ago

2.1.284

3 years ago

2.1.283

3 years ago

2.1.266

3 years ago

2.1.265

3 years ago

2.1.268

3 years ago

2.1.267

3 years ago

2.1.269

3 years ago

2.1.251

4 years ago

2.1.250

4 years ago

2.1.253

4 years ago

2.1.252

4 years ago

2.1.255

4 years ago

2.1.254

4 years ago

2.1.257

4 years ago

2.1.256

4 years ago

2.1.259

3 years ago

2.1.258

4 years ago

2.1.260

3 years ago

2.1.262

3 years ago

2.1.261

3 years ago

2.1.264

3 years ago

2.1.263

3 years ago

2.1.249

4 years ago

2.1.237

4 years ago

2.1.239

4 years ago

2.1.238

4 years ago

2.1.240

4 years ago

2.1.242

4 years ago

2.1.241

4 years ago

2.1.244

4 years ago

2.1.243

4 years ago

2.1.246

4 years ago

2.1.245

4 years ago

2.1.248

4 years ago

2.1.247

4 years ago

2.1.236

4 years ago

2.1.228

4 years ago

2.1.229

4 years ago

2.1.231

4 years ago

2.1.230

4 years ago

2.1.233

4 years ago

2.1.232

4 years ago

2.1.235

4 years ago

2.1.234

4 years ago

2.1.226

4 years ago

2.1.227

4 years ago

2.1.225

4 years ago

2.1.224

4 years ago

2.1.223

4 years ago

2.1.222

4 years ago

2.1.221

4 years ago

2.1.220

4 years ago

2.1.219

4 years ago

2.1.218

4 years ago

2.1.217

4 years ago

2.1.216

4 years ago

2.1.215

4 years ago

2.1.214

4 years ago

2.1.213

4 years ago

2.1.212

4 years ago

2.1.211

4 years ago

2.1.210

4 years ago

2.1.208

4 years ago

2.1.209

4 years ago

2.1.207

4 years ago

2.1.202

4 years ago

2.1.204

4 years ago

2.1.203

4 years ago

2.1.206

4 years ago

2.1.205

4 years ago

2.1.200

4 years ago

2.1.201

4 years ago

2.1.199

4 years ago

2.1.198

4 years ago

2.1.197

4 years ago

2.1.196

4 years ago

2.1.195

4 years ago

2.1.194

4 years ago

2.1.193

4 years ago

2.1.192

4 years ago

2.1.191

4 years ago

2.1.190

4 years ago

2.1.189

4 years ago

2.1.188

4 years ago

2.1.187

4 years ago

2.1.186

4 years ago

2.1.185

4 years ago

2.1.184

4 years ago

2.1.183

4 years ago

2.1.182

4 years ago

2.1.181

4 years ago

2.1.180

4 years ago

2.1.179

5 years ago

2.1.178

5 years ago

2.1.176

5 years ago

2.1.177

5 years ago

2.1.175

5 years ago

2.1.174

5 years ago

2.1.172

5 years ago

2.1.173

5 years ago

2.1.170

5 years ago

2.1.171

5 years ago

2.1.169

5 years ago

2.1.168

5 years ago

2.1.167

5 years ago

2.1.166

5 years ago

2.1.165

5 years ago

2.1.164

5 years ago

2.1.163

5 years ago

2.1.162

5 years ago

2.1.161

5 years ago

2.1.160

5 years ago

2.1.159

5 years ago

2.1.158

5 years ago

2.1.157

5 years ago

2.1.156

5 years ago

2.1.155

5 years ago

2.1.154

5 years ago

2.1.153

5 years ago

2.1.152

5 years ago

2.1.151

5 years ago

2.1.150

5 years ago

2.1.149

5 years ago

2.1.148

5 years ago

2.1.147

5 years ago

2.1.146

5 years ago

2.1.145

5 years ago

2.1.144

5 years ago

2.1.143

5 years ago

2.1.142

5 years ago

2.1.141

5 years ago

2.1.140

5 years ago

2.1.138

5 years ago

2.1.139

5 years ago

2.1.137

5 years ago

2.1.136

5 years ago

2.1.135

5 years ago

2.1.134

5 years ago

2.1.133

5 years ago

2.1.132

5 years ago

2.1.131

5 years ago

2.1.130

5 years ago

2.1.129

5 years ago

2.1.128

5 years ago

2.1.127

5 years ago

2.1.126

5 years ago

2.1.125

5 years ago

2.1.124

5 years ago

2.1.123

5 years ago

2.1.122

5 years ago

2.1.121

5 years ago

2.1.120

5 years ago

2.1.119

5 years ago

2.1.118

5 years ago

2.1.117

5 years ago

2.1.116

5 years ago

2.1.115

5 years ago

2.1.114

5 years ago

2.1.113

5 years ago

2.1.112

5 years ago

2.1.111

5 years ago

2.1.110

5 years ago

2.1.109

5 years ago

2.1.108

5 years ago

2.1.107

5 years ago

2.1.106

5 years ago

2.1.105

5 years ago

2.1.104

5 years ago

2.1.103

5 years ago

2.1.102

5 years ago

2.1.101

5 years ago

2.1.100

5 years ago

2.1.99

5 years ago

2.1.98

5 years ago

2.1.97

5 years ago

2.1.96

5 years ago

2.1.95

5 years ago

2.1.94

5 years ago

2.1.93

5 years ago

2.1.92

5 years ago

2.1.91

5 years ago

2.1.90

5 years ago

2.1.89

5 years ago

2.1.88

5 years ago

2.1.87

5 years ago

2.1.86

5 years ago

2.1.85

5 years ago

2.1.84

5 years ago

2.1.83

5 years ago

2.1.82

5 years ago

2.1.81

5 years ago

2.1.80

5 years ago

2.1.79

5 years ago

2.1.78

5 years ago

2.1.77

5 years ago

2.1.76

5 years ago

2.1.75

5 years ago

2.1.74

5 years ago

2.1.73

5 years ago

2.1.72

5 years ago

2.1.71

5 years ago

2.1.70

5 years ago

2.1.69

5 years ago

2.1.68

5 years ago

2.1.67

5 years ago

2.1.66

5 years ago

2.1.65

5 years ago

2.1.64

5 years ago

2.1.63

5 years ago

2.1.62

5 years ago

2.1.61

5 years ago

2.1.60

5 years ago

2.1.59

5 years ago

2.1.58

5 years ago

2.1.57

5 years ago

2.1.56

5 years ago

2.1.55

5 years ago

2.1.54

5 years ago

2.1.53

5 years ago

2.1.52

5 years ago

2.1.51

5 years ago

2.1.50

5 years ago

2.1.49

5 years ago

2.1.48

5 years ago

2.1.47

5 years ago

2.1.46

5 years ago

2.1.45

5 years ago

2.1.44

5 years ago

2.1.43

5 years ago

2.1.42

5 years ago

2.1.41

5 years ago

2.1.40

5 years ago

2.1.39

5 years ago

2.1.38

5 years ago

2.1.37

5 years ago

2.1.36

5 years ago

2.1.35

5 years ago

2.1.34

5 years ago

2.1.33

5 years ago

2.1.32

5 years ago

2.1.31

5 years ago

2.1.29

5 years ago

2.1.30

5 years ago

2.1.28

5 years ago

2.1.27

5 years ago

2.1.26

5 years ago

2.1.25

5 years ago

2.1.24

5 years ago

2.1.23

5 years ago

2.1.22

5 years ago

2.1.21

5 years ago

2.1.20

5 years ago

2.1.19

5 years ago

2.1.18

5 years ago

2.1.17

5 years ago

2.1.16

5 years ago

2.1.15

5 years ago

2.1.14

5 years ago

2.1.13

5 years ago

2.1.12

5 years ago

2.1.11

5 years ago

2.1.10

5 years ago

2.1.9

5 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago