라벨 목록 조회

라벨 목록을 조회합니다.

Query Params
number
Defaults to 0

건너 뛸 아이템 개수

number
1 to 100
Defaults to 10

한번에 불러 올 아이템 개수

string

라벨을 필터링합니다. 아래의 구문을 사용할 수 있습니다.

라벨명 필터:

  • contains(name, '근로')
string

문서를 정렬합니다. 아래의 조건으로 정렬할 수 있습니다

정렬 가능 필드

  • createdAt: 라벨 생성일
  • name: 라벨명

정렬 조건

  • asc: 오름차순
  • desc: 내림차순

정렬 방법

  • {정렬 가능필드} {정렬조건}

정렬 예시

  • name desc: 라벨명 기준 내림차순 정렬

정렬 조건을 설정하지 않을 경우 아래 기준으로 정렬됩니다

  • createdAt desc: 라벨 생성일 기준 내림차순 정렬
Response

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json