Branches
This page includes all endpoints available for the branches module of Logiciel Actif.
List all branches
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": 2,
"name": "Branch 2",
"status": 1
},
{
"id": 1,
"name": "Logiciel Actif Inc",
"status": 1
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 25,
"total": 2
},
"success": true
}Retrieve a branch
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated