Search blocked entities
POST/fraud-reports-srv/graph/blockedentities
Returns currently active blocked SUB and IP entities from FDS result documents.
A block is active when its expiresAt is in the future. Results are deduplicated per
blocked sub or IP on each page. Pagination (from / size) applies at the FDS document
level; total reflects unique blocked entities, and documentTotal reflects raw document
matches.
Returns 204 No Content when no matching blocked entities are found.
Request
Responses
- 200
- 204
- 400
- 401
- 500
OK
No Content — no active blocked entities matched the search.
Bad Request — invalid date range, pagination, sort field, or filter.
Unauthorized
Internal Server Error