dept.all
Última actualización
Última actualización
GET
https://outbox.clientdeck.com.ar/api/v0/departments
Obtiene todos los departamentos
Name | Type | Description |
---|---|---|
{
"error": false,
"total": 10,
"payload": [
{
"dept_id": 1,
"dept_name": "Soporte Tecnico",
"created_at": "2021-02-02 15:21:56",
"updated_at": "2021-02-02 16:39:32"
},
{
"dept_id": 2,
"dept_name": "Administracion",
"created_at": "2021-02-02 15:25:09",
"updated_at": "2021-02-26 13:29:58"
},
{
"dept_id": 3,
"dept_name": "Ventas",
"created_at": "2021-02-02 15:26:28",
"updated_at": "2021-02-24 15:43:12"
},
{
"dept_id": 5,
"dept_name": "Soporte Infraestructura",
"created_at": "2021-02-26 13:27:56",
"updated_at": "2021-02-26 13:27:56"
},
{
"dept_id": 6,
"dept_name": "Marketing",
"created_at": "2021-02-26 13:28:59",
"updated_at": "2021-02-26 13:28:59"
},
{
"dept_id": 7,
"dept_name": "Compras",
"created_at": "2021-02-26 13:30:36",
"updated_at": "2021-02-26 13:30:36"
},
{
"dept_id": 8,
"dept_name": "Facturacion",
"created_at": "2021-02-26 13:31:21",
"updated_at": "2021-02-26 13:31:21"
},
{
"dept_id": 9,
"dept_name": "ABM Clientes",
"created_at": "2021-02-26 13:32:11",
"updated_at": "2021-02-26 13:32:11"
},
{
"dept_id": 10,
"dept_name": "RRHH",
"created_at": "2021-02-26 13:32:45",
"updated_at": "2021-02-26 13:32:45"
},
{
"dept_id": 11,
"dept_name": "Gerencia",
"created_at": "2021-02-26 13:33:15",
"updated_at": "2021-02-26 13:33:15"
}
]
}
{
"error": true,
"code": 401,
"message": "Unauthorized."
}
{
// Response
}
Authorization*
Bearer the_api_token