Get branch

GET /api/branch/getBranch

Retrieve a specific branch by ID

Query parameters

  • id integer Required

    id of branch

GET /api/branch/getBranch
curl \
 -X GET http://api.example.com/api/branch/getBranch?id=42 \
 -H "Authorization: Bearer $ACCESS_TOKEN"