curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/templatecategory \
--header 'Content-Type: application/json' \
--data '{
"Paging": {
"Start": 123,
"Items": 123
},
"Sorting": {
"Descending": true
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"TemplateCategories": [
{
"Id": "<string>",
"Description": "<string>",
"AllowedDestinations": [
"<string>"
],
"Permissions": "<string>",
"Name": "<string>",
"TemplateCount": 123
}
],
"TotalItems": 123
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/templatecategory \
--header 'Content-Type: application/json' \
--data '{
"Paging": {
"Start": 123,
"Items": 123
},
"Sorting": {
"Descending": true
}
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"TemplateCategories": [
{
"Id": "<string>",
"Description": "<string>",
"AllowedDestinations": [
"<string>"
],
"Permissions": "<string>",
"Name": "<string>",
"TemplateCount": 123
}
],
"TotalItems": 123
}
The response is of type object
.