Get all business asset groups for a business.
Example
GET /v25.0/{business-id}/business_asset_groups HTTP/1.1
Host: graph.facebook.com
Parameters
This endpoint doesn't have any parameters.
Fields
Reading from this edge will return a JSON formatted result:
{
"data": [],
"paging": {},
"summary": {}
}
data
A list of BusinessAssetGroup nodes.
paging
summary
Aggregated information about the edge, such as counts. Specify the fields to fetch in the summary param (like summary=__type__).
|
Field
|
Description
|
|---|
|
Total number of business asset groups for this business.
|
Error Codes
|
Error Code
|
Description
|
|---|
| |
| Invalid OAuth 2.0 Access Token |