GET /directory_branches/:branch_id/contacts
Description
Retrieves the contacts of a specific branch.
URL
https://api.keyyo.com/manager/1.0/directory_branches/:branch_id/contactsParameters
:branch_id |
Applicable types: DirectoryBranch |
Result
A list of:DirectoryContact | A contact (i.e. person and his information) belonging to the directory |
Relationships
GET /directory_branches/:branch_id/sub_branches | Retrieves the list of sub branches belonging to a specific branch. |
POST /directory_branches/:branch_id/contacts | Creates a contact within a specific branch. |