Disclosure API · problems · HTTP 404
disclosure_not_found
No disclosure exists for this permanent identifier.
- What it means
- The permanent disclosure_id namespace was searched across active and withdrawn records and nothing matched. Withdrawn identifiers still resolve with their reason, so a 404 means the identifier was never issued.
- What to do
- Check the identifier against a served row.
- Retry
- Fix the request; do not retry as sent.
- Who changes what
- The caller. The request as sent cannot be answered; the detail field says why.
- On the wire
Content-Type: application/problem+json{"type":"https://www.veridionmarkets.com/data-api/problems/disclosure_not_found","code":"disclosure_not_found","status":404,…,"request_id":"…"}
Documented for version 1.3.5. The request_id in the body equals the X-Request-ID header; quote it to support@veridionmarkets.com. All problems · API page