Skip to main content
GET
/
reports
/
edi
/
summary
EDI aggregate summary
curl --request GET \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/reports/edi/summary \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "success_count": 123,
  "failed_count": 123,
  "pending_count": 123,
  "success_rate": 123,
  "ack_997_count": 123,
  "ack_997_rate": 123,
  "by_type": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.joinluminous.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Query Parameters

date_from
string<date-time>

Start of date range

date_to
string<date-time>

End of date range

edi_type
string

Comma-separated types; defaults to core set

Response

EDI aggregate summary

total
integer
success_count
integer
failed_count
integer
pending_count
integer
success_rate
number
ack_997_count
integer
ack_997_rate
number
by_type
object