project

get/api/v2/owner/{owner}/project

Path parameters

ownerstring required

The owner under which a project is categorized under. For example, a user's username.

Query parameters

archivedboolean
include_archivedboolean
offsetinteger

Offset in the result.

ordered_bystring

The direction of the sort (asc or desc).

per_pageinteger

Number of elements per page.

qstring
sorted_bystring

The argument to be sorted by.

Response

Returns list of projects within the given owner.

By default returns non-archived (active) projects. Pass archived=true
to list archived projects, or include_archived=true to list both.

Returns:
    list(Project) -- list of project objects in the owner.
countinteger

Changes