-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Added this to my service.php file to get a person's projects.
'getPersonsProjects' => array(
'httpMethod' => 'GET',
'uri' => 'people/{personId}/projects.json',
'summary' => 'Get projects a person has access to.' . PHP_EOL . '[Basecamp API: People](https://github.com/basecamp/bcx-api/blob/master/sections/people.md)',
'parameters' => array(
'personId' => array(
'location' => 'uri',
'description' => 'Person ID',
'type' => 'integer',
'required' => true,
)
)
),
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels