NATS5 REST API Mailing GET queue
From TMM Wiki
Jump to navigationJump to search
GET /mailing/queue
Description
- Search mail queue
Resource URL
- http://domain/api/mailing/queue
- Replace domain with the nats domain
- GET
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- deleted
- type: trinary_digit (0, 1, or 2)
- optional
- status
- type: trinary_digit (0, 1, or 2)
- optional
- type
- type: string
- optional
- subject
- type: string
- optional
- send_to
- type: string
- optional
- orderby
- type: string
- optional
- count
- type: digit
- optional
- start
- type: digit
- optional
- count_only
- type: boolean_digit
- optional