Parameter | Type | Default | Description |
---|---|---|---|
per_page | integer | 100 | Number of results to be returned per request (100 is the maximum) |
page_no | integer | 1 | Number of results page |
report_status | enum: ['safe', 'need_help] | null | When present, returns only Alerts having given report_status |
seen | boolean | null | When true, returns only seen Alerts - and vice versa |
reported | boolean | null | When true, returns only Alerts the member has reported to - and vice versa |
{
"alerts": [], // List of alerts - see 'Alert model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}