POST V2/CMS/GetCMSDictionariesSort
Request Information
URI Parameters
None.
Body Parameters
SearchCMSDictionaryCond| Name | Description | Type | Additional information |
|---|---|---|---|
| CatId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CatId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CMSLetterSort| Name | Description | Type | Additional 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-12-06 11:36:54",
"TitleTransId": "a3f177a7-89cc-4b49-af4a-0bf05d693922"
},
{
"Id": 1,
"Key": "sample string 2",
"Title": "sample string 3",
"ContentDateTime": "2025-12-06 11:36:54",
"TitleTransId": "a3f177a7-89cc-4b49-af4a-0bf05d693922"
}
]
},
{
"Letter": "sample string 1",
"DictionariesSorts": [
{
"Id": 1,
"Key": "sample string 2",
"Title": "sample string 3",
"ContentDateTime": "2025-12-06 11:36:54",
"TitleTransId": "a3f177a7-89cc-4b49-af4a-0bf05d693922"
},
{
"Id": 1,
"Key": "sample string 2",
"Title": "sample string 3",
"ContentDateTime": "2025-12-06 11:36:54",
"TitleTransId": "a3f177a7-89cc-4b49-af4a-0bf05d693922"
}
]
}
]