Query parameters

Responses

GET /external/api/reports/z-report
curl \
 -X GET http://test.api.fygi.store/external/api/reports/z-report \
 -H "authorization: $API_KEY"
Response examples (200)
# Headers

# Payload
{
  "id": "string",
  "storeId": "string",
  "title": "string",
  "reportUrl": "string",
  "reportType": "x",
  "createdAt": "2024-05-04T09:42:00+00:00",
  "reportDate": "2024-05-04T09:42:00+00:00",
  "canBeDeleted": true
}
Response examples (200)
# Headers

# Payload
{
  "id": "string",
  "storeId": "string",
  "title": "string",
  "reportUrl": "string",
  "reportType": "x",
  "createdAt": "2024-05-04T09:42:00+00:00",
  "reportDate": "2024-05-04T09:42:00+00:00",
  "canBeDeleted": true
}