List Identity Links

Read Identity Links from the Matching Decision Log identified by ID.

SecurityapiKey
Request
query Parameters
businessPartnerId
string (BusinessPartnerId)

Business Partner ID provided by CDQ that is unique across all stored Business Partners in CDQ Cloud

Example: businessPartnerId=63e635235c06b7396330fe40
dataSourceId
string (BusinessPartnerStorageDataSourceId)

Unique Storage's Data Source identifier.

Example: dataSourceId=648824a691d8d2503d65103e
limit
integer <int32> [ 1 .. 250 ]
Default: 20

Number of items to be returned.

Example: limit=100
linkStorageId
required
string

Link Storage Id.

Example: linkStorageId=72d6900fce6b326088f5d9d91049e3e6
startAfter
string (StartAfter)

Indicator for the next page. Used together with nextStartAfter from the result.

Example: startAfter=5712566172571652
storageId
required
string (BusinessPartnerStorageId)

Unique Storage identifier

Example: storageId=72d6900fce6b326088f5d9d91049e3e6
Responses
200

OK

201

Created

401

Unauthorized

403

Forbidden

404

Not Found

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