POST V2/CMS/GetCMSDictionariesSort
Request Information
URI Parameters
None.
Body Parameters
SearchCMSDictionaryCondName | Description | Type | Additional information |
---|---|---|---|
CatId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CatId": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of CMSLetterSortName | 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": "2024-11-15 14:37:51", "TitleTransId": "4510e990-84f2-49a1-a5ca-8f91d9774152" }, { "Id": 1, "Key": "sample string 2", "Title": "sample string 3", "ContentDateTime": "2024-11-15 14:37:51", "TitleTransId": "4510e990-84f2-49a1-a5ca-8f91d9774152" } ] }, { "Letter": "sample string 1", "DictionariesSorts": [ { "Id": 1, "Key": "sample string 2", "Title": "sample string 3", "ContentDateTime": "2024-11-15 14:37:51", "TitleTransId": "4510e990-84f2-49a1-a5ca-8f91d9774152" }, { "Id": 1, "Key": "sample string 2", "Title": "sample string 3", "ContentDateTime": "2024-11-15 14:37:51", "TitleTransId": "4510e990-84f2-49a1-a5ca-8f91d9774152" } ] } ]