-
Notifications
You must be signed in to change notification settings - Fork 563
Get All Agents
Sayar Samanta edited this page Aug 28, 2018
·
3 revisions
Description : To fetch all agents in FAVEO
- URL : api/v1/helpdesk/agents
Parameters :
Name | Data Type | Required/Optional | Description |
---|---|---|---|
token |
String | Required | token generated for a user |
api_key |
String | Optional | An alphanumeric code that can be used to authenticate your API calls |
HTTP Method : GET
Response Format : JSON
Response : Returns the list of agents in FAVEO
JSON Response Example :
Success Response :
{
"result": [
{
"id": 1,
"user_name": "demoadmin",
"first_name": "Demo",
"last_name": "Admin",
"gender": 0,
"email": "mr.dmartin1984@gmail.com",
"ban": 0,
"active": 1,
"is_delete": 0,
"ext": "",
"country_code": 0,
"phone_number": "",
"mobile": null,
"agent_sign": "",
"account_type": "",
"account_status": "",
"assign_group": 1,
"primary_dpt": 1,
"agent_tzone": "",
"daylight_save": "",
"limit_access": "",
"directory_listing": "",
"vacation_mode": "",
"company": "",
"role": "admin",
"internal_note": "",
"profile_pic": "https://secure.gravatar.com/avatar/b4bfa60e2b38b40cf980d30da5f6373b?s=80&r=g&d=identicon",
"created_at": "2018-08-13 14:22:49",
"updated_at": "2018-08-13 14:23:14",
"user_language": null
}
]
}
Some Common Error :
Error Response : If the token is expired
{
“error":"Token has expired"
}
If the token is not provided
{
"error": "token_not_provided"
}
Response Description :
Parameter | Description |
---|---|
id | id of the agent |
user_name | user name of the agent |
first_name | first name of the agent |
last_name | first name of the agent |
gender | gender of the agent |
email of the agent | |
ban | if the agent is banned or not |
active | if the agent is active or not |
is_delete | if the agent is deleted or not |
ext | extension of the agent phone number |
country_code | country code of the agent mobile number |
phone_number | agent phone number |
mobile | agent mobile number |
agent_sign | first name of the user |
account_status | agent account status |
assign_group | agent assigned group |
primary_dpt | agent primary department |
agent_tzone | agent time zone |
daylight_save | first name of the user |
limit_access | first name of the user |
directory_listing | first name of the user |
vacation_mode | first name of the user |
company | company name of the agent |
role | role of the agent |
internal_note | first name of the user |
created_at | creation date of the agent |
updated_at | *agent profile updated date * |
user_language | language of the agent |
Did you find it helpful? If not email us on support@faveohelpdesk.com
Installation and Upgrade Guide
- GUI Install Wizard
- Manual Install
- CLI Install
- Server Requirements
- Installation with Apache
- Installation with cPanel
- Cron Job or any Job scheduler
- Faveo Helpdesk Installation on CentOS 7 with Apache on PHP 7.1
- Faveo Helpdesk Installation on CentOS 7 with Nginx on PHP 7.1
- Faveo Helpdesk Installation on Ubuntu 18.04 LTS with Apache on PHP 7.1
- Faveo Helpdesk Installation on Ubuntu 18.04 LTS with Nginx on PHP 7.1
- Faveo Helpdesk Installation on Debian 9 with Nginx on PHP 7.1
- Faveo Helpdesk Installation on Debian 9 with Apache on PHP 7.1
- Migrating Faveo from one server to another
- Configuration of Redis with Faveo
- Install and configure Redis, Supervisor and Worker for Faveo on Ubuntu 16.04
- Install Let’s Encrypt SSL on CentOS 7 Running Apache Web Server
- Install and configure a simple mail server for sending mails using PHP mail function in Faveo on Ubuntu 16.04 server
- Install and configure Redis, Supervisor and Worker for Faveo on Centos 7
- Install and configure a simple mail server for sending mails using PHP mail function in Faveo on Centos 7 server
- Faveo Helpdesk Pro Installation on Windows Server 2012 R2
- Install Active Directory Domain Services in Windows Server 2012 R2
- Install Faveo Helpdesk Community on Centos, Ubuntu or Debian Using Script
- Set up automatic backup for Faveo-Helpdesk
Administrator's Guide
- Faveo File Storage
- Change client side theme color
- How to edit or change the footer in faveo
- How to change agent and admin panel Faveo logo link and logo
- Agents
- Departments
- Team
- Priority
- SLA
- Workflow
- Helptopic
- Default Ticket Settings
- Status
- Rating
- Close Ticket Workflow
- Company Settings
- Social Login
- Language
- Security
- Debugging/Logs
- Ban Emails
- Widgets
Agent's Guide
Email Integration
Release & Upgrade Notes
- General Faveo Upgrade Guide Manual
- General Faveo Upgrade Guide Auto
- Upgrade guide to v1.9.2
- Upgrade guide to v1.9.0
- How to update v1.0.7.9 to v1.0.8.0
- Manual Upgrade from v1.0.7.8 to v1.0.7.9
- Faveo Release notes & upgrade guide for V1.0.7.7
- Faveo Release notes & upgrade guide for V1.0.7.5
- Faveo Release notes & upgrade guide for V1.0.7
Known Issues
- The open_basedir restriction in effect
- 404 Not Found
- 500 Internal Server Error
- Bug after update from 1.0.7.4 to 1.0.7.5 or higher version
- Syntax error, unexpected ‘var’(T_VAR), expecting ‘;’
Contribute & Feedback
- Support the community edition
- Contribution Guide
- Faveo Feedback & Customisation
- Help in language translate
Knowledge Base
Third Party Integration
Plugins
API