Pular para o conteúdo principal
GET
/
media-bridge
/
2026-03
/
{appId}
/
properties
/
{objectType}
/
{propertyName}
Get the details for a property
curl --request GET \
  --url https://api.hubapi.com/media-bridge/2026-03/{appId}/properties/{objectType}/{propertyName} \
  --header 'Authorization: Bearer <token>'
{
  "allowedObjectTypes": [
    {
      "innerId": 123,
      "metaTypeId": 123
    }
  ],
  "calculated": true,
  "canArchive": true,
  "canRestore": true,
  "createdAt": 123,
  "createdUserId": 123,
  "currencyPropertyName": "<string>",
  "deleted": true,
  "description": "<string>",
  "displayOrder": 123,
  "enforceMultivalueUniqueness": true,
  "externalOptions": true,
  "externalOptionsReferenceType": "<string>",
  "favorited": true,
  "favoritedOrder": 123,
  "fieldType": "<string>",
  "formField": true,
  "fromUserId": 123,
  "groupName": "<string>",
  "hasUniqueValue": true,
  "hidden": false,
  "hubspotDefined": true,
  "isCustomizedDefault": true,
  "isMultiValued": true,
  "isPartial": true,
  "label": "<string>",
  "mutableDefinitionNotDeletable": true,
  "name": "<string>",
  "options": [
    {
      "description": "<string>",
      "displayOrder": 123,
      "doubleData": 123,
      "hidden": true,
      "label": "<string>",
      "readOnly": true,
      "value": "<string>"
    }
  ],
  "optionsAreMutable": true,
  "owningAppId": 123,
  "portalId": 123,
  "readOnlyDefinition": true,
  "readOnlyValue": true,
  "searchableInGlobalSearch": true,
  "sensitiveDataCategories": [
    "<string>"
  ],
  "showCurrencySymbol": true,
  "updatedAt": 123
}

Supported products

Autorizações

Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de caminho

appId
integer<int32>
obrigatório
objectType
string
obrigatório
propertyName
string
obrigatório

Parâmetros de consulta

archived
boolean
padrão:false

Whether to return only results that have been archived.

properties
string

Resposta

successful operation

A HubSpot property

allowedObjectTypes
object[]
obrigatório

Object types permitted to use this property.

calculated
boolean
obrigatório

Whether the property is a calculated field.

canArchive
boolean
obrigatório
canRestore
boolean
obrigatório
createdAt
integer<int64>
obrigatório

The timestamp when the property was created, in ISO 8601 format.

createdUserId
integer<int64>
obrigatório

The ID of the user who created the property.

currencyPropertyName
string
obrigatório

The name of the related currency property.

dataSensitivity
enum<string>
obrigatório

Indicates the sensitivity level of the property, such as "non_sensitive", "sensitive", or "highly_sensitive".

Opções disponíveis:
high,
none,
standard
dateDisplayHint
enum<string>
obrigatório
Opções disponíveis:
absolute,
absolute_with_relative,
time_since,
time_until
deleted
boolean
obrigatório

Whether the property has been deleted.

description
string
obrigatório

A summary of the property's purpose.

displayMode
enum<string>
obrigatório

The mode in which the property is displayed. Can be: "current_value" or "all_unique_versions".

Opções disponíveis:
all_unique_versions,
current_value
displayOrder
integer<int32>
obrigatório

The position of the item relative to others in the list.

enforceMultivalueUniqueness
boolean
obrigatório
externalOptions
boolean
obrigatório

Applicable only for enumeration type properties. Should be set to true with a 'referencedObjectType' of 'OWNER'. Otherwise false.

externalOptionsReferenceType
string
obrigatório

When externalOptions is true, indicates the property's option values will be populated from other systems (e.g., "OWNER" for the hubspot_owner_id property).

favorited
boolean
obrigatório

Deprecated. Whether the property is marked as a favorite.

favoritedOrder
integer<int32>
obrigatório

Deprecated. The order position when marked as favorited.

fieldType
string
obrigatório

Determines how the property will appear in HubSpot's UI or on a form. Learn more in the properties API guide.

formField
boolean
obrigatório

Whether the property can appear on forms.

fromUserId
integer<int64>
obrigatório

The ID of the user who last updated the property.

groupName
string
obrigatório

The name of the group to which the property is assigned.

hasUniqueValue
boolean
obrigatório

Whether the property is a unique identifier property.

hidden
boolean
obrigatório

Whether or not the property will be hidden from the HubSpot UI. It's recommended that this be set to false for custom properties.

Exemplo:

false

hubspotDefined
boolean
obrigatório

A boolean value set to true for HubSpot default properties.

isCustomizedDefault
boolean
obrigatório

For default properties, whether the property has been customized. Equivalent to the 'isCustomizedDefault' field.

isMultiValued
boolean
obrigatório

Whether the property can contain multiple values.

isPartial
boolean
obrigatório

For default properties, whether the property has been customized. Equivalent to the 'isCustomizedDefault' field.

label
string
obrigatório

The display label for the property.

mutableDefinitionNotDeletable
boolean
obrigatório

Whether the property definition can be customized but not deleted.

name
string
obrigatório

The internal name for the property.

numberDisplayHint
enum<string>
obrigatório

Hint for how a number property is displayed and validated in HubSpot's UI. Can be: "unformatted", "formatted", "currency", "percentage", "duration", or "probability".

Opções disponíveis:
currency,
duration,
formatted,
percentage,
probability,
unformatted
optionSortStrategy
enum<string>
obrigatório

Specifies how to sort property options. Can be either "DISPLAY_ORDER" to defer to the displayOrder field, or "ALPHABETICAL".

Opções disponíveis:
ALPHABETICAL,
DISPLAY_ORDER
options
object[]
obrigatório

A list of valid options for the property. This field is required for enumerated properties.

optionsAreMutable
boolean
obrigatório

Whether options can be modified after creation.

owningAppId
integer<int64>
obrigatório
portalId
integer<int64>
obrigatório

The ID of the HubSpot account where the property is defined.

readOnlyDefinition
boolean
obrigatório

Whether the property's description is read-only.

readOnlyValue
boolean
obrigatório

Indicates if the property's value is read-only.

referencedObjectType
enum<string>
obrigatório

Deprecated. Use externalOptionsReferenceType instead.

Opções disponíveis:
ABANDONED_CART,
ACCEPTANCE_TEST,
AD,
AD_ACCOUNT,
AD_CAMPAIGN,
AD_GROUP,
AI_FORECAST,
ALL_PAGES,
APPROVAL,
APPROVAL_STEP,
ATTRIBUTION,
AUDIENCE,
AUTOMATION_JOURNEY,
AUTOMATION_PLATFORM_FLOW,
AUTOMATION_PLATFORM_FLOW_ACTION,
BET_ALERT,
BET_DELIVERABLE_SERVICE,
BLOG_LISTING_PAGE,
BLOG_POST,
CALL,
CAMPAIGN,
CAMPAIGN_BUDGET_ITEM,
CAMPAIGN_SPEND_ITEM,
CAMPAIGN_STEP,
CAMPAIGN_TEMPLATE,
CAMPAIGN_TEMPLATE_STEP,
CART,
CASE_STUDY,
CHATFLOW,
CLIP,
CMS_URL,
COMBO_EVENT_CONFIGURATION,
COMMERCE_PAYMENT,
COMMUNICATION,
COMPANY,
CONTACT,
CONTACT_CREATE_ATTRIBUTION,
CONTENT,
CONTENT_AUDIT,
CONTENT_AUDIT_PAGE,
CONVERSATION,
CONVERSATION_INBOX,
CONVERSATION_SESSION,
CRM_OBJECTS_DUMMY_TYPE,
CRM_PIPELINES_DUMMY_TYPE,
CTA,
CTA_VARIANT,
DATA_PRIVACY_CONSENT,
DATA_SYNC_STATE,
DEAL,
DEAL_CREATE_ATTRIBUTION,
DEAL_REGISTRATION,
DEAL_SPLIT,
DISCOUNT,
DISCOUNT_CODE,
DISCOUNT_TEMPLATE,
EMAIL,
ENGAGEMENT,
EXPORT,
EXTERNAL_WEB_URL,
FEE,
FEEDBACK_SUBMISSION,
FEEDBACK_SURVEY,
FILE_MANAGER_FILE,
FILE_MANAGER_FOLDER,
FOLDER,
FORECAST,
FORM,
FORM_SUBMISSION_INBOUNDDB,
GOAL_TARGET,
GOAL_TARGET_GROUP,
GOAL_TEMPLATE,
GSC_PROPERTY,
HUB,
IMPORT,
INVOICE,
KEYWORD,
KNOWLEDGE_ARTICLE,
LANDING_PAGE,
LEAD,
LINE_ITEM,
MARKETING_CALENDAR,
MARKETING_CAMPAIGN_UTM,
MARKETING_EMAIL,
MARKETING_EVENT,
MARKETING_EVENT_ATTENDANCE,
MARKETING_SMS,
MEDIA_BRIDGE,
MEETING_EVENT,
MIC,
NOTE,
OBJECT_LIST,
ORDER,
OWNER,
PARTNER_ACCOUNT,
PARTNER_CLIENT,
PARTNER_CLIENT_REVENUE,
PARTNER_SERVICE,
PAYMENT_LINK,
PAYMENT_SCHEDULE,
PAYMENT_SCHEDULE_INSTALLMENT,
PERMISSIONS_TESTING,
PLAYBOOK,
PLAYBOOK_QUESTION,
PLAYBOOK_SUBMISSION,
PLAYBOOK_SUBMISSION_ANSWER,
PLAYLIST,
PLAYLIST_FOLDER,
PODCAST_EPISODE,
PORTAL,
PORTAL_OBJECT_SYNC_MESSAGE,
POSTAL_MAIL,
PRIVACY_SCANNER_COOKIE,
PRODUCT,
PRODUCT_OR_FOLDER,
PROPERTY_INFO,
PROSPECTING_AGENT_CONTACT_ASSIGNMENT,
PUBLISHING_TASK,
QUARANTINED_SUBMISSION,
QUOTA,
QUOTE,
QUOTE_FIELD,
QUOTE_MODULE,
QUOTE_MODULE_FIELD,
QUOTE_TEMPLATE,
RESTORABLE_CRM_OBJECT,
ROSTER,
ROSTER_MEMBER,
SALES_DOCUMENT,
SALES_TASK,
SALES_WORKLOAD,
SALESFORCE_SYNC_ERROR,
SCHEDULING_PAGE,
SCHEMAS_BACKEND_TEST,
SCORE_CONFIGURATION,
SEQUENCE,
SEQUENCE_ENROLLMENT,
SEQUENCE_STEP,
SEQUENCE_STEP_ENROLLMENT,
SERVICE,
SITE_PAGE,
SNIPPET,
SOCIAL_BROADCAST,
SOCIAL_CHANNEL,
SOCIAL_POST,
SOCIAL_PROFILE,
SOX_PROTECTED_DUMMY_TYPE,
SOX_PROTECTED_TEST_TYPE,
SUBMISSION_TAG,
SUBSCRIPTION,
TASK,
TASK_TEMPLATE,
TAX,
TEMPLATE,
TICKET,
UNKNOWN,
UNSUBSCRIBE,
USER,
VIEW,
VIEW_BLOCK,
WEB_INTERACTIVE
searchTextAnalysisMode
enum<string>
obrigatório
Opções disponíveis:
NONE,
NOT_ANALYZED_TEXT

Whether the property is searchable globaly.

sensitiveDataCategories
string[]
obrigatório

When sensitiveData is true, lists the type of sensitive data contained in the property (e.g., "HIPAA").

showCurrencySymbol
boolean
obrigatório

Whether to show the currency symbol in HubSpot's UI.

textDisplayHint
enum<string>
obrigatório

Hint for how the text is displayed and validated in HubSpot's UI. Can be: "unformatted_single_line", "multi_line", "email", "phone_number", "domain_name", "ip_address", "physical_address", or "postal_code".

Opções disponíveis:
domain_name,
email,
ip_address,
multi_line,
phone_number,
physical_address,
postal_code,
unformatted_single_line
type
enum<string>
obrigatório

The data type of the property, such as string or number.

Opções disponíveis:
bool,
currency_number,
date,
datetime,
enumeration,
json,
number,
object_coordinates,
phone_number,
string
updatedAt
integer<int64>
obrigatório

The timestamp when the property was last updated, in ISO 8601 format.

Última modificação em 5 de junho de 2026