The SOA_ROLE_ALERTS_BY_ENTITY_REQUEST input document contains the request and search criteria to obtain the details of all role alerts for a specific entity that is identified by its entity ID or by the external ID of one of its composite identity records. The results of this Web services input document are returned to the calling application in a SOA_ROLE_ALERTS_BY_ENTITY_RESPONSE output document.
The SOAP-RPC equivalent of the SOA_ROLE_ALERTS_BY_ENTITY_REQUEST input document and the SOA_ROLE_ALERTS_BY_ENTITY_RESPONSE output document is the getRoleAlertsByEntity method.
<SOA_ROLE_ALERTS_BY_ENTITY_REQUEST> <ENTITY_ID>12121212</ENTITY_ID> <DEPTH>FULL</DEPTH> </SOA_ROLE_ALERTS_BY_ENTITY_REQUEST>This example SOA_ROLE_ALERTS_BY_ENTITY_REQUEST query requests the details of role alerts that are identified by data source value EMPL, and the unique ID for the entity in the data source value of 0982.
<SOA_ROLE_ALERTS_BY_ENTITY_REQUEST> <DSRC_CODE>EMPL</DSRC_CODE> <DSRC_ACCT>0982</DSRC_ACCT> <DEPTH>FULL</DEPTH> </SOA_ROLE_ALERTS_BY_ENTITY_REQUEST>
<SOA_ROLE_ALERTS_BY_ENTITY_RESPONSE> <ENTITY_ID>12121212</ENTITY_ID> <ALERT> <ALERT_ID>1234567</ALERT_ID> <CONFLICT_RULE_ID>15</CONFLICT_RULE_ID> <PATH_STRENGTH>88.3</PATH_STRENGTH> <ENTITY> <ENTITY_ID>12121212</ENTITY_ID> <LARGE_ENTITY>false</LARGE_ENTITY> <ENTITY_TYPE>PERSON</ENTITY_TYPE> </ENTITY> <ENTITY> <ENTITY_ID>23232323</ENTITY_ID> <LARGE_ENTITY>false</LARGE_ENTITY> <ENTITY_TYPE>PERSON</ENTITY_TYPE> </ENTITY> </ALERT> <ALERT> <ALERT_ID>1234567</ALERT_ID> <CONFLICT_RULE_ID>15</CONFLICT_RULE_ID> <PATH_STRENGTH>68.4</PATH_STRENGTH> <ENTITY> <ENTITY_ID>12121212</ENTITY_ID> <LARGE_ENTITY>false</LARGE_ENTITY> <ENTITY_TYPE>PERSON</ENTITY_TYPE> </ENTITY> <ENTITY> <ENTITY_ID>23232323</ENTITY_ID> <LARGE_ENTITY>false</LARGE_ENTITY> <ENTITY_TYPE>PERSON</ENTITY_TYPE> </ENTITY> </ALERT> <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT> </SOA_ROLE_ALERTS_BY_ENTITY_RESPONSE>