Get Managers
GET /leads/getManagers/{branchID}
Retrieves a list of available project managers
Notes:
The
branchIDparameter is optionalIf
branchIDis omitted, the endpoint returns all project managersIf
branchIDis provided, the endpoint returns managers belonging only to the specified branch
Headers
x-api-key* string
API key for authorization
Response
{
"id": 0,
"jsonrpc": "2.0",
"result": [
{
"value": 1,
"label": "ישראל ישראלי"
},
...
]
}{
"error": "Invalid request"
}Last updated