Skip to content

/AWS1/CL_CNT=>LISTCONTACTREFERENCES()

About ListContactReferences

This API is in preview release for Amazon Connect and is subject to change.

For the specified referenceTypes, returns a list of references associated with the contact. References are links to documents that are related to a contact, such as emails, attachments, or URLs.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

IV_CONTACTID TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID

The identifier of the initial contact.

IT_REFERENCETYPES TYPE /AWS1/CL_CNTREFERENCETYPES_W=>TT_REFERENCETYPES TT_REFERENCETYPES

The type of reference.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

This is not expected to be set, because the value returned in the previous response is always null.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTLSTCONTACTREFERE01 /AWS1/CL_CNTLSTCONTACTREFERE01