Sideline Exchange/
Dashboard →

Errors

invalid_parameter

HTTP 400Invalid parameterRead APIManagement API

What happened

A query parameter was the wrong shape — an id with the wrong prefix (team must be a tm_ id), an unparseable date, an unknown status, or no filter at all where at least one is required.

How to fix it

The detail names the parameter and what it expects. Ids are prefixed, so the prefix itself tells you whether you passed the right kind of thing.

What you received
{
  "type": "https://docs.sidelineexchange.com/errors/invalid_parameter",
  "title": "Invalid parameter",
  "status": 400,
  "detail": "…"
}

Worth understanding

  • Prefixed ULID — Every identifier says what it is: fx_ fixture, tm_ team, cmp_ competition, org_ organization, ven_ venue, src_ source, feed_, batch_, obs_.