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

Business Partner IDs in a storage which should be filtered.

cdqIds
Array of strings

CDQ IDs which should be filtered

dataSourceId
Array of strings

IDs of data sources which should be filtered

externalId
Array of strings

Business Partner externalIDs which should be filtered.

featuresOff
Array of strings (BusinessPartnerIdentityLinksReadFeatureParam)

Features to be turned off.

Items Enum: Description
ACCEPT_REPLICATION_DELAYS

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

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 turned on.

Items Enum: Description
ACCEPT_REPLICATION_DELAYS

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

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 (e.g. CDQ.POOL) as ALEI prefix of the linked Business Partner used to filter the result of links returned OR in case of link between Business Partners in own data sources, string consisting of storageId:dataSourceId

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=10
storageId
required
string

ID of a storage which should be filtered.

Responses
200

OK

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