Get All Notificants

Get All Notificants

Get all notification targets for a customer

Request
URI
GET
https://{api_host}/api/v2/notificant
COPY
Query Parameters
integer
offset
Optional

offset

integer
limit
Optional

limit


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerPagedNotificant of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "items": [
            {
                "method": "string",
                "id": "string",
                "contentType": "string",
                "description": "string",
                "createdEpochMillis": 0,
                "updatedEpochMillis": 0,
                "title": "string",
                "customerId": "string",
                "triggers": [
                    "string"
                ],
                "template": "string",
                "recipient": "string",
                "emailSubject": "string",
                "isHtmlContent": false,
                "routes": [
                    {
                        "method": "string",
                        "target": "string",
                        "filter": "string"
                    }
                ],
                "creatorId": "string",
                "updaterId": "string"
            }
        ],
        "offset": 0,
        "limit": 0,
        "cursor": "string",
        "totalItems": 0,
        "moreItems": false,
        "sort": {
            "ascending": false,
            "field": "string",
            "default": false
        }
    }
}
status
Required

status

response
Optional

response