Informacyjne

Pobierz listę Twoich aktywnych komunikatów i alertów systemowych

Zwraca ustrukturyzowaną i stronicowaną listę wszystkich aktywnych komunikatów widocznych na pulpicie panelu.

get/alerts

Query parameters

pageinteger

Numer strony z wynikami alertów.

Response

Sukces. Zwraca ustrukturyzowaną listę komunikatów z paginacją.

Example response

{
  "data": [
    {
      "type": "allegro_wrong_refresh_token",
      "severity": "high",
      "title": "Błąd tokenu Allegro",
      "message": "Nie udało się automatycznie przedłużyć ważności danych dostępowych do konta Allegro (Konto1)."
    }
  ],
  "pagination": {
    "current_page": 1,
    "limit_days": 10,
    "total_pages": 3
  },
  "links": {
    "self": "https://demo.sellasist.pl/api/v1/alerts?page=1",
    "next": "https://demo.sellasist.pl/api/v1/alerts?page=2"
  },
  "meta": {
    "api_version": "1.0"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.