Zum Hauptinhalt springen
GET
/
scheduler
/
v3
/
meetings
/
meeting-links
/
book
/
{slug}
予約情報のリスト
curl --request GET \
  --url https://api.hubapi.com/scheduler/v3/meetings/meeting-links/book/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "linkId": "<string>",
  "customParams": {
    "redirectUrl": "<string>",
    "startTimeIncrementMinutes": "<string>",
    "guestSettings": {
      "maxGuestCount": 123,
      "canAddGuests": true
    },
    "language": "<string>",
    "availability": {},
    "locale": "<string>",
    "ownerPrioritized": true,
    "legalConsentOptions": {
      "legitimateInterestSubscriptionTypes": [
        123
      ],
      "processingConsentCheckboxLabel": "<string>",
      "communicationConsentText": "<string>",
      "legitimateInterestLegalBasis": "LEGITIMATE_INTEREST_PQL",
      "processingConsentType": "<string>",
      "privacyPolicyText": "<string>",
      "processingConsentText": "<string>",
      "communicationConsentCheckboxes": [
        {
          "communicationTypeId": "<string>",
          "label": "<string>",
          "required": true
        }
      ],
      "processingConsentFooterText": "<string>",
      "isLegitimateInterest": true
    },
    "welcomeScreenInfo": {
      "useCompanyLogo": true,
      "description": "<string>",
      "showWelcomeScreen": true,
      "title": "<string>",
      "logoUrl": "<string>"
    },
    "meetingBufferTime": 123,
    "weeksToAdvertise": 123,
    "displayInfo": {
      "publicDisplayAvatarOption": "<string>",
      "companyAvatar": "<string>",
      "avatar": "<string>",
      "headline": "<string>"
    },
    "durations": [
      123
    ],
    "location": "<string>",
    "formFields": [
      {
        "isRequired": true,
        "name": "<string>",
        "options": [
          {
            "hidden": true,
            "displayOrder": 123,
            "doubleData": 123,
            "description": "<string>",
            "readOnly": true,
            "label": "<string>",
            "value": "<string>"
          }
        ],
        "isCustom": true,
        "label": "<string>",
        "type": "<string>",
        "fieldType": "<string>"
      }
    ],
    "legalConsentEnabled": true,
    "customAvailabilityEndDate": 123,
    "customAvailabilityStartDate": 123
  },
  "linkAvailability": {
    "hasMore": true,
    "linkAvailabilityByDuration": {}
  },
  "brandingMetadata": {
    "logoHeight": 123,
    "logoAltText": "<string>",
    "companyCity": "<string>",
    "companyAddressLine1": "<string>",
    "showSalesAd": true,
    "companyAddressLine2": "<string>",
    "accentColor": "<string>",
    "companyName": "<string>",
    "companyState": "<string>",
    "primaryColor": "<string>",
    "showMarketingAd": true,
    "accent2Color": "<string>",
    "companyDomain": "<string>",
    "logoUrl": "<string>",
    "logoWidth": 123,
    "companyCountry": "<string>",
    "companyAvatar": "<string>",
    "companyZip": "<string>",
    "secondaryColor": "<string>"
  },
  "isOffline": true,
  "linkType": "PERSONAL_LINK",
  "allUsersBusyTimes": [
    {
      "meetingsUser": {
        "isSalesStarter": true,
        "calendarProvider": "<string>",
        "id": "<string>",
        "userId": "<string>",
        "userProfile": {
          "firstName": "<string>",
          "lastName": "<string>",
          "fullName": "<string>",
          "email": "<string>"
        }
      },
      "busyTimes": [
        {
          "start": 123,
          "end": 123
        }
      ],
      "isOffline": true
    }
  ]
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Professional
この API には、次のいずれかのスコープが必要です。
scheduler.meetings.meeting-link.read

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

情報が必要なスケジュール設定ページへのパス。

Query Parameters

timezone
string
required

指定されたタイムゾーンに基づいてレスポンスする時間を返します。

Response

successful operation

customParams
object
required
isOffline
boolean
required
Verfügbare Optionen:
PERSONAL_LINK,
GROUP_CALENDAR,
ROUND_ROBIN_CALENDAR
allUsersBusyTimes
object[]
required
brandingMetadata
object