The root-level record that is supposed to represent a single Terms of Service.
2012-12-12T10:53:43-08:00When the legal item was created
The enterprise these terms apply to
11446498The unique identifier for this object
Acme Inc.The name of the enterprise
enterpriseValue is always enterprise
11446498The unique identifier for this object
2012-12-12T10:53:43-08:00When the legal item was modified.
enabledWhether 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.
managedWhether to apply these terms to managed users or external users
Value is one of managed,external
terms_of_serviceValue is always terms_of_service
{
"created_at": "2012-12-12T10:53:43-08:00",
"enterprise": {
"id": 11446498,
"name": "Acme Inc.",
"type": "enterprise"
},
"id": 11446498,
"modified_at": "2012-12-12T10:53:43-08:00",
"status": "enabled",
"text": "By using this service, you agree to ...",
"tos_type": "managed",
"type": "terms_of_service"
}