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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions