The root-level record that is supposed to represent a single Terms of Service.
11446498
The unique identifier for this terms of service.
terms_of_service
The value will always be terms_of_service
.
Value is always terms_of_service
2012-12-12T10:53:43-08:00
When the legal item was created.
The enterprise these terms apply to.
11446498
The unique identifier for this enterprise.
enterprise
The value will always be enterprise
.
Value is always enterprise
Acme Inc.
The name of the enterprise.
2012-12-12T10:53:43-08:00
When the legal item was modified.
enabled
Whether these terms are enabled or not.
Value is one of enabled
,disabled
By using this service, you agree to ...
The text for your terms and conditions. This text could be
empty if the status
is set to disabled
.
managed
Whether to apply these terms to managed users or external users.
Value is one of 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"
}