Reference
Text in regular expressions is escaped. Asterisk (*) is replaced with (.*), question mark (?) is replaced with ([^/]+).
Description | Method | Resource |
---|---|---|
Project settings | ||
List projects | GET | /v2/projects |
Get project parameters | GET | /v2/projects/[projectid] |
Cloning projects | PUT | /v2/projects/clone/[projectid] |
Quota settings | ||
Get quota limits | GET | /v2/projects/[projectid]/quotas |
Modify quota limits | PUT | /v2/projects/[projectid]/quotas |
Database structure | ||
Add field and values | POST | /v2/projects/[projectid]/fields |
Add new value(s) to a field | POST | /v2/projects/[projectid]/fields/[fieldid]/values |
Modify values of a field | PUT | /v2/projects/[projectid]/fields/[fieldid]/values/[valueid] |
Delete a value | DELETE | /v2/projects/[projectid]/fields/[fieldid]/values/[valueid] |
Data/records | ||
List records | GET | /v2/projects/[projectid]/records |
Get detailed record | GET | /v2/projects/[projectid]/records/[numberid] |
Modify record | PUT | /v2/projects/[projectid]/records/[numberid] |
Modify contact | PUT | /v2/projects/[projectid]/records/[numberid]/contacts/[contact] |
Add record | POST | /v2/projects/[projectid]/records |
Add disposition | POST | /v2/projects/[projectid]/records/[numberid]/dispositions |
Batch modification | ||
Batch records modification | PUT | /v2/projects/[projectid]/records |
Batch dispositions modification | PUT | /v2/projects/[projectid]/records/dispositions |
User resources | ||
List users | GET | /v2/users |
Add new user | PUT | /v2/users |
List teams | GET | /v2/teams |
List all roles | GET | /v2/roles |
List online users | GET | /v2/onlineusers |
Email resources | ||
Get Email log | GET | /v2/projects/[projectid]/emails/[year]/[month] |
Send Template Email | POST | /v2/projects/[projectid]/email |
Update Email | PUT | /v2/projects/[projectid]/email/]/[emailId] |
Statistic resources | ||
Get CDR log | GET | /v2/cdrs/[year]/[month] |
Get CDR log for a specified uuid | GET | /v2/cdr/[year]/[month]/[uuid] |
Get voicefile for a specified CDR | GET | /v2/cdr/[year]/[month]/[day]/[uuid]/voicefile |
Get inbound statistics | GET | /v2/statistics/inbound |
User state log | GET | /v2/statistics/userstate |
Number of available agents in queue | GET | /v2/queues/[queueid]/availableusers |
Dashboard | GET | /v2/dashboard/[dashboardId]/statistics |
Get User-based statistics | GET | /v2/statistics/userbased |
Other resources | ||
Add new value to Robinson list | POST | /v2/robinson/default_out |
Delete value from Robinson list | DELETE | /v2/robinson/default_out |
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.