Skip to main content

DictionaryItemListResponse

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

items object[]
  • Array [
  • nameName (string)required

    Possible values: non-empty

    labelLabel (string)required

    Possible values: non-empty

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