api/docs/user/projects.md

934 B

/user/projects - GET

Returns the list of public projects the user is part of.

Urlencoded Parameters

You have to set one parameter. Setting none or two parameters will result in a 400 Bad Request Response.

Parameter Description
name The username of the user on which the operation will be performed.
id The userid of the user on which the operation will be performed.

Responses

200 - Success

Content - JSON:

Field Description
projects A list of (projectname, projectid) pairs.

400 - Error: Bad Request

The request was malformed.

403 - Error: Forbidden

Blocked for security reasons.

404 - Error: Not Found

The user wasn't found.