Subscriptions

Everything about Subscriptions

Read Links

Reads a page of links of the Business Partners starting from the 'startAfter' and with a size of 'limit'.

SecurityapiKey
Request
query Parameters
businessPartnerId
Array of strings (BusinessPartnerId)

Business Partner IDs which should be filtered.

Example: businessPartnerId=63e635235c06b7396330fe40
cdqIds
Array of strings

CDQ IDs which should be filtered.

Example: cdqIds=VIES:PL8660001429
dataSourceId
Array of strings (BusinessPartnerStorageDataSourceId)

Filter by specified Data Source ID.

Example: dataSourceId=648824a691d8d2503d65103e
externalId
Array of strings (BusinessPartnerExternalId)

Business Partner externalIDs.

Example: externalId=The ID managed in the customer's SAP systems.
featuresOff
Array of strings (BusinessPartnerIdentityLinksReadFeatureParam)

Features to be deactivated.

Items Enum: Description
ACCEPT_REPLICATION_DELAYS

Accepts replication delays in persisting to the database. Allows faster data access. By default, deactivated.

NUMBER_OF_TOTAL

Allows to switch fetching the total number of Business Partners to improve performance. By default, turned on.

Example: featuresOff=ACCEPT_REPLICATION_DELAYS
featuresOn
Array of strings (BusinessPartnerIdentityLinksReadFeatureParam)

Features to be activated.

Items Enum: Description
ACCEPT_REPLICATION_DELAYS

Accepts replication delays in persisting to the database. Allows faster data access. By default, deactivated.

NUMBER_OF_TOTAL

Allows to switch fetching the total number of Business Partners to improve performance. By default, turned on.

Example: featuresOn=ACCEPT_REPLICATION_DELAYS
limit
integer <int32> >= 1
Default: 500

Number of items to be returned on the page.

Example: limit=100
referenceDataSource
Array of strings

Reference data source as ALEI prefix of the linked Business Partner.

Example: referenceDataSource=CDQ.POOL
startAfter
string

Only items with an ID greater than the given one will be retrieved.

When nextStartAfter provided in the response, should be used instead of the ID as an indicator for a next page.

Example: startAfter=5712566172571652
storageId
required
string (BusinessPartnerStorageId)

Unique identifier of the Storage.

Example: storageId=72d6900fce6b326088f5d9d91049e3e6
Responses
200

OK

get/v4/businesspartners/identitylinks
Request samples
Response samples
application/json
{
  • "startAfter": "5712566172571652",
  • "nextStartAfter": "5712566172571652",
  • "limit": "100",
  • "total": "67",
  • "values": [
    ]
}