Departments
This page includes all endpoints available for departments of Logiciel Actif.
List all departments
GET
https://app.gem-books.com/api/departments
This endpoint allows you to get the list of your departments. .
Headers
Name
Type
Description
Authentication*
string
Bearer Token
Accept
string
Should be application/json
Retrieve a specific department
GET
https://app.gem-books.com/api/departments/:id
This endpoint allows you to get one specific department.
Path Parameters
Name
Type
Description
id
integer
The ID of the department to retrieve.
Headers
Name
Type
Description
Authentication*
string
Bearer Token
Accept
string
Should be application/json
Last updated