POST V2/CMS/GetCMSDictionariesSort

Request Information

URI Parameters

None.

Body Parameters

SearchCMSDictionaryCond
NameDescriptionTypeAdditional information
CatId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CatId": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchCMSDictionaryCond'.

Response Information

Resource Description

Collection of CMSLetterSort
NameDescriptionTypeAdditional information
Letter

string

None.

DictionariesSorts

Collection of CMSDictionariesSort

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Letter": "sample string 1",
    "DictionariesSorts": [
      {
        "Id": 1,
        "Key": "sample string 2",
        "Title": "sample string 3",
        "ContentDateTime": "2025-09-05 10:31:35",
        "TitleTransId": "8f36bbb8-f842-4c5a-a253-0e3f14c76be8"
      },
      {
        "Id": 1,
        "Key": "sample string 2",
        "Title": "sample string 3",
        "ContentDateTime": "2025-09-05 10:31:35",
        "TitleTransId": "8f36bbb8-f842-4c5a-a253-0e3f14c76be8"
      }
    ]
  },
  {
    "Letter": "sample string 1",
    "DictionariesSorts": [
      {
        "Id": 1,
        "Key": "sample string 2",
        "Title": "sample string 3",
        "ContentDateTime": "2025-09-05 10:31:35",
        "TitleTransId": "8f36bbb8-f842-4c5a-a253-0e3f14c76be8"
      },
      {
        "Id": 1,
        "Key": "sample string 2",
        "Title": "sample string 3",
        "ContentDateTime": "2025-09-05 10:31:35",
        "TitleTransId": "8f36bbb8-f842-4c5a-a253-0e3f14c76be8"
      }
    ]
  }
]