Lista rekomendacji
Zwraca wszystkie rekomendacje znajdujące się w systemie
Metoda: GET
Ścieżka: /api/v1/recommendations
Parametry
| Nazwa | Typ | Opis |
|---|
Parametry odpowiedzi
| Nazwa | Typ | Opis |
|---|---|---|
| id_meeting | integer | |
| id_user | integer | |
| recommendations | object |
Odpowiedź w formacie JSON
{
"status": 200,
"data": {
"list": [
{
"id_meeting": "integer",
"id_user": "integer",
"recommendations": {
"name": "string",
"lastname": "string",
"phone": "string"
}
}
],
"pagination": {
"page": "integer",
"pages_count": "integer",
"per_page": "integer",
"total": "integer"
}
}
}
Odpowiedź w formacie JSON
{
"status": 400,
"description": "Nieprawidłowe parametry"
}
Odpowiedź w formacie JSON
{
"status": 403,
"description": "Niepoprawne dane logowania"
}