POST
/
api
/
v1
/
cms
/
template
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Cms/api/v1/cms/template \
  --header 'Content-Type: application/json' \
  --data '{
  "Paging": {
    "Start": 123,
    "Items": 123
  },
  "CategoryIds": [
    "<string>"
  ],
  "TemplateIds": [
    "<string>"
  ],
  "Sorting": {
    "Descending": true
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Templates": [
    {
      "Id": "<string>",
      "Name": "<string>",
      "Description": "<string>",
      "CategoryId": "<string>",
      "AllowedDestinations": [
        "<string>"
      ],
      "Permissions": "<string>",
      "Weight": 123,
      "Disabled": true,
      "Metadata": "<any>",
      "Priority": "<string>"
    }
  ],
  "TotalItems": 123
}

Body

application/json

Response

200 - application/json

The response is of type object.