Get the list of deleted intercoms
Get the list of deleted intercoms
GET /api/admin/v1/deleted-intercoms |
Parameters
int
per_page, Number of elements in one pagination page.
int
page, Pagination page number
string
search, The search is carried out by the name of the intercom
string
sort, The sorting parameter. Possible values: title, vendor, created_at, deleted_at
string
dir, In which direction to sort. desc - from more to less, asc - from less to more
string
vendor, Filtering by model. Possible values in [VMS Admin/Settings/General administrator configurations](../../settings/static.md) under the key intercom_vendors
date
from, The beginning of the time interval (by date when intercom was removed)
date
to, End of the time interval (by date when intercom was removed)
200 |
Successful response
JSON
|
401 |
Authorization token not sent or not valid |