Retrieve projects by user ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string

The ID of the user to filter the projects. Optional. In case it is missing the user auth is used.

number
required
1 to 100

The maximum number of projects to return.

number

The starting point for the query, to fetch projects after this point. The value is the 'updatedAt' timestamp.

string
enum

The field to order by. Defaults to 'updatedAt'. Acceptable values:

  • updatedAt - Updated at timestamp.
  • createdAt - Created at timestamp.
Allowed:
string
enum

The direction of the order by. Defaults to 'desc'. Sorted by the 'updatedAt' field. Acceptable values:

  • asc - Ascending order.
  • desc - Descending order.
Allowed:
Responses

400

Invalid argument error for invalid input values.

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json