List projects owned by a particular user

List the projects owned by and accessible to a particular user. Each project's ID and URL will be returned. Please keep in mind that you will only be able to list projects you are a member of.

Path Params
string
required

The username of the owner whose projects you want to query.

Query Params
string

Filter projects by the project name. The search is partial and case-insensitive.

int32
Defaults to 0

The zero-based starting index in the entire collection of the first item to return. The default value is 0. This is a pagination-specific attribute.

int32
Defaults to 50

The maximum number of collection items to return for a single request. Minimum value is 1. The maximum value is 100 and the default value is 50. This is a pagination-specific attribute.

fields
array of strings

Selector specifying a subset of fields to include in the response.

fields
tags
array of strings

Filter project by project tags. Specify a comma-separated list of tags to return projects that have all of the specified tags.

tags
Headers
string
required

Your Seven Bridges Platform authentication token. For security reasons, token will not be automatically populated in the generated code sample. Please replace <your-token-here> with your token before executing this call.

Response

Language
Request
Response
Choose an example:
application/json