GET /external/api/reports/z-report

GET /external/api/reports/z-report

Query parameters

  • date string(date-time)
  • storeId string(uuid)

Responses

  • Success

    Hide headers attribute Show headers attribute
    • X-Pagination

      meta-data

    Hide response attributes Show response attributes object
    • id string(uuid)
    • storeId string(uuid)
    • title string | null
    • reportUrl string | null
    • reportType string

      Values are x, z, or custom.

    • createdAt string(date-time)
    • reportDate string(date-time) | null
    • canBeDeleted boolean
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id string(uuid)
    • storeId string(uuid)
    • title string | null
    • reportUrl string | null
    • reportType string

      Values are x, z, or custom.

    • createdAt string(date-time)
    • reportDate string(date-time) | null
    • canBeDeleted boolean
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • id string(uuid)
    • storeId string(uuid)
    • title string | null
    • reportUrl string | null
    • reportType string

      Values are x, z, or custom.

    • createdAt string(date-time)
    • reportDate string(date-time) | null
    • canBeDeleted boolean
    • Additional properties are NOT allowed
GET /external/api/reports/z-report
curl \
 --request GET 'https://demo.api.fygi.store/external/api/reports/z-report' \
 --header "authorization: $API_KEY"
Response examples (200)
# Headers

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

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