The resolution SOAP API methods enable the retrieval of identities
and entities in the system details.
getEntityDetail() SOAP API method
Requests and obtains the details of particular entity that
is identified by the entity ID or by the external ID of one of its
composite identity records. The UMF API equivalent of the getEntityDetail method
are the SOA_ENTITY_DETAIL_REQUEST input document and the SOA_ENTITY_DETAIL_RESPONSE
output document.
getEventDetailByFilter() SOAP API method
Requests and obtains the details of those events that match
the specified criteria. The UMF API equivalent of the getEventDetailByFilter method
are the SOA_EVENT_DETAIL_BY_FILTER_REQUEST input document and the
SOA_EVENT_DETAIL_BY_FILTER_RESPONSE output document.
getEventDetailByID() SOAP API method
Requests and obtains the details of particular event that
is identified by an event ID. The UMF API equivalent of the getEventDetailByID method
are the SOA_EVENT_DETAIL_BY_ID_REQUEST input document and the SOA_EVENT_DETAIL_BY_ID_RESPONSE
output document.
getIdentityDetail() SOAP API method
Requests and obtains the details of particular identity
that is identified by the external ID of one of its composite identity
records. The UMF API equivalent of the getIdentityDetail method
are the SOA_IDENTITY_DETAIL_REQUEST input document and the SOA_IDENTITY_DETAIL_RESPONSE
output document.
getIdentitiesForEntity() SOAP API method
Requests and obtains the details of all identities that
comprise a specific entity that is identified by an entity ID or by
the external ID and data source code of one of its composite identities.
The UMF API equivalent of the getIdentitiesForEntity method
are the SOA_IDENTITIES_FOR_ENTITY_REQUEST input document and the SOA_IDENTITIES_FOR_ENTITY_RESPONSE
output document.