Documentation
LogIn- Getting started
-
CRM API
- Adding/Updating Contacts
- List Filter/Search Contacts
- Contact Timeline Actions
- Contact Info
- Contact Actions
- Adding/Updating Company
- List Filter/Search Companies
- Company Timeline Actions
- Company Info
- Update Company Info
- Add Company Timeline Action
- Adding/Updating Deals
- List Filter/Search Deals
- List Filter/Search Deals Board View
- Drag/Drop Deals between Stages
- Deal WIN/LOSS Reasons
- Owners
- Countries
- Stages
- Funnels
- Lead Scores
- Deal Timeline Actions
- Deal Info
- Update Deal Info
- Add Deal Timeline Action
- List Filter/Search Activities/Tasks
- Add/Update Activity/Tasks
- Contact Messages
- List User Messages
- Delete Actions
-
Phone API
- Send SMS
- Search Phone Numbers
- Order Phone Number
- List Active Phone Numbers
- Disconnect Phone Number
- List Available Audio Files
- Block Phone Number
- Unblock Phone Number
- Check Number Block Status
- List Phone Sub Accounts
- Add/Edit Sub Account
- Attach Phone Number to Sub Account
- List Phone Numbers Per Sub Account
- System API
- Service/Tickets API
- API - Premium Edition
- Callbacks
- Resellers API
- Enabler API
- SMS Error Codes
This API is used to list activities in the CRM with ability to search in it with pagination also.
Method: Get/Post
Base URL : https://hubbucs.com/site/api/hubb/activities
Method: Get/Post
Base URL : https://hubbucs.com/site/api/hubb/activities
Mandatory Parameters | Sample | Description |
---|---|---|
key | 374593457034859 | The company account API key, you can get from company settings > API settings |
newcompany@url.com | email for user to authenticate | |
password | 123456 | Password for user to authenticate |
Optional Parameters for Search/Filter | Sample | Description |
---|---|---|
search_key | 876566 | the task id |
assigned_to | 22 | Task Assignee id |
tags | Tags | The Activity tags |
name | Hubb | The name for the activity |
comments | douglas | The comments for the activity |
note | Test1 | note for the activity |
due_date | expired | Search date |
progress | 2 | The activity progress |
contact_id | 55 | The related contact id |
company_id | 20 | The related company id |
screen | Return 20 record for each page .Send page number to return page records.(You have total records returned in the response) | number of page (required for pagination) |
Example:
Example :
https://hubbucs.com/site/api/hubb/activities?key=12134651Gsuid7349&email=XXXXX&password=XXXXX[&name=XXXXX&....etc&screen=1]
Response :
- {
- "message":"success",
- "total_records":"20",
- "task_id":"56",
- "task_name":"HUBB",
- "assign_to":"company",
- "owner":"test ",
- "related_company":"company "
- "related_contact":"contact"
- "related_deals":"deal"
- "due_date":"due_date"
- "date_added":"date_added"
- "status":"status"
- "page":"page number"
- }
- ------OR------
- {
- "error_message":"error message"
- }