Skip to content

목록 Default

GET/workspaces/{id}/project-sectionsCopied!

워크스페이스 안에서 내가 만든 프로젝트 섹션 목록을 순서대로 조회해요.

접근 가능한 사용자

사용자

Request

Path

idstringrequired
워크스페이스 ID

Response

Returns 200 OK.

[]array
프로젝트 섹션 목록
[].idstring
프로젝트 섹션 ID

Example: 6ba7b810-9dad-11d1-80b4-00c04fd430c8

[].namestring
프로젝트 섹션 이름

Example: 진행 중

Example

bash
curl 'https://api.youvico.com/workspaces/6ba7b810-9dad-11d1-80b4-00c04fd430c8/project-sections' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...'
json
[
  {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "name": "진행 중"
  }
]