GET
/
content
/
api
/
v2
/
layouts
/
{layoutId}
/
has-buffered-changes
Determine if the auto-save buffer differs from the live layout
curl --request GET \
  --url https://api.hubapi.com/content/api/v2/layouts/{layoutId}/has-buffered-changes
{
  "has_buffered_changes": true
}

Path Parameters

layoutId
string
required

The ID of the layout

Response

200 - application/json

Successful response

The response is of type object.