Zum Hauptinhalt springen
GET
/
media-bridge
/
2026-03
/
{appId}
/
properties
/
{objectType}
/
groups
/
{groupName}
Get a specific property group
curl --request GET \
  --url 'https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/groups/{groupName}?hapikey='
{
  "archived": true,
  "label": "<string>",
  "name": "<string>",
  "displayOrder": 123
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
string
erforderlich
Pattern: .+
groupName
string
erforderlich
objectType
string
erforderlich

Antwort

successful operation

archived
boolean
erforderlich
label
string
erforderlich
name
string
erforderlich
displayOrder
integer<int32>
Last modified on April 9, 2026