{"service":"Box Platform API","base_url":"https://api.box.com/2.0","auth":{"type":"bearer"},"intents":[{"id":"authorize_user","method":"GET","path":"/authorize","params":{"response_type":"string","client_id":"string","redirect_uri":"string","state":"string","scope":"string"},"returns":"OAuth authorization redirect"},{"id":"list_collaboration_whitelist_entries","method":"GET","path":"/collaboration_whitelist_entries","params":{"marker":"string","limit":"number"},"returns":"Collection of allowed collaboration domains"},{"id":"create_collaboration_whitelist_entry","method":"POST","path":"/collaboration_whitelist_entries","returns":"New collaboration whitelist entry"},{"id":"delete_collaboration_whitelist_entry","method":"DELETE","path":"/collaboration_whitelist_entries/{collaboration_whitelist_entry_id}","params":{"collaboration_whitelist_entry_id":"string"},"returns":"Entry successfully deleted"},{"id":"get_collaboration_whitelist_entry","method":"GET","path":"/collaboration_whitelist_entries/{collaboration_whitelist_entry_id}","params":{"collaboration_whitelist_entry_id":"string"},"returns":"Allowed collaboration domain entry"},{"id":"list_collaboration_exempt_users","method":"GET","path":"/collaboration_whitelist_exempt_targets","params":{"marker":"string","limit":"number"},"returns":"Collection of exempt users"},{"id":"create_collaboration_exempt_user","method":"POST","path":"/collaboration_whitelist_exempt_targets","returns":"New user exemption entry"},{"id":"delete_collaboration_exempt_user","method":"DELETE","path":"/collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}","params":{"collaboration_whitelist_exempt_target_id":"string"},"returns":"Exemption successfully deleted"},{"id":"list_pending_collaborations","method":"GET","path":"/collaborations","params":{"status":"string","fields":"array","offset":"number","limit":"number"},"returns":"Collection of pending collaboration objects"},{"id":"create_collaboration","method":"POST","path":"/collaborations","params":{"fields":"array","notify":"boolean"},"returns":"New collaboration object"},{"id":"get_collaboration","method":"GET","path":"/collaborations/{collaboration_id}","params":{"collaboration_id":"string","fields":"array"},"returns":"Collaboration object"},{"id":"update_collaboration","method":"PUT","path":"/collaborations/{collaboration_id}","params":{"collaboration_id":"string"},"returns":"Updated collaboration object"},{"id":"delete_collaboration","method":"DELETE","path":"/collaborations/{collaboration_id}","params":{"collaboration_id":"string"},"returns":"Collaboration successfully deleted"},{"id":"list_collections","method":"GET","path":"/collections","params":{"fields":"array","offset":"number","limit":"number"},"returns":"All collections for user"},{"id":"list_collection_items","method":"GET","path":"/collections/{collection_id}/items","params":{"collection_id":"string","fields":"array","offset":"number","limit":"number"},"returns":"Array of items in collection"},{"id":"create_comment","method":"POST","path":"/comments","params":{"fields":"array"},"returns":"Newly created comment object"},{"id":"get_comment","method":"GET","path":"/comments/{comment_id}","params":{"comment_id":"string","fields":"array"},"returns":"Comment object with metadata"},{"id":"update_comment","method":"PUT","path":"/comments/{comment_id}","params":{"comment_id":"string","fields":"array"},"returns":"Updated comment object"},{"id":"delete_comment","method":"DELETE","path":"/comments/{comment_id}","params":{"comment_id":"string"},"returns":"Comment successfully deleted"},{"id":"list_user_events","method":"GET","path":"/events","params":{"stream_type":"string","stream_position":"string","limit":"number","event_type":"array","created_after":"string","created_before":"string"},"returns":"List of event objects paginated"}]}