curl --request GET \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
]
}curl --request GET \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/groups \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"label": "<string>",
"name": "<string>",
"displayOrder": 123
}
]
}Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
メディアブリッジアプリのappId。メディアブリッジを使用する開発者アカウント内に複数のアプリを持つことが可能です。
プロパティーグループを取得するオブジェクトのタイプ。
successful operation
Show child attributes