1つ のサービス利用規約に該当するとみなされるルートレベルのレコード。
11446498
このサービス利用規約の一意の識別子。
terms_of_service
値は常にterms_of_service
になります。
次の値に固定: terms_of_service
2012-12-12T10:53:43-08:00
リーガル項目が作成された日時。
これらの利用規約が適用される企業。
11446498
この会社の一意の識別子。
enterprise
値は常にenterprise
になります。
次の値に固定: enterprise
Acme Inc.
企業の名前。
2012-12-12T10:53:43-08:00
リーガル項目が変更された日時。
enabled
これらの利用規約が有効になっているかどうか。
次の値のいずれか1つ: enabled
,disabled
By using this service, you agree to ...
利用規約のテキスト。status
がdisabled
に設定されている場合は、このテキストが空になることがあります。
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"
}