Skip to content

정보 가져오기 Default

GET/project-sections/{id}Copied!

프로젝트 섹션의 기본 정보를 조회해요.

접근 가능한 사용자

사용자

Request

Path

idstringrequired
프로젝트 섹션 ID

Response

Returns 200 OK.

idstring
프로젝트 섹션 ID

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

namestring
프로젝트 섹션 이름

Example: 진행 중

Example

bash
curl 'https://api.youvico.com/project-sections/6ba7b810-9dad-11d1-80b4-00c04fd430c8' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...'
json
{
  "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
  "name": "진행 중"
}