Ads API •References / capi-measurement / Get CAPI Integrations for Business
Get CAPI Integrations for Business
Get all CAPI integrations for a business
Request
- business_idstring [uuid]Required
A unique identifier for the entity.
Example:ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
Response
CAPI integrations response.
- page_sizeinteger [int32]
- total_resultsinteger [int32]
- offsetinteger [int32]
- current_pageinteger [int32]
- capi_connection_idstring [uuid]Read only
A unique identifier for the CAPI integration.
Supported content-type(s):Example:
"2fd920ed-a111-43d4-bee2-74d078c479a5"
- integration_idstring [uuid]Read only
A unique identifier for the integration.
Supported content-type(s):Example:
"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
- namestring
The name of the CAPI integration.
Example:"Retail Sales"
- dataset_idstring [uuid]
A unique identifier for the dataset.
Example:"0d86b9e9-70f0-4700-a725-3417ba8786f6"
Response sample
{ "paging": { "page_size": 0, "total_results": 0, "offset": 0, "current_page": 0 }, "integrations": [ { "capi_connection_id": "2fd920ed-a111-43d4-bee2-74d078c479a5", "integration_id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a", "name": "Retail Sales", "dataset_id": "0d86b9e9-70f0-4700-a725-3417ba8786f6" } ]}