notification-templates

notification-templates
notification-templates

Represents a list of notification templates

JSON Example
{
    "pageInfo": {
        "totalCount": 0,
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string"
    },
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "notificationTemplates": [
        {
            "templateId": "string",
            "pluginTypeId": "string",
            "name": "string",
            "description": "string",
            "lastModifiedBy": "string",
            "lastModifiedOn": 0,
            "contentConfigs": [
                {
                    "baseResourceKindKeyStats": {
                        "resourceKindKey": {
                            "resourceKind": "string",
                            "adapterKind": "string"
                        },
                        "stats": [
                            "string"
                        ]
                    },
                    "ancestorResourceKindKeys": [
                        {
                            "resourceKindKey": {
                                "resourceKind": "string",
                                "adapterKind": "string"
                            },
                            "stats": [
                                "string"
                            ]
                        }
                    ],
                    "descendantResourceKindKeys": [
                        {
                            "resourceKindKey": {
                                "resourceKind": "string",
                                "adapterKind": "string"
                            },
                            "stats": [
                                "string"
                            ]
                        }
                    ]
                }
            ],
            "formattingTemplate": {},
            "templateProperties": [
                {
                    "key": "string",
                    "name": "string",
                    "type": "string",
                    "description": "string"
                }
            ],
            "attachedRuleCount": 0,
            "editable": false,
            "templateType": "string"
        }
    ]
}
pageInfo
Optional

Represents page information for a paged result

array of link
links
Optional

Collection of links

notificationTemplates
Optional

List of notification templates