get
https://api-identifid.determan.dev/v1/fraudreport-manager/fraudreportspaged
Response Payload Object
It is an array
| Property | Type | Description |
|---|---|---|
| transactionSignatureId | Guid | The flagged transaction signature ID. |
| referenceNumber | String | The ID of the flagged report in a more readable format. |
| isActive | Bool | Flag to inform if the report is active. |
| createdByUserEmail | String | The user email that created the report. |
| createdAtUtc | DateTime | The flagged report creation time in UTC. |
| deletedByUserEmail | String | The user email that deleted the report. |
| deletedAtUtc | DateTime | The flagged report deletion time in UTC. |
| fraudReportNotes | Array of Object "FraudReportNotes" (see definition Models ) |
The property "fraudReportNotes" in the response payload
The property "fraudReportNotes" will contain objects with some properties being null if the requester is not from the same account or does not have the correct permissions.
- createdByUserId
- modifiedByUserId
- createdByUserEmail
- modifiedByUserEmail
Controlled Errors
These are the error codes that will appear when the property hasErrors is equal to true.
| Error Code | Error Message |
|---|---|
| error_invalid_data | Invalid Filtering data Provided |
| failed_system_operation | Unable to load fraudreports |
