サービス利用規約のユーザーステータス
サービス利用規約とユーザーの関連付け。属性と例
属性と例
| プロパティ | 型 | 必須 | 説明 |
|---|---|---|---|
id | string | はい | このサービス利用規約のユーザーステータスの一意の識別子。 |
type | enum<string> | はい | 値は常にterms_of_service_user_statusになります。 使用可能なオプション: terms_of_service_user_status. |
tos | サービス利用規約 (Base) | いいえ | サービス利用規約。 |
user | ユーザー (Mini) | いいえ | ユーザー。 |
is_accepted | boolean | いいえ | ユーザーがサービス利用規約に同意したかどうか。 |
created_at | string | いいえ | リーガル項目が作成された日時。 |
modified_at | string | いいえ | リーガル項目が変更された日時。 |
例
{
"id": "11446498",
"type": "terms_of_service_user_status",
"tos": {
"id": "11446498",
"type": "terms_of_service"
},
"user": {
"id": "11446498",
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"is_accepted": true,
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}
サービス利用規約のユーザーステータス
サービス利用規約のユーザーステータスのリスト。属性と例
属性と例
| プロパティ | 型 | 必須 | 説明 |
|---|---|---|---|
total_count | integer | いいえ | オブジェクトの合計数。 |
entries | array of サービス利用規約のユーザーステータス | いいえ | サービス利用規約のユーザーステータスのリスト。 |
例
{
"total_count": 2,
"entries": [
{
"id": "11446498",
"type": "terms_of_service_user_status",
"tos": {
"id": "11446498",
"type": "terms_of_service"
},
"user": {
"id": "11446498",
"type": "user",
"name": "Aaron Levie",
"login": "ceo@example.com"
},
"is_accepted": true,
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}
]
}
