Namespace
Project
Get namespace projects
Return the projects that belong to the namespace.
get/v1/namespaces/{id}/projects
Query parameters
offsetinteger
Number of resources to skip.
limitinteger
Number of resources to return.
Response
OK
Example response
[
{
"id": "9bsv0s46s6s002p9ltq0",
"key": "ENG",
"name": "Engineering Project",
"description": "Main engineering project",
"logo": "https://example.com/logo.png",
"status": "active",
"teams": [
"9bsv0s46s6s002p9ltq0"
],
"documents": [
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "Project Plan",
"excerpt": "Overview of the project plan",
"created_by": "9bsv0s46s6s002p9ltq0"
}
],
"issues": [
"9bsv0s46s6s002p9ltq0"
]
}
]