Skip to content

정보 가져오기 Default

GET/folders/{id}Copied!

폴더 정보를 조회해요.

접근 가능한 사용자

사용자

접근 권한

프로젝트 접근 방식

Request

Path

idstringrequired
폴더 ID

Response

Returns 200 OK.

idstring
폴더 ID

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

namestring
폴더 이름

Example: 시안

ordernumber
표시 순서

Example: 0

Example

bash
curl 'https://api.youvico.com/folders/6ba7b810-9dad-11d1-80b4-00c04fd430c8' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...'
json
{
  "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
  "name": "시안",
  "order": 0
}