Action: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
URL: | /api/v1/client/matchflagged/audit/get | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description: | Fetch an existing Match Flagged Audit record based on Client Entity Identifier, Dow Jones Entity Identifier and Audit Date. Only Entity Identifiers can be passed here. Does not accept Alias Identifiers. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | ClientEntityID | Int32 | Client Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | EntityID | Int32 | Dow Jones Entity Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | TransactionDate | Date | Transaction Date (Audit Date) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | AuditType | Byte | 1=Add; 2=Update; 3=Delete | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Return Data: |
Json or XML of Client Match Flagged Audit record being fetched { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2025-10-03 00:00:00", "MatchedDate": "2025-10-03 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchFlagCategoryID": 8, "MatchFlagCategoryName": "Relevant Not Acceptable - High Risk PEP", "MetaDataDate": "23 Feb 1911", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "AuditTypeID": 2, "AuditTranDate": "2019-09-06 17:51:36", "DateLastChanged": "2019-09-06 17:51:36", "LastChangedByUserID": 101 } |
|
Action: | GET ALL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Method: | GET | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
URL: | /api/v1/client/matchflagged/audit/getall | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description: | Fetch Match Flagged Audit records based on User Identifier and Audit Date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Type | Key | DataType | Notes | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Headers | api-key | String | Your Api-Key | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | UserID | Int16 | User Identifier | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | FromDate | Date | Audit Start Date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | ToDate | Date | Audit End Date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | BusinessUnitID | Int32 | Business Unit Identifier (optional - value defaulted to 10 if not provided) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params | ReturnFormat | String | Json or Xml | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Return Data: |
Json or XML of Client Match Flagged Audit record being fetched { "ClientEntityID": 1234, "ClientEntityInterfaceReference": "AB1234", "ClientEntityLastName": "PUTIN", "ClientEntityFirstName": "VLADIMIR", "ClientEntityMiddleName": "", "EntityID": 170352, "EntityFullName": "VLADIMIR SPIRIDONOVICH PUTIN", "EntityLastName": "PUTIN", "EntityFirstName": "VLADIMIR", "EntityMiddleName": "SPIRIDONOVICH", "GeneratedDate": "2025-10-03 00:00:00", "MatchedDate": "2025-10-03 00:00:00", "ActionDays": 0, "Reason": "Relative or family member", "MatchFlagCategoryID": 8, "MatchFlagCategoryName": "Relevant Not Acceptable - High Risk PEP", "MetaDataDate": "23 Feb 1911", "MetaDataCountry": "Citizenship : Russia | Jurisdiction : Russia | Resident of : Russia", "ValidToDate": "2099-12-31 00:00:00", "Notify": true, "HandledByUserGroupID": "203", "HandledByUserGroupName": "Handler Group", "HandledByUserID": "105", "HandledByUserName": "Fred Jones", "ReportData": "", "ClientAliasEntityId": 3, "AliasInterfaceReference": "AB1234-Alias", "AuditTypeID": 2, "AuditTranDate": "2019-09-06 17:51:36", "DateLastChanged": "2019-09-06 17:51:36", "LastChangedByUserID": 101 } |
|