persons/categories
Gets the list of project managers, if given the right access. It's designed for auto-complete functionality. For a given prefix, this method retuns the list of project managers that matches the prefix, ordered alphabetically by first then last name.
URL
(POST) /persons/categories/projectmanagers
PARAMETERS
{ "prefix": "value" }
RESULTS
The message body contains a JSON object:
t | name of the manager (first + last name) |
v | id of the manager |
cid | company id |
role | role of the manager |