{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Terms of Service User Statuses API", "version": "1.0" }, "items": [ { "info": { "name": "Terms of Service User Statuses", "type": "folder" }, "items": [ { "info": { "name": "Box List terms of service user statuses", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/terms_of_service_user_statuses", "params": [ { "name": "tos_id", "value": "324234", "type": "query", "description": "The ID of the terms of service." }, { "name": "user_id", "value": "123334", "type": "query", "description": "Limits results to the given user ID." } ] }, "docs": "Retrieves an overview of users and their status for a\nterms of service, including Whether they have accepted\nthe terms and when." }, { "info": { "name": "Box Create terms of service status for new user", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/terms_of_service_user_statuses", "body": { "type": "json", "data": "{}" } }, "docs": "Sets the status for a terms of service for a user." }, { "info": { "name": "Box Update terms of service status for existing user", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/terms_of_service_user_statuses/:terms_of_service_user_status_id", "params": [ { "name": "terms_of_service_user_status_id", "value": "324234", "type": "path", "description": "The ID of the terms of service status." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the status for a terms of service for a user." } ] } ], "bundled": true }