Skip to content

Missing get project(s) a person has access to. #33

Description

@Jameron

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,
            )
        )
    ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions