본문으로 건너뛰기

DictionaryItemListResponse

Page of dictionary items with the total item count, current page, and page size.

items object[]
  • Array [
  • nameName (string)필수

    Possible values: non-empty

    labelLabel (string)필수

    Possible values: non-empty

    synonymsstring[]
  • ]
  • totalTotal (integer)필수
    pagePage (integer)필수
    sizeSize (integer)필수
    DictionaryItemListResponse
    {
    "items": [
    {
    "name": "string",
    "label": "string",
    "synonyms": [
    "string"
    ]
    }
    ],
    "total": 0,
    "page": 0,
    "size": 0
    }