メインコンテンツへスキップ
APIバージョン 2024.0 1つのサービス利用規約に該当するとみなされるルートレベルのレコード。
このリソースにはAPIの使用時に発生する可能性があるいくつかのバリエーションがあります。通常、Standardバリアントに含まれるフィールドは、固有のAPIエンドポイントを介してこのリソースがリクエストされたときに返されます。 たとえば、fieldsパラメータが指定されていない場合、IDでファイルを取得すると、これらのフィールドが返されます。
id
string
11446498このサービス利用規約の一意の識別子。
type
string
terms_of_service値は常にterms_of_serviceになります。次の値に固定: terms_of_service
created_at
string(date-time)
2012-12-12T10:53:43-08:00リーガル項目が作成された日時。
enterprise
object
これらの利用規約が適用される企業。
modified_at
string(date-time)
2012-12-12T10:53:43-08:00リーガル項目が変更された日時。
status
string
enabledこれらの利用規約が有効になっているかどうか。次の値のいずれか1つ: enabled,disabled
text
string
By using this service, you agree to ...利用規約のテキスト。statusdisabledに設定されている場合は、このテキストが空になることがあります。
tos_type
string
managedこれらの利用規約を管理対象ユーザーに適用するか、外部ユーザーに適用するか。次の値のいずれか1つ: managed,external
{
  "id": "11446498",
  "type": "terms_of_service",
  "created_at": "2012-12-12T10:53:43-08:00",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  },
  "modified_at": "2012-12-12T10:53:43-08:00",
  "status": "enabled",
  "text": "By using this service, you agree to ...",
  "tos_type": "managed"
}