API. Получение каталога услуг
Request parameters
Responses
{
"status": "success",
"current_page": 2,
"data": [
{
"id": 1,
"name": "Мезотерапия Mesoline (Мезолайн), 1 фл",
"print_name": "A11.01.012 Введение искусственных имплантатов в мягкие ткани, Mesoline, 1 фл",
"status": "true",
"cost": "1999.99",
"procedure_id": 201
}
],
"first_page_url": "https://{domain}/api/v1/{action}?page=1",
"from": 16,
"last_page": 2,
"last_page_url": "https://{domain}/api/v1/{action}?page=2",
"links": [
{
"url": "https://{domain}/api/v1/{action}?page=2",
"label": "2",
"active": "true"
}
],
"next_page_url": "example",
"path": "https://{domain}/api/v1/{action}",
"per_page": 15,
"prev_page_url": "https://{domain}/api/v1/{action}?page=1",
"to": 25,
"total": 25
}
{
"status": "error",
"message": "Заголовок ошибки",
"error": "Причина ошибки"
}
{
"status": "error",
"message": "Access denied",
"error": "Причина ошибки"
}
24 декабря 2025