List DNB Records

Read a page of records from the D&B storage of your organization.

SecurityapiKey
Request
query Parameters
featureOff
Array of strings (DnbRecordsReadFeatureParam)

Features to be deactivated during D&B Records Read.

Items Enum: "NUMBER_OF_TOTAL" "USE_DNB_MASTER_DATA_BASIC" "USE_DNB_MASTER_DATA_MGMT" "USE_DNB_MASTER_DATA_LNKG" "USE_DNB_MASTER_DATA_EXTENDED" "USE_DNB_LINKAGE_LNKELI"
Example: featureOff=NUMBER_OF_TOTAL
featureOn
Array of strings (DnbRecordsReadFeatureParam)

Features to be activated during D&B Records Read.

Items Enum: "NUMBER_OF_TOTAL" "USE_DNB_MASTER_DATA_BASIC" "USE_DNB_MASTER_DATA_MGMT" "USE_DNB_MASTER_DATA_LNKG" "USE_DNB_MASTER_DATA_EXTENDED" "USE_DNB_LINKAGE_LNKELI"
Example: featureOn=NUMBER_OF_TOTAL
limit
integer <int32> >= 1
Default: 500

Number of items to be returned on the page.

Example: limit=100
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
Responses
200

OK

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