Callbacks

APIDescription
GET api/callbacks

Retrieves a list of all callbacks.

GET api/callbacks/create?Call date (Local time)={Call date (Local time)}&Call time (Local time)={Call time (Local time)}&Caller Id={Caller Id}&CDR ID={CDR ID}&Customer number={Customer number}&Disposition={Disposition}&Duration={Duration}&Placeholder id={Placeholder id}&Recording={Recording}&TalkTime={TalkTime}&Tracking number={Tracking number}

Creates a new callback using the supplied data.

GET api/callbacks/user

Retrieves a list of callbacks for the current user.

TrackingNumbers

APIDescription
GET api/trackingnumbers

Retrieves a list of all tracking numbers.

POST api/trackingnumbers

Creates a new tracking number using the model provided.

GET api/trackingnumbers/user

Retrieves a list of tracking numbers for the current user.

ResponseTapSimulator

APIDescription
POST api/1/accounts/{accountId}/singlenumbers

No documentation available.

POST api/1/accounts/{accountId}/singlenumbers/{singlenumberId}/urlCallbacksPostCallFeatures

No documentation available.

GET api/1/media

No documentation available.

GET api/1/accounts/{accountId}/callbackurls

No documentation available.

GET api/1/accounts/{accountId}/availablenumberprefixes

No documentation available.

Accounts

APIDescription
GET api/accounts

Retrieves a list of all accounts.

GET api/accounts/{id}

Retrieves an account by its id.

GET api/accounts/{id}/isenabled

Returns whether the given account is enabled.

GET api/accounts/tenant/{tenantId}/isenabled

Returns whether the given tenant account is enabled.

GET api/accounts/tenant/{tenantId}

Retrieves the account for the given tenant.

PUT api/accounts/{id}/isenabled

Sets the enabled property on the given account.

PUT api/accounts/{id}

Updates an account entity.

POST api/accounts

Creates an account entity and returns the new id.

DELETE api/accounts/{id}

Deletes an account entity.

Initialise

APIDescription
GET api/Initialise

Initialises the service by loading caches.

GET api/Initialise/Get

Initialises the service by loading caches.