メインコンテンツへスキップ
GET
/
feature-flags
/
v3
/
{appId}
/
flags
/
{flagName}
/
portals
設定されたフラグ状態のアカウントを取得
curl --request GET \
  --url https://api.hubapi.com/feature-flags/v3/{appId}/flags/{flagName}/portals \
  --header 'Authorization: Bearer <token>'
{
  "portalFlagStates": [
    {
      "appId": 123,
      "flagName": "<string>",
      "flagState": "ABSENT",
      "portalId": 123
    }
  ]
}

Supported products

承認

Authorization
string
header
必須

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

パスパラメータ

appId
integer<int32>
必須

アプリのID。

flagName
string
必須

フラグの名前(「hs-release-app-cards」または「hs-hide-crm-cards」)。

クエリパラメータ

limit
integer<int32>

ページごとに表示する結果の最大数。

startPortalId
integer<int32>

掲載情報の最初のアカウントIDで、ページ送りが有効。

レスポンス

successful operation

portalFlagStates
object[]
必須
Last modified on April 13, 2026