target
get/api/v2/owner/{owner}/target_new
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.
project_slugstring[]
qstring
Response
Returns list of target information within the given project.
By default returns non-archived (active) targets. Pass archived=true
to list archived targets, or include_archived=true to list both.
Returns:
ProjectTargets -- list of project target information.