getAllEntityContentReferencesByEntityId

Description
This inquiry transaction returns all content references for a given InstancePK and entity name, based on a filter.
Web Services
Operation name: getAllEntityContentReferencesByEntityId
Service name: DWLBusinessServices
Example
Retrieve all active content reference information for the InstancePK "10012321".
Usage information
This transaction does not support the Pagination feature.
Preconditions
Not applicable
Mandatory input
  • InstancePK
  • EntityName
  • Filter
Inquiry levels
Not applicable
Filter values
This transaction supports filters. Valid values are:
  • ACTIVE - returns only active content reference information.
  • INACTIVE - returns only inactive content reference information.
  • ALL - returns all content reference information, both active and inactive.

The filter value is mandatory.

Filter values are not case sensitive for this transaction.

Transaction behavior
A record is considered active when its StartDate is before the current date and its EndDate is after the current date.

A record is considered inactive when its StartDate is after the current date, or when its EndDate is before the current date.

Request message
<InquiryType> getAllEntityContentReferencesByEntityId

<InquiryParam>

<tcrmParam name ="InstancePK">

<tcrmParam name ="EntityName">

<tcrmParam name ="Filter">

Response objects
ContentReferenceBObj
Special note
Not applicable