Download OpenAPI specification:
Fixture-only contract for viewing evidence items attached to a case. This is a UI/fixture contract and does not imply a production backend implementation.
{- "case_id": "string",
- "evidence_items": [
- {
- "attachment_id": "string",
- "kind": "FILE",
- "filename": "string",
- "content_type": "string",
- "size_bytes": 0,
- "url": "string",
- "note": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "actor_role": "ADMIN"
}
], - "normalized_status": "PENDING",
- "message": "string"
}