target

get/api/v2/owner/{owner}/target

Path parameters

ownerstring required

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

Query parameters

archivedboolean
include_archivedboolean
matching_type'code' | 'api'
offsetinteger

Offset in the result.

per_pageinteger

Number of elements per page.

qstring

Response

Returns viewable targets by the caller for projects belonging to 'owner'.

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

Note: the route preserves the functionality for admin users, i.e., admin
users will only see the projects they have been given access to.
api_countinteger
code_countinteger
countinteger

Changes