Запрос:
curl -X 'GET' \ 'https://apicsp.csat.ru/api/v1/reports' \ -H 'accept: */*' \ -H 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvYXBpY3NwLmNzYXQucnUiLCJhdWQiOiJ' \ -H 'Content-Type: application/json'
Ответ:
[ { "id": 1316, "creator_id": 125, "name": "Последний выход на связь test" } ]
id - id отчета в системе;
creator_id - id создателя отчета в системе;
name - Название отчета в системе;
Коды ответов
200 - Success
404 - Could Not Find Resource