Skip to content

GET /api/orgs/{orgId}/members/{userId}/projects

GET
/api/orgs/{orgId}/members/{userId}/projects

Authorizations

Testslick OpenAPI Security Scheme

Authentication

TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)

Parameters

Path Parameters

orgId*
Typestring
Required
formatuuid
pattern[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
userId*
Typestring
Required
formatuuid
pattern[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

Responses

OK
application/json
JSON
[
{
"id": "string",
"oid": "string",
"name": "string",
"title": "string",
"description": "string",
"notes": "string",
"emoji": "string",
"archived": true,
"createdAt": "2022-03-10T12:15:50",
"createdBy": "string",
"updatedAt": "2022-03-10T12:15:50",
"updatedBy": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI