data
Box CLI for AI Agents
Use the Box CLI from KosmoKrator to call Box tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Box CLI Setup
Box can be configured headlessly with `kosmokrator integrations:configure box`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure box --set access_token="$BOX_ACCESS_TOKEN" --enable --read allow --write ask --json
kosmokrator integrations:doctor box --json
kosmokrator integrations:status --json Credentials
Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
access_token | BOX_ACCESS_TOKEN | Secret secret | yes | Access Token |
url | BOX_URL | URL url | no | API Base URL |
upload_url | BOX_UPLOAD_URL | URL url | no | Upload API Base URL |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call box.box_get_authorize '{}' --json kosmo integrations:box box_get_authorize '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs box --json
kosmo integrations:docs box.box_get_authorize --json
kosmo integrations:schema box.box_get_authorize --json
kosmo integrations:search "Box" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
box.box_get_authorize
Execute official Box API operation `get_authorize`. Endpoint: GET /authorize.
read - Parameters
- none
kosmo integrations:call box.box_get_authorize '{}' --json kosmo integrations:box box_get_authorize '{}' --json box.box_post_oauth2_token
Execute official Box API operation `post_oauth2_token`. Endpoint: POST /oauth2/token.
write - Parameters
- none
kosmo integrations:call box.box_post_oauth2_token '{}' --json kosmo integrations:box box_post_oauth2_token '{}' --json box.box_post_oauth2_token_refresh
Execute official Box API operation `post_oauth2_token#refresh`. Endpoint: POST /oauth2/token#refresh.
write - Parameters
- none
kosmo integrations:call box.box_post_oauth2_token_refresh '{}' --json kosmo integrations:box box_post_oauth2_token_refresh '{}' --json box.box_post_oauth2_revoke
Execute official Box API operation `post_oauth2_revoke`. Endpoint: POST /oauth2/revoke.
write - Parameters
- none
kosmo integrations:call box.box_post_oauth2_revoke '{}' --json kosmo integrations:box box_post_oauth2_revoke '{}' --json box.box_get_files_id
Execute official Box API operation `get_files_id`. Endpoint: GET /files/{file_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id '{}' --json kosmo integrations:box box_get_files_id '{}' --json box.box_post_files_id
Execute official Box API operation `post_files_id`. Endpoint: POST /files/{file_id}.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id '{}' --json kosmo integrations:box box_post_files_id '{}' --json box.box_put_files_id
Execute official Box API operation `put_files_id`. Endpoint: PUT /files/{file_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id '{}' --json kosmo integrations:box box_put_files_id '{}' --json box.box_delete_files_id
Execute official Box API operation `delete_files_id`. Endpoint: DELETE /files/{file_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_id '{}' --json kosmo integrations:box box_delete_files_id '{}' --json box.box_get_files_id_app_item_associations
Execute official Box API operation `get_files_id_app_item_associations`. Endpoint: GET /files/{file_id}/app_item_associations.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_app_item_associations '{}' --json kosmo integrations:box box_get_files_id_app_item_associations '{}' --json box.box_get_files_id_content
Execute official Box API operation `get_files_id_content`. Endpoint: GET /files/{file_id}/content.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_content '{}' --json kosmo integrations:box box_get_files_id_content '{}' --json box.box_post_files_id_content
Execute official Box API operation `post_files_id_content`. Endpoint: POST /files/{file_id}/content.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id_content '{}' --json kosmo integrations:box box_post_files_id_content '{}' --json box.box_post_files_content
Execute official Box API operation `post_files_content`. Endpoint: POST /files/content.
write - Parameters
- none
kosmo integrations:call box.box_post_files_content '{}' --json kosmo integrations:box box_post_files_content '{}' --json box.box_post_files_upload_sessions
Execute official Box API operation `post_files_upload_sessions`. Endpoint: POST /files/upload_sessions.
write - Parameters
- none
kosmo integrations:call box.box_post_files_upload_sessions '{}' --json kosmo integrations:box box_post_files_upload_sessions '{}' --json box.box_post_files_id_upload_sessions
Execute official Box API operation `post_files_id_upload_sessions`. Endpoint: POST /files/{file_id}/upload_sessions.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id_upload_sessions '{}' --json kosmo integrations:box box_post_files_id_upload_sessions '{}' --json box.box_get_files_upload_sessions_id
Execute official Box API operation `get_files_upload_sessions_id`. Endpoint: GET /files/upload_sessions/{upload_session_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_files_upload_sessions_id '{}' --json kosmo integrations:box box_get_files_upload_sessions_id '{}' --json box.box_put_files_upload_sessions_id
Execute official Box API operation `put_files_upload_sessions_id`. Endpoint: PUT /files/upload_sessions/{upload_session_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_files_upload_sessions_id '{}' --json kosmo integrations:box box_put_files_upload_sessions_id '{}' --json box.box_delete_files_upload_sessions_id
Execute official Box API operation `delete_files_upload_sessions_id`. Endpoint: DELETE /files/upload_sessions/{upload_session_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_upload_sessions_id '{}' --json kosmo integrations:box box_delete_files_upload_sessions_id '{}' --json box.box_get_files_upload_sessions_id_parts
Execute official Box API operation `get_files_upload_sessions_id_parts`. Endpoint: GET /files/upload_sessions/{upload_session_id}/parts.
read - Parameters
- none
kosmo integrations:call box.box_get_files_upload_sessions_id_parts '{}' --json kosmo integrations:box box_get_files_upload_sessions_id_parts '{}' --json box.box_post_files_upload_sessions_id_commit
Execute official Box API operation `post_files_upload_sessions_id_commit`. Endpoint: POST /files/upload_sessions/{upload_session_id}/commit.
write - Parameters
- none
kosmo integrations:call box.box_post_files_upload_sessions_id_commit '{}' --json kosmo integrations:box box_post_files_upload_sessions_id_commit '{}' --json box.box_post_files_id_copy
Execute official Box API operation `post_files_id_copy`. Endpoint: POST /files/{file_id}/copy.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id_copy '{}' --json kosmo integrations:box box_post_files_id_copy '{}' --json box.box_get_files_id_thumbnail_id
Execute official Box API operation `get_files_id_thumbnail_id`. Endpoint: GET /files/{file_id}/thumbnail.{extension}.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_thumbnail_id '{}' --json kosmo integrations:box box_get_files_id_thumbnail_id '{}' --json box.box_get_files_id_collaborations
Execute official Box API operation `get_files_id_collaborations`. Endpoint: GET /files/{file_id}/collaborations.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_collaborations '{}' --json kosmo integrations:box box_get_files_id_collaborations '{}' --json box.box_get_files_id_comments
Execute official Box API operation `get_files_id_comments`. Endpoint: GET /files/{file_id}/comments.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_comments '{}' --json kosmo integrations:box box_get_files_id_comments '{}' --json box.box_get_files_id_tasks
Execute official Box API operation `get_files_id_tasks`. Endpoint: GET /files/{file_id}/tasks.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_tasks '{}' --json kosmo integrations:box box_get_files_id_tasks '{}' --json box.box_get_files_id_trash
Execute official Box API operation `get_files_id_trash`. Endpoint: GET /files/{file_id}/trash.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_trash '{}' --json kosmo integrations:box box_get_files_id_trash '{}' --json box.box_delete_files_id_trash
Execute official Box API operation `delete_files_id_trash`. Endpoint: DELETE /files/{file_id}/trash.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_id_trash '{}' --json kosmo integrations:box box_delete_files_id_trash '{}' --json box.box_get_files_id_versions
Execute official Box API operation `get_files_id_versions`. Endpoint: GET /files/{file_id}/versions.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_versions '{}' --json kosmo integrations:box box_get_files_id_versions '{}' --json box.box_get_files_id_versions_id
Execute official Box API operation `get_files_id_versions_id`. Endpoint: GET /files/{file_id}/versions/{file_version_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_versions_id '{}' --json kosmo integrations:box box_get_files_id_versions_id '{}' --json box.box_delete_files_id_versions_id
Execute official Box API operation `delete_files_id_versions_id`. Endpoint: DELETE /files/{file_id}/versions/{file_version_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_id_versions_id '{}' --json kosmo integrations:box box_delete_files_id_versions_id '{}' --json box.box_put_files_id_versions_id
Execute official Box API operation `put_files_id_versions_id`. Endpoint: PUT /files/{file_id}/versions/{file_version_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_versions_id '{}' --json kosmo integrations:box box_put_files_id_versions_id '{}' --json box.box_post_files_id_versions_current
Execute official Box API operation `post_files_id_versions_current`. Endpoint: POST /files/{file_id}/versions/current.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id_versions_current '{}' --json kosmo integrations:box box_post_files_id_versions_current '{}' --json box.box_get_files_id_metadata
Execute official Box API operation `get_files_id_metadata`. Endpoint: GET /files/{file_id}/metadata.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_metadata '{}' --json kosmo integrations:box box_get_files_id_metadata '{}' --json box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `get_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: GET /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `post_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: POST /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `put_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: PUT /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `delete_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: DELETE /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_get_files_id_metadata_id_id
Execute official Box API operation `get_files_id_metadata_id_id`. Endpoint: GET /files/{file_id}/metadata/{scope}/{template_key}.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_metadata_id_id '{}' --json kosmo integrations:box box_get_files_id_metadata_id_id '{}' --json box.box_post_files_id_metadata_id_id
Execute official Box API operation `post_files_id_metadata_id_id`. Endpoint: POST /files/{file_id}/metadata/{scope}/{template_key}.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id_metadata_id_id '{}' --json kosmo integrations:box box_post_files_id_metadata_id_id '{}' --json box.box_put_files_id_metadata_id_id
Execute official Box API operation `put_files_id_metadata_id_id`. Endpoint: PUT /files/{file_id}/metadata/{scope}/{template_key}.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_metadata_id_id '{}' --json kosmo integrations:box box_put_files_id_metadata_id_id '{}' --json box.box_delete_files_id_metadata_id_id
Execute official Box API operation `delete_files_id_metadata_id_id`. Endpoint: DELETE /files/{file_id}/metadata/{scope}/{template_key}.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_id_metadata_id_id '{}' --json kosmo integrations:box box_delete_files_id_metadata_id_id '{}' --json box.box_get_files_id_metadata_global_box_skills_cards
Execute official Box API operation `get_files_id_metadata_global_boxSkillsCards`. Endpoint: GET /files/{file_id}/metadata/global/boxSkillsCards.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_metadata_global_box_skills_cards '{}' --json kosmo integrations:box box_get_files_id_metadata_global_box_skills_cards '{}' --json box.box_post_files_id_metadata_global_box_skills_cards
Execute official Box API operation `post_files_id_metadata_global_boxSkillsCards`. Endpoint: POST /files/{file_id}/metadata/global/boxSkillsCards.
write - Parameters
- none
kosmo integrations:call box.box_post_files_id_metadata_global_box_skills_cards '{}' --json kosmo integrations:box box_post_files_id_metadata_global_box_skills_cards '{}' --json box.box_put_files_id_metadata_global_box_skills_cards
Execute official Box API operation `put_files_id_metadata_global_boxSkillsCards`. Endpoint: PUT /files/{file_id}/metadata/global/boxSkillsCards.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_metadata_global_box_skills_cards '{}' --json kosmo integrations:box box_put_files_id_metadata_global_box_skills_cards '{}' --json box.box_delete_files_id_metadata_global_box_skills_cards
Execute official Box API operation `delete_files_id_metadata_global_boxSkillsCards`. Endpoint: DELETE /files/{file_id}/metadata/global/boxSkillsCards.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_id_metadata_global_box_skills_cards '{}' --json kosmo integrations:box box_delete_files_id_metadata_global_box_skills_cards '{}' --json box.box_get_files_id_watermark
Execute official Box API operation `get_files_id_watermark`. Endpoint: GET /files/{file_id}/watermark.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_watermark '{}' --json kosmo integrations:box box_get_files_id_watermark '{}' --json box.box_put_files_id_watermark
Execute official Box API operation `put_files_id_watermark`. Endpoint: PUT /files/{file_id}/watermark.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_watermark '{}' --json kosmo integrations:box box_put_files_id_watermark '{}' --json box.box_delete_files_id_watermark
Execute official Box API operation `delete_files_id_watermark`. Endpoint: DELETE /files/{file_id}/watermark.
write - Parameters
- none
kosmo integrations:call box.box_delete_files_id_watermark '{}' --json kosmo integrations:box box_delete_files_id_watermark '{}' --json box.box_get_file_requests_id
Execute official Box API operation `get_file_requests_id`. Endpoint: GET /file_requests/{file_request_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_file_requests_id '{}' --json kosmo integrations:box box_get_file_requests_id '{}' --json box.box_put_file_requests_id
Execute official Box API operation `put_file_requests_id`. Endpoint: PUT /file_requests/{file_request_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_file_requests_id '{}' --json kosmo integrations:box box_put_file_requests_id '{}' --json box.box_delete_file_requests_id
Execute official Box API operation `delete_file_requests_id`. Endpoint: DELETE /file_requests/{file_request_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_file_requests_id '{}' --json kosmo integrations:box box_delete_file_requests_id '{}' --json box.box_post_file_requests_id_copy
Execute official Box API operation `post_file_requests_id_copy`. Endpoint: POST /file_requests/{file_request_id}/copy.
write - Parameters
- none
kosmo integrations:call box.box_post_file_requests_id_copy '{}' --json kosmo integrations:box box_post_file_requests_id_copy '{}' --json box.box_get_folders_id
Execute official Box API operation `get_folders_id`. Endpoint: GET /folders/{folder_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id '{}' --json kosmo integrations:box box_get_folders_id '{}' --json box.box_post_folders_id
Execute official Box API operation `post_folders_id`. Endpoint: POST /folders/{folder_id}.
write - Parameters
- none
kosmo integrations:call box.box_post_folders_id '{}' --json kosmo integrations:box box_post_folders_id '{}' --json box.box_put_folders_id
Execute official Box API operation `put_folders_id`. Endpoint: PUT /folders/{folder_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_folders_id '{}' --json kosmo integrations:box box_put_folders_id '{}' --json box.box_delete_folders_id
Execute official Box API operation `delete_folders_id`. Endpoint: DELETE /folders/{folder_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_folders_id '{}' --json kosmo integrations:box box_delete_folders_id '{}' --json box.box_get_folders_id_app_item_associations
Execute official Box API operation `get_folders_id_app_item_associations`. Endpoint: GET /folders/{folder_id}/app_item_associations.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_app_item_associations '{}' --json kosmo integrations:box box_get_folders_id_app_item_associations '{}' --json box.box_get_folders_id_items
Execute official Box API operation `get_folders_id_items`. Endpoint: GET /folders/{folder_id}/items.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_items '{}' --json kosmo integrations:box box_get_folders_id_items '{}' --json box.box_post_folders
Execute official Box API operation `post_folders`. Endpoint: POST /folders.
write - Parameters
- none
kosmo integrations:call box.box_post_folders '{}' --json kosmo integrations:box box_post_folders '{}' --json box.box_post_folders_id_copy
Execute official Box API operation `post_folders_id_copy`. Endpoint: POST /folders/{folder_id}/copy.
write - Parameters
- none
kosmo integrations:call box.box_post_folders_id_copy '{}' --json kosmo integrations:box box_post_folders_id_copy '{}' --json box.box_get_folders_id_collaborations
Execute official Box API operation `get_folders_id_collaborations`. Endpoint: GET /folders/{folder_id}/collaborations.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_collaborations '{}' --json kosmo integrations:box box_get_folders_id_collaborations '{}' --json box.box_get_folders_id_trash
Execute official Box API operation `get_folders_id_trash`. Endpoint: GET /folders/{folder_id}/trash.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_trash '{}' --json kosmo integrations:box box_get_folders_id_trash '{}' --json box.box_delete_folders_id_trash
Execute official Box API operation `delete_folders_id_trash`. Endpoint: DELETE /folders/{folder_id}/trash.
write - Parameters
- none
kosmo integrations:call box.box_delete_folders_id_trash '{}' --json kosmo integrations:box box_delete_folders_id_trash '{}' --json box.box_get_folders_id_metadata
Execute official Box API operation `get_folders_id_metadata`. Endpoint: GET /folders/{folder_id}/metadata.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_metadata '{}' --json kosmo integrations:box box_get_folders_id_metadata '{}' --json box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `get_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: GET /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `post_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: POST /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
write - Parameters
- none
kosmo integrations:call box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `put_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: PUT /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
write - Parameters
- none
kosmo integrations:call box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo
Execute official Box API operation `delete_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: DELETE /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
write - Parameters
- none
kosmo integrations:call box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json kosmo integrations:box box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo '{}' --json box.box_get_folders_id_metadata_id_id
Execute official Box API operation `get_folders_id_metadata_id_id`. Endpoint: GET /folders/{folder_id}/metadata/{scope}/{template_key}.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_metadata_id_id '{}' --json kosmo integrations:box box_get_folders_id_metadata_id_id '{}' --json box.box_post_folders_id_metadata_id_id
Execute official Box API operation `post_folders_id_metadata_id_id`. Endpoint: POST /folders/{folder_id}/metadata/{scope}/{template_key}.
write - Parameters
- none
kosmo integrations:call box.box_post_folders_id_metadata_id_id '{}' --json kosmo integrations:box box_post_folders_id_metadata_id_id '{}' --json box.box_put_folders_id_metadata_id_id
Execute official Box API operation `put_folders_id_metadata_id_id`. Endpoint: PUT /folders/{folder_id}/metadata/{scope}/{template_key}.
write - Parameters
- none
kosmo integrations:call box.box_put_folders_id_metadata_id_id '{}' --json kosmo integrations:box box_put_folders_id_metadata_id_id '{}' --json box.box_delete_folders_id_metadata_id_id
Execute official Box API operation `delete_folders_id_metadata_id_id`. Endpoint: DELETE /folders/{folder_id}/metadata/{scope}/{template_key}.
write - Parameters
- none
kosmo integrations:call box.box_delete_folders_id_metadata_id_id '{}' --json kosmo integrations:box box_delete_folders_id_metadata_id_id '{}' --json box.box_get_folders_trash_items
Execute official Box API operation `get_folders_trash_items`. Endpoint: GET /folders/trash/items.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_trash_items '{}' --json kosmo integrations:box box_get_folders_trash_items '{}' --json box.box_get_folders_id_watermark
Execute official Box API operation `get_folders_id_watermark`. Endpoint: GET /folders/{folder_id}/watermark.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_watermark '{}' --json kosmo integrations:box box_get_folders_id_watermark '{}' --json box.box_put_folders_id_watermark
Execute official Box API operation `put_folders_id_watermark`. Endpoint: PUT /folders/{folder_id}/watermark.
write - Parameters
- none
kosmo integrations:call box.box_put_folders_id_watermark '{}' --json kosmo integrations:box box_put_folders_id_watermark '{}' --json box.box_delete_folders_id_watermark
Execute official Box API operation `delete_folders_id_watermark`. Endpoint: DELETE /folders/{folder_id}/watermark.
write - Parameters
- none
kosmo integrations:call box.box_delete_folders_id_watermark '{}' --json kosmo integrations:box box_delete_folders_id_watermark '{}' --json box.box_get_folder_locks
Execute official Box API operation `get_folder_locks`. Endpoint: GET /folder_locks.
read - Parameters
- none
kosmo integrations:call box.box_get_folder_locks '{}' --json kosmo integrations:box box_get_folder_locks '{}' --json box.box_post_folder_locks
Execute official Box API operation `post_folder_locks`. Endpoint: POST /folder_locks.
write - Parameters
- none
kosmo integrations:call box.box_post_folder_locks '{}' --json kosmo integrations:box box_post_folder_locks '{}' --json box.box_delete_folder_locks_id
Execute official Box API operation `delete_folder_locks_id`. Endpoint: DELETE /folder_locks/{folder_lock_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_folder_locks_id '{}' --json kosmo integrations:box box_delete_folder_locks_id '{}' --json box.box_get_metadata_templates
Execute official Box API operation `get_metadata_templates`. Endpoint: GET /metadata_templates.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_templates '{}' --json kosmo integrations:box box_get_metadata_templates '{}' --json box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema
Execute official Box API operation `get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema`. Endpoint: GET /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema '{}' --json kosmo integrations:box box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema '{}' --json box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add
Execute official Box API operation `put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#add`. Endpoint: PUT /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#add.
write - Parameters
- none
kosmo integrations:call box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add '{}' --json kosmo integrations:box box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add '{}' --json box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update
Execute official Box API operation `put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#update`. Endpoint: PUT /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#update.
write - Parameters
- none
kosmo integrations:call box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update '{}' --json kosmo integrations:box box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update '{}' --json box.box_get_metadata_templates_id_id_schema
Execute official Box API operation `get_metadata_templates_id_id_schema`. Endpoint: GET /metadata_templates/{scope}/{template_key}/schema.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_templates_id_id_schema '{}' --json kosmo integrations:box box_get_metadata_templates_id_id_schema '{}' --json box.box_put_metadata_templates_id_id_schema
Execute official Box API operation `put_metadata_templates_id_id_schema`. Endpoint: PUT /metadata_templates/{scope}/{template_key}/schema.
write - Parameters
- none
kosmo integrations:call box.box_put_metadata_templates_id_id_schema '{}' --json kosmo integrations:box box_put_metadata_templates_id_id_schema '{}' --json box.box_delete_metadata_templates_id_id_schema
Execute official Box API operation `delete_metadata_templates_id_id_schema`. Endpoint: DELETE /metadata_templates/{scope}/{template_key}/schema.
write - Parameters
- none
kosmo integrations:call box.box_delete_metadata_templates_id_id_schema '{}' --json kosmo integrations:box box_delete_metadata_templates_id_id_schema '{}' --json box.box_get_metadata_templates_id
Execute official Box API operation `get_metadata_templates_id`. Endpoint: GET /metadata_templates/{template_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_templates_id '{}' --json kosmo integrations:box box_get_metadata_templates_id '{}' --json box.box_get_metadata_templates_global
Execute official Box API operation `get_metadata_templates_global`. Endpoint: GET /metadata_templates/global.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_templates_global '{}' --json kosmo integrations:box box_get_metadata_templates_global '{}' --json box.box_get_metadata_templates_enterprise
Execute official Box API operation `get_metadata_templates_enterprise`. Endpoint: GET /metadata_templates/enterprise.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_templates_enterprise '{}' --json kosmo integrations:box box_get_metadata_templates_enterprise '{}' --json box.box_post_metadata_templates_schema
Execute official Box API operation `post_metadata_templates_schema`. Endpoint: POST /metadata_templates/schema.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_templates_schema '{}' --json kosmo integrations:box box_post_metadata_templates_schema '{}' --json box.box_post_metadata_templates_schema_classifications
Execute official Box API operation `post_metadata_templates_schema#classifications`. Endpoint: POST /metadata_templates/schema#classifications.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_templates_schema_classifications '{}' --json kosmo integrations:box box_post_metadata_templates_schema_classifications '{}' --json box.box_get_metadata_cascade_policies
Execute official Box API operation `get_metadata_cascade_policies`. Endpoint: GET /metadata_cascade_policies.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_cascade_policies '{}' --json kosmo integrations:box box_get_metadata_cascade_policies '{}' --json box.box_post_metadata_cascade_policies
Execute official Box API operation `post_metadata_cascade_policies`. Endpoint: POST /metadata_cascade_policies.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_cascade_policies '{}' --json kosmo integrations:box box_post_metadata_cascade_policies '{}' --json box.box_get_metadata_cascade_policies_id
Execute official Box API operation `get_metadata_cascade_policies_id`. Endpoint: GET /metadata_cascade_policies/{metadata_cascade_policy_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_cascade_policies_id '{}' --json kosmo integrations:box box_get_metadata_cascade_policies_id '{}' --json box.box_delete_metadata_cascade_policies_id
Execute official Box API operation `delete_metadata_cascade_policies_id`. Endpoint: DELETE /metadata_cascade_policies/{metadata_cascade_policy_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_metadata_cascade_policies_id '{}' --json kosmo integrations:box box_delete_metadata_cascade_policies_id '{}' --json box.box_post_metadata_cascade_policies_id_apply
Execute official Box API operation `post_metadata_cascade_policies_id_apply`. Endpoint: POST /metadata_cascade_policies/{metadata_cascade_policy_id}/apply.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_cascade_policies_id_apply '{}' --json kosmo integrations:box box_post_metadata_cascade_policies_id_apply '{}' --json box.box_post_metadata_queries_execute_read
Execute official Box API operation `post_metadata_queries_execute_read`. Endpoint: POST /metadata_queries/execute_read.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_queries_execute_read '{}' --json kosmo integrations:box box_post_metadata_queries_execute_read '{}' --json box.box_get_comments_id
Execute official Box API operation `get_comments_id`. Endpoint: GET /comments/{comment_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_comments_id '{}' --json kosmo integrations:box box_get_comments_id '{}' --json box.box_put_comments_id
Execute official Box API operation `put_comments_id`. Endpoint: PUT /comments/{comment_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_comments_id '{}' --json kosmo integrations:box box_put_comments_id '{}' --json box.box_delete_comments_id
Execute official Box API operation `delete_comments_id`. Endpoint: DELETE /comments/{comment_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_comments_id '{}' --json kosmo integrations:box box_delete_comments_id '{}' --json box.box_post_comments
Execute official Box API operation `post_comments`. Endpoint: POST /comments.
write - Parameters
- none
kosmo integrations:call box.box_post_comments '{}' --json kosmo integrations:box box_post_comments '{}' --json box.box_get_collaborations_id
Execute official Box API operation `get_collaborations_id`. Endpoint: GET /collaborations/{collaboration_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_collaborations_id '{}' --json kosmo integrations:box box_get_collaborations_id '{}' --json box.box_put_collaborations_id
Execute official Box API operation `put_collaborations_id`. Endpoint: PUT /collaborations/{collaboration_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_collaborations_id '{}' --json kosmo integrations:box box_put_collaborations_id '{}' --json box.box_delete_collaborations_id
Execute official Box API operation `delete_collaborations_id`. Endpoint: DELETE /collaborations/{collaboration_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_collaborations_id '{}' --json kosmo integrations:box box_delete_collaborations_id '{}' --json box.box_get_collaborations
Execute official Box API operation `get_collaborations`. Endpoint: GET /collaborations.
read - Parameters
- none
kosmo integrations:call box.box_get_collaborations '{}' --json kosmo integrations:box box_get_collaborations '{}' --json box.box_post_collaborations
Execute official Box API operation `post_collaborations`. Endpoint: POST /collaborations.
write - Parameters
- none
kosmo integrations:call box.box_post_collaborations '{}' --json kosmo integrations:box box_post_collaborations '{}' --json box.box_get_search
Execute official Box API operation `get_search`. Endpoint: GET /search.
read - Parameters
- none
kosmo integrations:call box.box_get_search '{}' --json kosmo integrations:box box_get_search '{}' --json box.box_post_tasks
Execute official Box API operation `post_tasks`. Endpoint: POST /tasks.
write - Parameters
- none
kosmo integrations:call box.box_post_tasks '{}' --json kosmo integrations:box box_post_tasks '{}' --json box.box_get_tasks_id
Execute official Box API operation `get_tasks_id`. Endpoint: GET /tasks/{task_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_tasks_id '{}' --json kosmo integrations:box box_get_tasks_id '{}' --json box.box_put_tasks_id
Execute official Box API operation `put_tasks_id`. Endpoint: PUT /tasks/{task_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_tasks_id '{}' --json kosmo integrations:box box_put_tasks_id '{}' --json box.box_delete_tasks_id
Execute official Box API operation `delete_tasks_id`. Endpoint: DELETE /tasks/{task_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_tasks_id '{}' --json kosmo integrations:box box_delete_tasks_id '{}' --json box.box_get_tasks_id_assignments
Execute official Box API operation `get_tasks_id_assignments`. Endpoint: GET /tasks/{task_id}/assignments.
read - Parameters
- none
kosmo integrations:call box.box_get_tasks_id_assignments '{}' --json kosmo integrations:box box_get_tasks_id_assignments '{}' --json box.box_post_task_assignments
Execute official Box API operation `post_task_assignments`. Endpoint: POST /task_assignments.
write - Parameters
- none
kosmo integrations:call box.box_post_task_assignments '{}' --json kosmo integrations:box box_post_task_assignments '{}' --json box.box_get_task_assignments_id
Execute official Box API operation `get_task_assignments_id`. Endpoint: GET /task_assignments/{task_assignment_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_task_assignments_id '{}' --json kosmo integrations:box box_get_task_assignments_id '{}' --json box.box_put_task_assignments_id
Execute official Box API operation `put_task_assignments_id`. Endpoint: PUT /task_assignments/{task_assignment_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_task_assignments_id '{}' --json kosmo integrations:box box_put_task_assignments_id '{}' --json box.box_delete_task_assignments_id
Execute official Box API operation `delete_task_assignments_id`. Endpoint: DELETE /task_assignments/{task_assignment_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_task_assignments_id '{}' --json kosmo integrations:box box_delete_task_assignments_id '{}' --json box.box_get_shared_items
Execute official Box API operation `get_shared_items`. Endpoint: GET /shared_items.
read - Parameters
- none
kosmo integrations:call box.box_get_shared_items '{}' --json kosmo integrations:box box_get_shared_items '{}' --json box.box_get_files_id_get_shared_link
Execute official Box API operation `get_files_id#get_shared_link`. Endpoint: GET /files/{file_id}#get_shared_link.
read - Parameters
- none
kosmo integrations:call box.box_get_files_id_get_shared_link '{}' --json kosmo integrations:box box_get_files_id_get_shared_link '{}' --json box.box_put_files_id_add_shared_link
Execute official Box API operation `put_files_id#add_shared_link`. Endpoint: PUT /files/{file_id}#add_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_add_shared_link '{}' --json kosmo integrations:box box_put_files_id_add_shared_link '{}' --json box.box_put_files_id_update_shared_link
Execute official Box API operation `put_files_id#update_shared_link`. Endpoint: PUT /files/{file_id}#update_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_update_shared_link '{}' --json kosmo integrations:box box_put_files_id_update_shared_link '{}' --json box.box_put_files_id_remove_shared_link
Execute official Box API operation `put_files_id#remove_shared_link`. Endpoint: PUT /files/{file_id}#remove_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_files_id_remove_shared_link '{}' --json kosmo integrations:box box_put_files_id_remove_shared_link '{}' --json box.box_get_shared_items_folders
Execute official Box API operation `get_shared_items#folders`. Endpoint: GET /shared_items#folders.
read - Parameters
- none
kosmo integrations:call box.box_get_shared_items_folders '{}' --json kosmo integrations:box box_get_shared_items_folders '{}' --json box.box_get_folders_id_get_shared_link
Execute official Box API operation `get_folders_id#get_shared_link`. Endpoint: GET /folders/{folder_id}#get_shared_link.
read - Parameters
- none
kosmo integrations:call box.box_get_folders_id_get_shared_link '{}' --json kosmo integrations:box box_get_folders_id_get_shared_link '{}' --json box.box_put_folders_id_add_shared_link
Execute official Box API operation `put_folders_id#add_shared_link`. Endpoint: PUT /folders/{folder_id}#add_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_folders_id_add_shared_link '{}' --json kosmo integrations:box box_put_folders_id_add_shared_link '{}' --json box.box_put_folders_id_update_shared_link
Execute official Box API operation `put_folders_id#update_shared_link`. Endpoint: PUT /folders/{folder_id}#update_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_folders_id_update_shared_link '{}' --json kosmo integrations:box box_put_folders_id_update_shared_link '{}' --json box.box_put_folders_id_remove_shared_link
Execute official Box API operation `put_folders_id#remove_shared_link`. Endpoint: PUT /folders/{folder_id}#remove_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_folders_id_remove_shared_link '{}' --json kosmo integrations:box box_put_folders_id_remove_shared_link '{}' --json box.box_post_web_links
Execute official Box API operation `post_web_links`. Endpoint: POST /web_links.
write - Parameters
- none
kosmo integrations:call box.box_post_web_links '{}' --json kosmo integrations:box box_post_web_links '{}' --json box.box_get_web_links_id
Execute official Box API operation `get_web_links_id`. Endpoint: GET /web_links/{web_link_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_web_links_id '{}' --json kosmo integrations:box box_get_web_links_id '{}' --json box.box_post_web_links_id
Execute official Box API operation `post_web_links_id`. Endpoint: POST /web_links/{web_link_id}.
write - Parameters
- none
kosmo integrations:call box.box_post_web_links_id '{}' --json kosmo integrations:box box_post_web_links_id '{}' --json box.box_put_web_links_id
Execute official Box API operation `put_web_links_id`. Endpoint: PUT /web_links/{web_link_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_web_links_id '{}' --json kosmo integrations:box box_put_web_links_id '{}' --json box.box_delete_web_links_id
Execute official Box API operation `delete_web_links_id`. Endpoint: DELETE /web_links/{web_link_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_web_links_id '{}' --json kosmo integrations:box box_delete_web_links_id '{}' --json box.box_get_web_links_id_trash
Execute official Box API operation `get_web_links_id_trash`. Endpoint: GET /web_links/{web_link_id}/trash.
read - Parameters
- none
kosmo integrations:call box.box_get_web_links_id_trash '{}' --json kosmo integrations:box box_get_web_links_id_trash '{}' --json box.box_delete_web_links_id_trash
Execute official Box API operation `delete_web_links_id_trash`. Endpoint: DELETE /web_links/{web_link_id}/trash.
write - Parameters
- none
kosmo integrations:call box.box_delete_web_links_id_trash '{}' --json kosmo integrations:box box_delete_web_links_id_trash '{}' --json box.box_get_shared_items_web_links
Execute official Box API operation `get_shared_items#web_links`. Endpoint: GET /shared_items#web_links.
read - Parameters
- none
kosmo integrations:call box.box_get_shared_items_web_links '{}' --json kosmo integrations:box box_get_shared_items_web_links '{}' --json box.box_get_web_links_id_get_shared_link
Execute official Box API operation `get_web_links_id#get_shared_link`. Endpoint: GET /web_links/{web_link_id}#get_shared_link.
read - Parameters
- none
kosmo integrations:call box.box_get_web_links_id_get_shared_link '{}' --json kosmo integrations:box box_get_web_links_id_get_shared_link '{}' --json box.box_put_web_links_id_add_shared_link
Execute official Box API operation `put_web_links_id#add_shared_link`. Endpoint: PUT /web_links/{web_link_id}#add_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_web_links_id_add_shared_link '{}' --json kosmo integrations:box box_put_web_links_id_add_shared_link '{}' --json box.box_put_web_links_id_update_shared_link
Execute official Box API operation `put_web_links_id#update_shared_link`. Endpoint: PUT /web_links/{web_link_id}#update_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_web_links_id_update_shared_link '{}' --json kosmo integrations:box box_put_web_links_id_update_shared_link '{}' --json box.box_put_web_links_id_remove_shared_link
Execute official Box API operation `put_web_links_id#remove_shared_link`. Endpoint: PUT /web_links/{web_link_id}#remove_shared_link.
write - Parameters
- none
kosmo integrations:call box.box_put_web_links_id_remove_shared_link '{}' --json kosmo integrations:box box_put_web_links_id_remove_shared_link '{}' --json box.box_get_shared_items_app_items
Execute official Box API operation `get_shared_items#app_items`. Endpoint: GET /shared_items#app_items.
read - Parameters
- none
kosmo integrations:call box.box_get_shared_items_app_items '{}' --json kosmo integrations:box box_get_shared_items_app_items '{}' --json box.box_get_users
Execute official Box API operation `get_users`. Endpoint: GET /users.
read - Parameters
- none
kosmo integrations:call box.box_get_users '{}' --json kosmo integrations:box box_get_users '{}' --json box.box_post_users
Execute official Box API operation `post_users`. Endpoint: POST /users.
write - Parameters
- none
kosmo integrations:call box.box_post_users '{}' --json kosmo integrations:box box_post_users '{}' --json box.box_get_users_me
Execute official Box API operation `get_users_me`. Endpoint: GET /users/me.
read - Parameters
- none
kosmo integrations:call box.box_get_users_me '{}' --json kosmo integrations:box box_get_users_me '{}' --json box.box_post_users_terminate_sessions
Execute official Box API operation `post_users_terminate_sessions`. Endpoint: POST /users/terminate_sessions.
write - Parameters
- none
kosmo integrations:call box.box_post_users_terminate_sessions '{}' --json kosmo integrations:box box_post_users_terminate_sessions '{}' --json box.box_get_users_id
Execute official Box API operation `get_users_id`. Endpoint: GET /users/{user_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_users_id '{}' --json kosmo integrations:box box_get_users_id '{}' --json box.box_put_users_id
Execute official Box API operation `put_users_id`. Endpoint: PUT /users/{user_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_users_id '{}' --json kosmo integrations:box box_put_users_id '{}' --json box.box_delete_users_id
Execute official Box API operation `delete_users_id`. Endpoint: DELETE /users/{user_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_users_id '{}' --json kosmo integrations:box box_delete_users_id '{}' --json box.box_get_users_id_avatar
Execute official Box API operation `get_users_id_avatar`. Endpoint: GET /users/{user_id}/avatar.
read - Parameters
- none
kosmo integrations:call box.box_get_users_id_avatar '{}' --json kosmo integrations:box box_get_users_id_avatar '{}' --json box.box_post_users_id_avatar
Execute official Box API operation `post_users_id_avatar`. Endpoint: POST /users/{user_id}/avatar.
write - Parameters
- none
kosmo integrations:call box.box_post_users_id_avatar '{}' --json kosmo integrations:box box_post_users_id_avatar '{}' --json box.box_delete_users_id_avatar
Execute official Box API operation `delete_users_id_avatar`. Endpoint: DELETE /users/{user_id}/avatar.
write - Parameters
- none
kosmo integrations:call box.box_delete_users_id_avatar '{}' --json kosmo integrations:box box_delete_users_id_avatar '{}' --json box.box_put_users_id_folders_0
Execute official Box API operation `put_users_id_folders_0`. Endpoint: PUT /users/{user_id}/folders/0.
write - Parameters
- none
kosmo integrations:call box.box_put_users_id_folders_0 '{}' --json kosmo integrations:box box_put_users_id_folders_0 '{}' --json box.box_get_users_id_email_aliases
Execute official Box API operation `get_users_id_email_aliases`. Endpoint: GET /users/{user_id}/email_aliases.
read - Parameters
- none
kosmo integrations:call box.box_get_users_id_email_aliases '{}' --json kosmo integrations:box box_get_users_id_email_aliases '{}' --json box.box_post_users_id_email_aliases
Execute official Box API operation `post_users_id_email_aliases`. Endpoint: POST /users/{user_id}/email_aliases.
write - Parameters
- none
kosmo integrations:call box.box_post_users_id_email_aliases '{}' --json kosmo integrations:box box_post_users_id_email_aliases '{}' --json box.box_delete_users_id_email_aliases_id
Execute official Box API operation `delete_users_id_email_aliases_id`. Endpoint: DELETE /users/{user_id}/email_aliases/{email_alias_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_users_id_email_aliases_id '{}' --json kosmo integrations:box box_delete_users_id_email_aliases_id '{}' --json box.box_get_users_id_memberships
Execute official Box API operation `get_users_id_memberships`. Endpoint: GET /users/{user_id}/memberships.
read - Parameters
- none
kosmo integrations:call box.box_get_users_id_memberships '{}' --json kosmo integrations:box box_get_users_id_memberships '{}' --json box.box_post_invites
Execute official Box API operation `post_invites`. Endpoint: POST /invites.
write - Parameters
- none
kosmo integrations:call box.box_post_invites '{}' --json kosmo integrations:box box_post_invites '{}' --json box.box_get_invites_id
Execute official Box API operation `get_invites_id`. Endpoint: GET /invites/{invite_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_invites_id '{}' --json kosmo integrations:box box_get_invites_id '{}' --json box.box_get_groups
Execute official Box API operation `get_groups`. Endpoint: GET /groups.
read - Parameters
- none
kosmo integrations:call box.box_get_groups '{}' --json kosmo integrations:box box_get_groups '{}' --json box.box_post_groups
Execute official Box API operation `post_groups`. Endpoint: POST /groups.
write - Parameters
- none
kosmo integrations:call box.box_post_groups '{}' --json kosmo integrations:box box_post_groups '{}' --json box.box_post_groups_terminate_sessions
Execute official Box API operation `post_groups_terminate_sessions`. Endpoint: POST /groups/terminate_sessions.
write - Parameters
- none
kosmo integrations:call box.box_post_groups_terminate_sessions '{}' --json kosmo integrations:box box_post_groups_terminate_sessions '{}' --json box.box_get_groups_id
Execute official Box API operation `get_groups_id`. Endpoint: GET /groups/{group_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_groups_id '{}' --json kosmo integrations:box box_get_groups_id '{}' --json box.box_put_groups_id
Execute official Box API operation `put_groups_id`. Endpoint: PUT /groups/{group_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_groups_id '{}' --json kosmo integrations:box box_put_groups_id '{}' --json box.box_delete_groups_id
Execute official Box API operation `delete_groups_id`. Endpoint: DELETE /groups/{group_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_groups_id '{}' --json kosmo integrations:box box_delete_groups_id '{}' --json box.box_get_groups_id_memberships
Execute official Box API operation `get_groups_id_memberships`. Endpoint: GET /groups/{group_id}/memberships.
read - Parameters
- none
kosmo integrations:call box.box_get_groups_id_memberships '{}' --json kosmo integrations:box box_get_groups_id_memberships '{}' --json box.box_get_groups_id_collaborations
Execute official Box API operation `get_groups_id_collaborations`. Endpoint: GET /groups/{group_id}/collaborations.
read - Parameters
- none
kosmo integrations:call box.box_get_groups_id_collaborations '{}' --json kosmo integrations:box box_get_groups_id_collaborations '{}' --json box.box_post_group_memberships
Execute official Box API operation `post_group_memberships`. Endpoint: POST /group_memberships.
write - Parameters
- none
kosmo integrations:call box.box_post_group_memberships '{}' --json kosmo integrations:box box_post_group_memberships '{}' --json box.box_get_group_memberships_id
Execute official Box API operation `get_group_memberships_id`. Endpoint: GET /group_memberships/{group_membership_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_group_memberships_id '{}' --json kosmo integrations:box box_get_group_memberships_id '{}' --json box.box_put_group_memberships_id
Execute official Box API operation `put_group_memberships_id`. Endpoint: PUT /group_memberships/{group_membership_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_group_memberships_id '{}' --json kosmo integrations:box box_put_group_memberships_id '{}' --json box.box_delete_group_memberships_id
Execute official Box API operation `delete_group_memberships_id`. Endpoint: DELETE /group_memberships/{group_membership_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_group_memberships_id '{}' --json kosmo integrations:box box_delete_group_memberships_id '{}' --json box.box_get_webhooks
Execute official Box API operation `get_webhooks`. Endpoint: GET /webhooks.
read - Parameters
- none
kosmo integrations:call box.box_get_webhooks '{}' --json kosmo integrations:box box_get_webhooks '{}' --json box.box_post_webhooks
Execute official Box API operation `post_webhooks`. Endpoint: POST /webhooks.
write - Parameters
- none
kosmo integrations:call box.box_post_webhooks '{}' --json kosmo integrations:box box_post_webhooks '{}' --json box.box_get_webhooks_id
Execute official Box API operation `get_webhooks_id`. Endpoint: GET /webhooks/{webhook_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_webhooks_id '{}' --json kosmo integrations:box box_get_webhooks_id '{}' --json box.box_put_webhooks_id
Execute official Box API operation `put_webhooks_id`. Endpoint: PUT /webhooks/{webhook_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_webhooks_id '{}' --json kosmo integrations:box box_put_webhooks_id '{}' --json box.box_delete_webhooks_id
Execute official Box API operation `delete_webhooks_id`. Endpoint: DELETE /webhooks/{webhook_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_webhooks_id '{}' --json kosmo integrations:box box_delete_webhooks_id '{}' --json box.box_put_skill_invocations_id
Execute official Box API operation `put_skill_invocations_id`. Endpoint: PUT /skill_invocations/{skill_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_skill_invocations_id '{}' --json kosmo integrations:box box_put_skill_invocations_id '{}' --json box.box_get_events
Execute official Box API operation `get_events`. Endpoint: GET /events.
read - Parameters
- none
kosmo integrations:call box.box_get_events '{}' --json kosmo integrations:box box_get_events '{}' --json box.box_get_collections
Execute official Box API operation `get_collections`. Endpoint: GET /collections.
read - Parameters
- none
kosmo integrations:call box.box_get_collections '{}' --json kosmo integrations:box box_get_collections '{}' --json box.box_get_collections_id_items
Execute official Box API operation `get_collections_id_items`. Endpoint: GET /collections/{collection_id}/items.
read - Parameters
- none
kosmo integrations:call box.box_get_collections_id_items '{}' --json kosmo integrations:box box_get_collections_id_items '{}' --json box.box_get_collections_id
Execute official Box API operation `get_collections_id`. Endpoint: GET /collections/{collection_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_collections_id '{}' --json kosmo integrations:box box_get_collections_id '{}' --json box.box_get_recent_items
Execute official Box API operation `get_recent_items`. Endpoint: GET /recent_items.
read - Parameters
- none
kosmo integrations:call box.box_get_recent_items '{}' --json kosmo integrations:box box_get_recent_items '{}' --json box.box_get_retention_policies
Execute official Box API operation `get_retention_policies`. Endpoint: GET /retention_policies.
read - Parameters
- none
kosmo integrations:call box.box_get_retention_policies '{}' --json kosmo integrations:box box_get_retention_policies '{}' --json box.box_post_retention_policies
Execute official Box API operation `post_retention_policies`. Endpoint: POST /retention_policies.
write - Parameters
- none
kosmo integrations:call box.box_post_retention_policies '{}' --json kosmo integrations:box box_post_retention_policies '{}' --json box.box_get_retention_policies_id
Execute official Box API operation `get_retention_policies_id`. Endpoint: GET /retention_policies/{retention_policy_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_retention_policies_id '{}' --json kosmo integrations:box box_get_retention_policies_id '{}' --json box.box_put_retention_policies_id
Execute official Box API operation `put_retention_policies_id`. Endpoint: PUT /retention_policies/{retention_policy_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_retention_policies_id '{}' --json kosmo integrations:box box_put_retention_policies_id '{}' --json box.box_delete_retention_policies_id
Execute official Box API operation `delete_retention_policies_id`. Endpoint: DELETE /retention_policies/{retention_policy_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_retention_policies_id '{}' --json kosmo integrations:box box_delete_retention_policies_id '{}' --json box.box_get_retention_policies_id_assignments
Execute official Box API operation `get_retention_policies_id_assignments`. Endpoint: GET /retention_policies/{retention_policy_id}/assignments.
read - Parameters
- none
kosmo integrations:call box.box_get_retention_policies_id_assignments '{}' --json kosmo integrations:box box_get_retention_policies_id_assignments '{}' --json box.box_post_retention_policy_assignments
Execute official Box API operation `post_retention_policy_assignments`. Endpoint: POST /retention_policy_assignments.
write - Parameters
- none
kosmo integrations:call box.box_post_retention_policy_assignments '{}' --json kosmo integrations:box box_post_retention_policy_assignments '{}' --json box.box_get_retention_policy_assignments_id
Execute official Box API operation `get_retention_policy_assignments_id`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_retention_policy_assignments_id '{}' --json kosmo integrations:box box_get_retention_policy_assignments_id '{}' --json box.box_delete_retention_policy_assignments_id
Execute official Box API operation `delete_retention_policy_assignments_id`. Endpoint: DELETE /retention_policy_assignments/{retention_policy_assignment_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_retention_policy_assignments_id '{}' --json kosmo integrations:box box_delete_retention_policy_assignments_id '{}' --json box.box_get_retention_policy_assignments_id_files_under_retention
Execute official Box API operation `get_retention_policy_assignments_id_files_under_retention`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}/files_under_retention.
read - Parameters
- none
kosmo integrations:call box.box_get_retention_policy_assignments_id_files_under_retention '{}' --json kosmo integrations:box box_get_retention_policy_assignments_id_files_under_retention '{}' --json box.box_get_retention_policy_assignments_id_file_versions_under_retention
Execute official Box API operation `get_retention_policy_assignments_id_file_versions_under_retention`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}/file_versions_under_retention.
read - Parameters
- none
kosmo integrations:call box.box_get_retention_policy_assignments_id_file_versions_under_retention '{}' --json kosmo integrations:box box_get_retention_policy_assignments_id_file_versions_under_retention '{}' --json box.box_get_legal_hold_policies
Execute official Box API operation `get_legal_hold_policies`. Endpoint: GET /legal_hold_policies.
read - Parameters
- none
kosmo integrations:call box.box_get_legal_hold_policies '{}' --json kosmo integrations:box box_get_legal_hold_policies '{}' --json box.box_post_legal_hold_policies
Execute official Box API operation `post_legal_hold_policies`. Endpoint: POST /legal_hold_policies.
write - Parameters
- none
kosmo integrations:call box.box_post_legal_hold_policies '{}' --json kosmo integrations:box box_post_legal_hold_policies '{}' --json box.box_get_legal_hold_policies_id
Execute official Box API operation `get_legal_hold_policies_id`. Endpoint: GET /legal_hold_policies/{legal_hold_policy_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_legal_hold_policies_id '{}' --json kosmo integrations:box box_get_legal_hold_policies_id '{}' --json box.box_put_legal_hold_policies_id
Execute official Box API operation `put_legal_hold_policies_id`. Endpoint: PUT /legal_hold_policies/{legal_hold_policy_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_legal_hold_policies_id '{}' --json kosmo integrations:box box_put_legal_hold_policies_id '{}' --json box.box_delete_legal_hold_policies_id
Execute official Box API operation `delete_legal_hold_policies_id`. Endpoint: DELETE /legal_hold_policies/{legal_hold_policy_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_legal_hold_policies_id '{}' --json kosmo integrations:box box_delete_legal_hold_policies_id '{}' --json box.box_get_legal_hold_policy_assignments
Execute official Box API operation `get_legal_hold_policy_assignments`. Endpoint: GET /legal_hold_policy_assignments.
read - Parameters
- none
kosmo integrations:call box.box_get_legal_hold_policy_assignments '{}' --json kosmo integrations:box box_get_legal_hold_policy_assignments '{}' --json box.box_post_legal_hold_policy_assignments
Execute official Box API operation `post_legal_hold_policy_assignments`. Endpoint: POST /legal_hold_policy_assignments.
write - Parameters
- none
kosmo integrations:call box.box_post_legal_hold_policy_assignments '{}' --json kosmo integrations:box box_post_legal_hold_policy_assignments '{}' --json box.box_get_legal_hold_policy_assignments_id
Execute official Box API operation `get_legal_hold_policy_assignments_id`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_legal_hold_policy_assignments_id '{}' --json kosmo integrations:box box_get_legal_hold_policy_assignments_id '{}' --json box.box_delete_legal_hold_policy_assignments_id
Execute official Box API operation `delete_legal_hold_policy_assignments_id`. Endpoint: DELETE /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_legal_hold_policy_assignments_id '{}' --json kosmo integrations:box box_delete_legal_hold_policy_assignments_id '{}' --json box.box_get_legal_hold_policy_assignments_id_files_on_hold
Execute official Box API operation `get_legal_hold_policy_assignments_id_files_on_hold`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}/files_on_hold.
read - Parameters
- none
kosmo integrations:call box.box_get_legal_hold_policy_assignments_id_files_on_hold '{}' --json kosmo integrations:box box_get_legal_hold_policy_assignments_id_files_on_hold '{}' --json box.box_get_file_version_retentions
Execute official Box API operation `get_file_version_retentions`. Endpoint: GET /file_version_retentions.
read - Parameters
- none
kosmo integrations:call box.box_get_file_version_retentions '{}' --json kosmo integrations:box box_get_file_version_retentions '{}' --json box.box_get_legal_hold_policy_assignments_id_file_versions_on_hold
Execute official Box API operation `get_legal_hold_policy_assignments_id_file_versions_on_hold`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}/file_versions_on_hold.
read - Parameters
- none
kosmo integrations:call box.box_get_legal_hold_policy_assignments_id_file_versions_on_hold '{}' --json kosmo integrations:box box_get_legal_hold_policy_assignments_id_file_versions_on_hold '{}' --json box.box_get_file_version_retentions_id
Execute official Box API operation `get_file_version_retentions_id`. Endpoint: GET /file_version_retentions/{file_version_retention_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_file_version_retentions_id '{}' --json kosmo integrations:box box_get_file_version_retentions_id '{}' --json box.box_get_file_version_legal_holds_id
Execute official Box API operation `get_file_version_legal_holds_id`. Endpoint: GET /file_version_legal_holds/{file_version_legal_hold_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_file_version_legal_holds_id '{}' --json kosmo integrations:box box_get_file_version_legal_holds_id '{}' --json box.box_get_file_version_legal_holds
Execute official Box API operation `get_file_version_legal_holds`. Endpoint: GET /file_version_legal_holds.
read - Parameters
- none
kosmo integrations:call box.box_get_file_version_legal_holds '{}' --json kosmo integrations:box box_get_file_version_legal_holds '{}' --json box.box_get_shield_information_barriers_id
Execute official Box API operation `get_shield_information_barriers_id`. Endpoint: GET /shield_information_barriers/{shield_information_barrier_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barriers_id '{}' --json kosmo integrations:box box_get_shield_information_barriers_id '{}' --json box.box_post_shield_information_barriers_change_status
Execute official Box API operation `post_shield_information_barriers_change_status`. Endpoint: POST /shield_information_barriers/change_status.
write - Parameters
- none
kosmo integrations:call box.box_post_shield_information_barriers_change_status '{}' --json kosmo integrations:box box_post_shield_information_barriers_change_status '{}' --json box.box_get_shield_information_barriers
Execute official Box API operation `get_shield_information_barriers`. Endpoint: GET /shield_information_barriers.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barriers '{}' --json kosmo integrations:box box_get_shield_information_barriers '{}' --json box.box_post_shield_information_barriers
Execute official Box API operation `post_shield_information_barriers`. Endpoint: POST /shield_information_barriers.
write - Parameters
- none
kosmo integrations:call box.box_post_shield_information_barriers '{}' --json kosmo integrations:box box_post_shield_information_barriers '{}' --json box.box_get_shield_information_barrier_reports
Execute official Box API operation `get_shield_information_barrier_reports`. Endpoint: GET /shield_information_barrier_reports.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_reports '{}' --json kosmo integrations:box box_get_shield_information_barrier_reports '{}' --json box.box_post_shield_information_barrier_reports
Execute official Box API operation `post_shield_information_barrier_reports`. Endpoint: POST /shield_information_barrier_reports.
write - Parameters
- none
kosmo integrations:call box.box_post_shield_information_barrier_reports '{}' --json kosmo integrations:box box_post_shield_information_barrier_reports '{}' --json box.box_get_shield_information_barrier_reports_id
Execute official Box API operation `get_shield_information_barrier_reports_id`. Endpoint: GET /shield_information_barrier_reports/{shield_information_barrier_report_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_reports_id '{}' --json kosmo integrations:box box_get_shield_information_barrier_reports_id '{}' --json box.box_get_shield_information_barrier_segments_id
Execute official Box API operation `get_shield_information_barrier_segments_id`. Endpoint: GET /shield_information_barrier_segments/{shield_information_barrier_segment_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_segments_id '{}' --json kosmo integrations:box box_get_shield_information_barrier_segments_id '{}' --json box.box_delete_shield_information_barrier_segments_id
Execute official Box API operation `delete_shield_information_barrier_segments_id`. Endpoint: DELETE /shield_information_barrier_segments/{shield_information_barrier_segment_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_shield_information_barrier_segments_id '{}' --json kosmo integrations:box box_delete_shield_information_barrier_segments_id '{}' --json box.box_put_shield_information_barrier_segments_id
Execute official Box API operation `put_shield_information_barrier_segments_id`. Endpoint: PUT /shield_information_barrier_segments/{shield_information_barrier_segment_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_shield_information_barrier_segments_id '{}' --json kosmo integrations:box box_put_shield_information_barrier_segments_id '{}' --json box.box_get_shield_information_barrier_segments
Execute official Box API operation `get_shield_information_barrier_segments`. Endpoint: GET /shield_information_barrier_segments.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_segments '{}' --json kosmo integrations:box box_get_shield_information_barrier_segments '{}' --json box.box_post_shield_information_barrier_segments
Execute official Box API operation `post_shield_information_barrier_segments`. Endpoint: POST /shield_information_barrier_segments.
write - Parameters
- none
kosmo integrations:call box.box_post_shield_information_barrier_segments '{}' --json kosmo integrations:box box_post_shield_information_barrier_segments '{}' --json box.box_get_shield_information_barrier_segment_members_id
Execute official Box API operation `get_shield_information_barrier_segment_members_id`. Endpoint: GET /shield_information_barrier_segment_members/{shield_information_barrier_segment_member_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_segment_members_id '{}' --json kosmo integrations:box box_get_shield_information_barrier_segment_members_id '{}' --json box.box_delete_shield_information_barrier_segment_members_id
Execute official Box API operation `delete_shield_information_barrier_segment_members_id`. Endpoint: DELETE /shield_information_barrier_segment_members/{shield_information_barrier_segment_member_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_shield_information_barrier_segment_members_id '{}' --json kosmo integrations:box box_delete_shield_information_barrier_segment_members_id '{}' --json box.box_get_shield_information_barrier_segment_members
Execute official Box API operation `get_shield_information_barrier_segment_members`. Endpoint: GET /shield_information_barrier_segment_members.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_segment_members '{}' --json kosmo integrations:box box_get_shield_information_barrier_segment_members '{}' --json box.box_post_shield_information_barrier_segment_members
Execute official Box API operation `post_shield_information_barrier_segment_members`. Endpoint: POST /shield_information_barrier_segment_members.
write - Parameters
- none
kosmo integrations:call box.box_post_shield_information_barrier_segment_members '{}' --json kosmo integrations:box box_post_shield_information_barrier_segment_members '{}' --json box.box_get_shield_information_barrier_segment_restrictions_id
Execute official Box API operation `get_shield_information_barrier_segment_restrictions_id`. Endpoint: GET /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_segment_restrictions_id '{}' --json kosmo integrations:box box_get_shield_information_barrier_segment_restrictions_id '{}' --json box.box_delete_shield_information_barrier_segment_restrictions_id
Execute official Box API operation `delete_shield_information_barrier_segment_restrictions_id`. Endpoint: DELETE /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_shield_information_barrier_segment_restrictions_id '{}' --json kosmo integrations:box box_delete_shield_information_barrier_segment_restrictions_id '{}' --json box.box_get_shield_information_barrier_segment_restrictions
Execute official Box API operation `get_shield_information_barrier_segment_restrictions`. Endpoint: GET /shield_information_barrier_segment_restrictions.
read - Parameters
- none
kosmo integrations:call box.box_get_shield_information_barrier_segment_restrictions '{}' --json kosmo integrations:box box_get_shield_information_barrier_segment_restrictions '{}' --json box.box_post_shield_information_barrier_segment_restrictions
Execute official Box API operation `post_shield_information_barrier_segment_restrictions`. Endpoint: POST /shield_information_barrier_segment_restrictions.
write - Parameters
- none
kosmo integrations:call box.box_post_shield_information_barrier_segment_restrictions '{}' --json kosmo integrations:box box_post_shield_information_barrier_segment_restrictions '{}' --json box.box_get_device_pinners_id
Execute official Box API operation `get_device_pinners_id`. Endpoint: GET /device_pinners/{device_pinner_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_device_pinners_id '{}' --json kosmo integrations:box box_get_device_pinners_id '{}' --json box.box_delete_device_pinners_id
Execute official Box API operation `delete_device_pinners_id`. Endpoint: DELETE /device_pinners/{device_pinner_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_device_pinners_id '{}' --json kosmo integrations:box box_delete_device_pinners_id '{}' --json box.box_get_enterprises_id_device_pinners
Execute official Box API operation `get_enterprises_id_device_pinners`. Endpoint: GET /enterprises/{enterprise_id}/device_pinners.
read - Parameters
- none
kosmo integrations:call box.box_get_enterprises_id_device_pinners '{}' --json kosmo integrations:box box_get_enterprises_id_device_pinners '{}' --json box.box_get_terms_of_services
Execute official Box API operation `get_terms_of_services`. Endpoint: GET /terms_of_services.
read - Parameters
- none
kosmo integrations:call box.box_get_terms_of_services '{}' --json kosmo integrations:box box_get_terms_of_services '{}' --json box.box_post_terms_of_services
Execute official Box API operation `post_terms_of_services`. Endpoint: POST /terms_of_services.
write - Parameters
- none
kosmo integrations:call box.box_post_terms_of_services '{}' --json kosmo integrations:box box_post_terms_of_services '{}' --json box.box_get_terms_of_services_id
Execute official Box API operation `get_terms_of_services_id`. Endpoint: GET /terms_of_services/{terms_of_service_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_terms_of_services_id '{}' --json kosmo integrations:box box_get_terms_of_services_id '{}' --json box.box_put_terms_of_services_id
Execute official Box API operation `put_terms_of_services_id`. Endpoint: PUT /terms_of_services/{terms_of_service_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_terms_of_services_id '{}' --json kosmo integrations:box box_put_terms_of_services_id '{}' --json box.box_get_terms_of_service_user_statuses
Execute official Box API operation `get_terms_of_service_user_statuses`. Endpoint: GET /terms_of_service_user_statuses.
read - Parameters
- none
kosmo integrations:call box.box_get_terms_of_service_user_statuses '{}' --json kosmo integrations:box box_get_terms_of_service_user_statuses '{}' --json box.box_post_terms_of_service_user_statuses
Execute official Box API operation `post_terms_of_service_user_statuses`. Endpoint: POST /terms_of_service_user_statuses.
write - Parameters
- none
kosmo integrations:call box.box_post_terms_of_service_user_statuses '{}' --json kosmo integrations:box box_post_terms_of_service_user_statuses '{}' --json box.box_put_terms_of_service_user_statuses_id
Execute official Box API operation `put_terms_of_service_user_statuses_id`. Endpoint: PUT /terms_of_service_user_statuses/{terms_of_service_user_status_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_terms_of_service_user_statuses_id '{}' --json kosmo integrations:box box_put_terms_of_service_user_statuses_id '{}' --json box.box_get_collaboration_whitelist_entries
Execute official Box API operation `get_collaboration_whitelist_entries`. Endpoint: GET /collaboration_whitelist_entries.
read - Parameters
- none
kosmo integrations:call box.box_get_collaboration_whitelist_entries '{}' --json kosmo integrations:box box_get_collaboration_whitelist_entries '{}' --json box.box_post_collaboration_whitelist_entries
Execute official Box API operation `post_collaboration_whitelist_entries`. Endpoint: POST /collaboration_whitelist_entries.
write - Parameters
- none
kosmo integrations:call box.box_post_collaboration_whitelist_entries '{}' --json kosmo integrations:box box_post_collaboration_whitelist_entries '{}' --json box.box_get_collaboration_whitelist_entries_id
Execute official Box API operation `get_collaboration_whitelist_entries_id`. Endpoint: GET /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_collaboration_whitelist_entries_id '{}' --json kosmo integrations:box box_get_collaboration_whitelist_entries_id '{}' --json box.box_delete_collaboration_whitelist_entries_id
Execute official Box API operation `delete_collaboration_whitelist_entries_id`. Endpoint: DELETE /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_collaboration_whitelist_entries_id '{}' --json kosmo integrations:box box_delete_collaboration_whitelist_entries_id '{}' --json box.box_get_collaboration_whitelist_exempt_targets
Execute official Box API operation `get_collaboration_whitelist_exempt_targets`. Endpoint: GET /collaboration_whitelist_exempt_targets.
read - Parameters
- none
kosmo integrations:call box.box_get_collaboration_whitelist_exempt_targets '{}' --json kosmo integrations:box box_get_collaboration_whitelist_exempt_targets '{}' --json box.box_post_collaboration_whitelist_exempt_targets
Execute official Box API operation `post_collaboration_whitelist_exempt_targets`. Endpoint: POST /collaboration_whitelist_exempt_targets.
write - Parameters
- none
kosmo integrations:call box.box_post_collaboration_whitelist_exempt_targets '{}' --json kosmo integrations:box box_post_collaboration_whitelist_exempt_targets '{}' --json box.box_get_collaboration_whitelist_exempt_targets_id
Execute official Box API operation `get_collaboration_whitelist_exempt_targets_id`. Endpoint: GET /collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_collaboration_whitelist_exempt_targets_id '{}' --json kosmo integrations:box box_get_collaboration_whitelist_exempt_targets_id '{}' --json box.box_delete_collaboration_whitelist_exempt_targets_id
Execute official Box API operation `delete_collaboration_whitelist_exempt_targets_id`. Endpoint: DELETE /collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_collaboration_whitelist_exempt_targets_id '{}' --json kosmo integrations:box box_delete_collaboration_whitelist_exempt_targets_id '{}' --json box.box_get_storage_policies
Execute official Box API operation `get_storage_policies`. Endpoint: GET /storage_policies.
read - Parameters
- none
kosmo integrations:call box.box_get_storage_policies '{}' --json kosmo integrations:box box_get_storage_policies '{}' --json box.box_get_storage_policies_id
Execute official Box API operation `get_storage_policies_id`. Endpoint: GET /storage_policies/{storage_policy_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_storage_policies_id '{}' --json kosmo integrations:box box_get_storage_policies_id '{}' --json box.box_get_storage_policy_assignments
Execute official Box API operation `get_storage_policy_assignments`. Endpoint: GET /storage_policy_assignments.
read - Parameters
- none
kosmo integrations:call box.box_get_storage_policy_assignments '{}' --json kosmo integrations:box box_get_storage_policy_assignments '{}' --json box.box_post_storage_policy_assignments
Execute official Box API operation `post_storage_policy_assignments`. Endpoint: POST /storage_policy_assignments.
write - Parameters
- none
kosmo integrations:call box.box_post_storage_policy_assignments '{}' --json kosmo integrations:box box_post_storage_policy_assignments '{}' --json box.box_get_storage_policy_assignments_id
Execute official Box API operation `get_storage_policy_assignments_id`. Endpoint: GET /storage_policy_assignments/{storage_policy_assignment_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_storage_policy_assignments_id '{}' --json kosmo integrations:box box_get_storage_policy_assignments_id '{}' --json box.box_put_storage_policy_assignments_id
Execute official Box API operation `put_storage_policy_assignments_id`. Endpoint: PUT /storage_policy_assignments/{storage_policy_assignment_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_storage_policy_assignments_id '{}' --json kosmo integrations:box box_put_storage_policy_assignments_id '{}' --json box.box_delete_storage_policy_assignments_id
Execute official Box API operation `delete_storage_policy_assignments_id`. Endpoint: DELETE /storage_policy_assignments/{storage_policy_assignment_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_storage_policy_assignments_id '{}' --json kosmo integrations:box box_delete_storage_policy_assignments_id '{}' --json box.box_post_zip_downloads
Execute official Box API operation `post_zip_downloads`. Endpoint: POST /zip_downloads.
write - Parameters
- none
kosmo integrations:call box.box_post_zip_downloads '{}' --json kosmo integrations:box box_post_zip_downloads '{}' --json box.box_get_zip_downloads_id_content
Execute official Box API operation `get_zip_downloads_id_content`. Endpoint: GET /zip_downloads/{zip_download_id}/content.
read - Parameters
- none
kosmo integrations:call box.box_get_zip_downloads_id_content '{}' --json kosmo integrations:box box_get_zip_downloads_id_content '{}' --json box.box_get_zip_downloads_id_status
Execute official Box API operation `get_zip_downloads_id_status`. Endpoint: GET /zip_downloads/{zip_download_id}/status.
read - Parameters
- none
kosmo integrations:call box.box_get_zip_downloads_id_status '{}' --json kosmo integrations:box box_get_zip_downloads_id_status '{}' --json box.box_post_sign_requests_id_cancel
Execute official Box API operation `post_sign_requests_id_cancel`. Endpoint: POST /sign_requests/{sign_request_id}/cancel.
write - Parameters
- none
kosmo integrations:call box.box_post_sign_requests_id_cancel '{}' --json kosmo integrations:box box_post_sign_requests_id_cancel '{}' --json box.box_post_sign_requests_id_resend
Execute official Box API operation `post_sign_requests_id_resend`. Endpoint: POST /sign_requests/{sign_request_id}/resend.
write - Parameters
- none
kosmo integrations:call box.box_post_sign_requests_id_resend '{}' --json kosmo integrations:box box_post_sign_requests_id_resend '{}' --json box.box_get_sign_requests_id
Execute official Box API operation `get_sign_requests_id`. Endpoint: GET /sign_requests/{sign_request_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_sign_requests_id '{}' --json kosmo integrations:box box_get_sign_requests_id '{}' --json box.box_get_sign_requests
Execute official Box API operation `get_sign_requests`. Endpoint: GET /sign_requests.
read - Parameters
- none
kosmo integrations:call box.box_get_sign_requests '{}' --json kosmo integrations:box box_get_sign_requests '{}' --json box.box_post_sign_requests
Execute official Box API operation `post_sign_requests`. Endpoint: POST /sign_requests.
write - Parameters
- none
kosmo integrations:call box.box_post_sign_requests '{}' --json kosmo integrations:box box_post_sign_requests '{}' --json box.box_get_workflows
Execute official Box API operation `get_workflows`. Endpoint: GET /workflows.
read - Parameters
- none
kosmo integrations:call box.box_get_workflows '{}' --json kosmo integrations:box box_get_workflows '{}' --json box.box_post_workflows_id_start
Execute official Box API operation `post_workflows_id_start`. Endpoint: POST /workflows/{workflow_id}/start.
write - Parameters
- none
kosmo integrations:call box.box_post_workflows_id_start '{}' --json kosmo integrations:box box_post_workflows_id_start '{}' --json box.box_get_sign_templates
Execute official Box API operation `get_sign_templates`. Endpoint: GET /sign_templates.
read - Parameters
- none
kosmo integrations:call box.box_get_sign_templates '{}' --json kosmo integrations:box box_get_sign_templates '{}' --json box.box_get_sign_templates_id
Execute official Box API operation `get_sign_templates_id`. Endpoint: GET /sign_templates/{template_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_sign_templates_id '{}' --json kosmo integrations:box box_get_sign_templates_id '{}' --json box.box_get_integration_mappings_slack
Execute official Box API operation `get_integration_mappings_slack`. Endpoint: GET /integration_mappings/slack.
read - Parameters
- none
kosmo integrations:call box.box_get_integration_mappings_slack '{}' --json kosmo integrations:box box_get_integration_mappings_slack '{}' --json box.box_post_integration_mappings_slack
Execute official Box API operation `post_integration_mappings_slack`. Endpoint: POST /integration_mappings/slack.
write - Parameters
- none
kosmo integrations:call box.box_post_integration_mappings_slack '{}' --json kosmo integrations:box box_post_integration_mappings_slack '{}' --json box.box_put_integration_mappings_slack_id
Execute official Box API operation `put_integration_mappings_slack_id`. Endpoint: PUT /integration_mappings/slack/{integration_mapping_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_integration_mappings_slack_id '{}' --json kosmo integrations:box box_put_integration_mappings_slack_id '{}' --json box.box_delete_integration_mappings_slack_id
Execute official Box API operation `delete_integration_mappings_slack_id`. Endpoint: DELETE /integration_mappings/slack/{integration_mapping_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_integration_mappings_slack_id '{}' --json kosmo integrations:box box_delete_integration_mappings_slack_id '{}' --json box.box_get_integration_mappings_teams
Execute official Box API operation `get_integration_mappings_teams`. Endpoint: GET /integration_mappings/teams.
read - Parameters
- none
kosmo integrations:call box.box_get_integration_mappings_teams '{}' --json kosmo integrations:box box_get_integration_mappings_teams '{}' --json box.box_post_integration_mappings_teams
Execute official Box API operation `post_integration_mappings_teams`. Endpoint: POST /integration_mappings/teams.
write - Parameters
- none
kosmo integrations:call box.box_post_integration_mappings_teams '{}' --json kosmo integrations:box box_post_integration_mappings_teams '{}' --json box.box_put_integration_mappings_teams_id
Execute official Box API operation `put_integration_mappings_teams_id`. Endpoint: PUT /integration_mappings/teams/{integration_mapping_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_integration_mappings_teams_id '{}' --json kosmo integrations:box box_put_integration_mappings_teams_id '{}' --json box.box_delete_integration_mappings_teams_id
Execute official Box API operation `delete_integration_mappings_teams_id`. Endpoint: DELETE /integration_mappings/teams/{integration_mapping_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_integration_mappings_teams_id '{}' --json kosmo integrations:box box_delete_integration_mappings_teams_id '{}' --json box.box_post_ai_ask
Execute official Box API operation `post_ai_ask`. Endpoint: POST /ai/ask.
write - Parameters
- none
kosmo integrations:call box.box_post_ai_ask '{}' --json kosmo integrations:box box_post_ai_ask '{}' --json box.box_post_ai_text_gen
Execute official Box API operation `post_ai_text_gen`. Endpoint: POST /ai/text_gen.
write - Parameters
- none
kosmo integrations:call box.box_post_ai_text_gen '{}' --json kosmo integrations:box box_post_ai_text_gen '{}' --json box.box_get_ai_agent_default
Execute official Box API operation `get_ai_agent_default`. Endpoint: GET /ai_agent_default.
read - Parameters
- none
kosmo integrations:call box.box_get_ai_agent_default '{}' --json kosmo integrations:box box_get_ai_agent_default '{}' --json box.box_post_ai_extract
Execute official Box API operation `post_ai_extract`. Endpoint: POST /ai/extract.
write - Parameters
- none
kosmo integrations:call box.box_post_ai_extract '{}' --json kosmo integrations:box box_post_ai_extract '{}' --json box.box_post_ai_extract_structured
Execute official Box API operation `post_ai_extract_structured`. Endpoint: POST /ai/extract_structured.
write - Parameters
- none
kosmo integrations:call box.box_post_ai_extract_structured '{}' --json kosmo integrations:box box_post_ai_extract_structured '{}' --json box.box_get_ai_agents
Execute official Box API operation `get_ai_agents`. Endpoint: GET /ai_agents.
read - Parameters
- none
kosmo integrations:call box.box_get_ai_agents '{}' --json kosmo integrations:box box_get_ai_agents '{}' --json box.box_post_ai_agents
Execute official Box API operation `post_ai_agents`. Endpoint: POST /ai_agents.
write - Parameters
- none
kosmo integrations:call box.box_post_ai_agents '{}' --json kosmo integrations:box box_post_ai_agents '{}' --json box.box_put_ai_agents_id
Execute official Box API operation `put_ai_agents_id`. Endpoint: PUT /ai_agents/{agent_id}.
write - Parameters
- none
kosmo integrations:call box.box_put_ai_agents_id '{}' --json kosmo integrations:box box_put_ai_agents_id '{}' --json box.box_get_ai_agents_id
Execute official Box API operation `get_ai_agents_id`. Endpoint: GET /ai_agents/{agent_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_ai_agents_id '{}' --json kosmo integrations:box box_get_ai_agents_id '{}' --json box.box_delete_ai_agents_id
Execute official Box API operation `delete_ai_agents_id`. Endpoint: DELETE /ai_agents/{agent_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_ai_agents_id '{}' --json kosmo integrations:box box_delete_ai_agents_id '{}' --json box.box_post_metadata_taxonomies
Execute official Box API operation `post_metadata_taxonomies`. Endpoint: POST /metadata_taxonomies.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_taxonomies '{}' --json kosmo integrations:box box_post_metadata_taxonomies '{}' --json box.box_get_metadata_taxonomies_id
Execute official Box API operation `get_metadata_taxonomies_id`. Endpoint: GET /metadata_taxonomies/{namespace}.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_taxonomies_id '{}' --json kosmo integrations:box box_get_metadata_taxonomies_id '{}' --json box.box_get_metadata_taxonomies_id_id
Execute official Box API operation `get_metadata_taxonomies_id_id`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_taxonomies_id_id '{}' --json kosmo integrations:box box_get_metadata_taxonomies_id_id '{}' --json box.box_patch_metadata_taxonomies_id_id
Execute official Box API operation `patch_metadata_taxonomies_id_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}.
write - Parameters
- none
kosmo integrations:call box.box_patch_metadata_taxonomies_id_id '{}' --json kosmo integrations:box box_patch_metadata_taxonomies_id_id '{}' --json box.box_delete_metadata_taxonomies_id_id
Execute official Box API operation `delete_metadata_taxonomies_id_id`. Endpoint: DELETE /metadata_taxonomies/{namespace}/{taxonomy_key}.
write - Parameters
- none
kosmo integrations:call box.box_delete_metadata_taxonomies_id_id '{}' --json kosmo integrations:box box_delete_metadata_taxonomies_id_id '{}' --json box.box_post_metadata_taxonomies_id_id_levels
Execute official Box API operation `post_metadata_taxonomies_id_id_levels`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_levels '{}' --json kosmo integrations:box box_post_metadata_taxonomies_id_id_levels '{}' --json box.box_patch_metadata_taxonomies_id_id_levels_id
Execute official Box API operation `patch_metadata_taxonomies_id_id_levels_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}/levels/{level_index}.
write - Parameters
- none
kosmo integrations:call box.box_patch_metadata_taxonomies_id_id_levels_id '{}' --json kosmo integrations:box box_patch_metadata_taxonomies_id_id_levels_id '{}' --json box.box_post_metadata_taxonomies_id_id_levels_append
Execute official Box API operation `post_metadata_taxonomies_id_id_levels:append`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels:append.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_levels_append '{}' --json kosmo integrations:box box_post_metadata_taxonomies_id_id_levels_append '{}' --json box.box_post_metadata_taxonomies_id_id_levels_trim
Execute official Box API operation `post_metadata_taxonomies_id_id_levels:trim`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels:trim.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_levels_trim '{}' --json kosmo integrations:box box_post_metadata_taxonomies_id_id_levels_trim '{}' --json box.box_get_metadata_taxonomies_id_id_nodes
Execute official Box API operation `get_metadata_taxonomies_id_id_nodes`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_taxonomies_id_id_nodes '{}' --json kosmo integrations:box box_get_metadata_taxonomies_id_id_nodes '{}' --json box.box_post_metadata_taxonomies_id_id_nodes
Execute official Box API operation `post_metadata_taxonomies_id_id_nodes`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes.
write - Parameters
- none
kosmo integrations:call box.box_post_metadata_taxonomies_id_id_nodes '{}' --json kosmo integrations:box box_post_metadata_taxonomies_id_id_nodes '{}' --json box.box_get_metadata_taxonomies_id_id_nodes_id
Execute official Box API operation `get_metadata_taxonomies_id_id_nodes_id`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_taxonomies_id_id_nodes_id '{}' --json kosmo integrations:box box_get_metadata_taxonomies_id_id_nodes_id '{}' --json box.box_patch_metadata_taxonomies_id_id_nodes_id
Execute official Box API operation `patch_metadata_taxonomies_id_id_nodes_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.
write - Parameters
- none
kosmo integrations:call box.box_patch_metadata_taxonomies_id_id_nodes_id '{}' --json kosmo integrations:box box_patch_metadata_taxonomies_id_id_nodes_id '{}' --json box.box_delete_metadata_taxonomies_id_id_nodes_id
Execute official Box API operation `delete_metadata_taxonomies_id_id_nodes_id`. Endpoint: DELETE /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.
write - Parameters
- none
kosmo integrations:call box.box_delete_metadata_taxonomies_id_id_nodes_id '{}' --json kosmo integrations:box box_delete_metadata_taxonomies_id_id_nodes_id '{}' --json box.box_get_metadata_templates_id_id_fields_id_options
Execute official Box API operation `get_metadata_templates_id_id_fields_id_options`. Endpoint: GET /metadata_templates/{namespace}/{template_key}/fields/{field_key}/options.
read - Parameters
- none
kosmo integrations:call box.box_get_metadata_templates_id_id_fields_id_options '{}' --json kosmo integrations:box box_get_metadata_templates_id_id_fields_id_options '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
box.box_get_authorize 0 parameters
kosmo integrations:schema box.box_get_authorize --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_oauth2_token 0 parameters
kosmo integrations:schema box.box_post_oauth2_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_oauth2_token_refresh 0 parameters
kosmo integrations:schema box.box_post_oauth2_token_refresh --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_oauth2_revoke 0 parameters
kosmo integrations:schema box.box_post_oauth2_revoke --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id 0 parameters
kosmo integrations:schema box.box_get_files_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id 0 parameters
kosmo integrations:schema box.box_post_files_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_files_id 0 parameters
kosmo integrations:schema box.box_put_files_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_id 0 parameters
kosmo integrations:schema box.box_delete_files_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_app_item_associations 0 parameters
kosmo integrations:schema box.box_get_files_id_app_item_associations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_content 0 parameters
kosmo integrations:schema box.box_get_files_id_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id_content 0 parameters
kosmo integrations:schema box.box_post_files_id_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_content 0 parameters
kosmo integrations:schema box.box_post_files_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_upload_sessions 0 parameters
kosmo integrations:schema box.box_post_files_upload_sessions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id_upload_sessions 0 parameters
kosmo integrations:schema box.box_post_files_id_upload_sessions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_upload_sessions_id 0 parameters
kosmo integrations:schema box.box_get_files_upload_sessions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_files_upload_sessions_id 0 parameters
kosmo integrations:schema box.box_put_files_upload_sessions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_upload_sessions_id 0 parameters
kosmo integrations:schema box.box_delete_files_upload_sessions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_upload_sessions_id_parts 0 parameters
kosmo integrations:schema box.box_get_files_upload_sessions_id_parts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_upload_sessions_id_commit 0 parameters
kosmo integrations:schema box.box_post_files_upload_sessions_id_commit --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id_copy 0 parameters
kosmo integrations:schema box.box_post_files_id_copy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_thumbnail_id 0 parameters
kosmo integrations:schema box.box_get_files_id_thumbnail_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_collaborations 0 parameters
kosmo integrations:schema box.box_get_files_id_collaborations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_comments 0 parameters
kosmo integrations:schema box.box_get_files_id_comments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_tasks 0 parameters
kosmo integrations:schema box.box_get_files_id_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_trash 0 parameters
kosmo integrations:schema box.box_get_files_id_trash --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_id_trash 0 parameters
kosmo integrations:schema box.box_delete_files_id_trash --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_versions 0 parameters
kosmo integrations:schema box.box_get_files_id_versions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_versions_id 0 parameters
kosmo integrations:schema box.box_get_files_id_versions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_id_versions_id 0 parameters
kosmo integrations:schema box.box_delete_files_id_versions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_files_id_versions_id 0 parameters
kosmo integrations:schema box.box_put_files_id_versions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id_versions_current 0 parameters
kosmo integrations:schema box.box_post_files_id_versions_current --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_metadata 0 parameters
kosmo integrations:schema box.box_get_files_id_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_get_files_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_post_files_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_files_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_put_files_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_delete_files_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_metadata_global_box_skills_cards 0 parameters
kosmo integrations:schema box.box_get_files_id_metadata_global_box_skills_cards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_files_id_metadata_global_box_skills_cards 0 parameters
kosmo integrations:schema box.box_post_files_id_metadata_global_box_skills_cards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_files_id_metadata_global_box_skills_cards 0 parameters
kosmo integrations:schema box.box_put_files_id_metadata_global_box_skills_cards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_id_metadata_global_box_skills_cards 0 parameters
kosmo integrations:schema box.box_delete_files_id_metadata_global_box_skills_cards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_files_id_watermark 0 parameters
kosmo integrations:schema box.box_get_files_id_watermark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_files_id_watermark 0 parameters
kosmo integrations:schema box.box_put_files_id_watermark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_files_id_watermark 0 parameters
kosmo integrations:schema box.box_delete_files_id_watermark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_file_requests_id 0 parameters
kosmo integrations:schema box.box_get_file_requests_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_file_requests_id 0 parameters
kosmo integrations:schema box.box_put_file_requests_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_file_requests_id 0 parameters
kosmo integrations:schema box.box_delete_file_requests_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_file_requests_id_copy 0 parameters
kosmo integrations:schema box.box_post_file_requests_id_copy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id 0 parameters
kosmo integrations:schema box.box_get_folders_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_folders_id 0 parameters
kosmo integrations:schema box.box_post_folders_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_folders_id 0 parameters
kosmo integrations:schema box.box_put_folders_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_folders_id 0 parameters
kosmo integrations:schema box.box_delete_folders_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_app_item_associations 0 parameters
kosmo integrations:schema box.box_get_folders_id_app_item_associations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_items 0 parameters
kosmo integrations:schema box.box_get_folders_id_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_folders 0 parameters
kosmo integrations:schema box.box_post_folders --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_folders_id_copy 0 parameters
kosmo integrations:schema box.box_post_folders_id_copy --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_collaborations 0 parameters
kosmo integrations:schema box.box_get_folders_id_collaborations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_trash 0 parameters
kosmo integrations:schema box.box_get_folders_id_trash --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_folders_id_trash 0 parameters
kosmo integrations:schema box.box_delete_folders_id_trash --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_metadata 0 parameters
kosmo integrations:schema box.box_get_folders_id_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo 0 parameters
kosmo integrations:schema box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_get_folders_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_folders_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_post_folders_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_folders_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_put_folders_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_folders_id_metadata_id_id 0 parameters
kosmo integrations:schema box.box_delete_folders_id_metadata_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_trash_items 0 parameters
kosmo integrations:schema box.box_get_folders_trash_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folders_id_watermark 0 parameters
kosmo integrations:schema box.box_get_folders_id_watermark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_folders_id_watermark 0 parameters
kosmo integrations:schema box.box_put_folders_id_watermark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_folders_id_watermark 0 parameters
kosmo integrations:schema box.box_delete_folders_id_watermark --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_folder_locks 0 parameters
kosmo integrations:schema box.box_get_folder_locks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_folder_locks 0 parameters
kosmo integrations:schema box.box_post_folder_locks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_folder_locks_id 0 parameters
kosmo integrations:schema box.box_delete_folder_locks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_templates 0 parameters
kosmo integrations:schema box.box_get_metadata_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema 0 parameters
kosmo integrations:schema box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add 0 parameters
kosmo integrations:schema box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update 0 parameters
kosmo integrations:schema box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_templates_id_id_schema 0 parameters
kosmo integrations:schema box.box_get_metadata_templates_id_id_schema --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_metadata_templates_id_id_schema 0 parameters
kosmo integrations:schema box.box_put_metadata_templates_id_id_schema --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_metadata_templates_id_id_schema 0 parameters
kosmo integrations:schema box.box_delete_metadata_templates_id_id_schema --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_templates_id 0 parameters
kosmo integrations:schema box.box_get_metadata_templates_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_templates_global 0 parameters
kosmo integrations:schema box.box_get_metadata_templates_global --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_templates_enterprise 0 parameters
kosmo integrations:schema box.box_get_metadata_templates_enterprise --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_templates_schema 0 parameters
kosmo integrations:schema box.box_post_metadata_templates_schema --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_templates_schema_classifications 0 parameters
kosmo integrations:schema box.box_post_metadata_templates_schema_classifications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_cascade_policies 0 parameters
kosmo integrations:schema box.box_get_metadata_cascade_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_cascade_policies 0 parameters
kosmo integrations:schema box.box_post_metadata_cascade_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_cascade_policies_id 0 parameters
kosmo integrations:schema box.box_get_metadata_cascade_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_metadata_cascade_policies_id 0 parameters
kosmo integrations:schema box.box_delete_metadata_cascade_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_cascade_policies_id_apply 0 parameters
kosmo integrations:schema box.box_post_metadata_cascade_policies_id_apply --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_queries_execute_read 0 parameters
kosmo integrations:schema box.box_post_metadata_queries_execute_read --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_comments_id 0 parameters
kosmo integrations:schema box.box_get_comments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_comments_id 0 parameters
kosmo integrations:schema box.box_put_comments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_comments_id 0 parameters
kosmo integrations:schema box.box_delete_comments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_comments 0 parameters
kosmo integrations:schema box.box_post_comments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collaborations_id 0 parameters
kosmo integrations:schema box.box_get_collaborations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_collaborations_id 0 parameters
kosmo integrations:schema box.box_put_collaborations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_collaborations_id 0 parameters
kosmo integrations:schema box.box_delete_collaborations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collaborations 0 parameters
kosmo integrations:schema box.box_get_collaborations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_collaborations 0 parameters
kosmo integrations:schema box.box_post_collaborations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_search 0 parameters
kosmo integrations:schema box.box_get_search --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_tasks 0 parameters
kosmo integrations:schema box.box_post_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_tasks_id 0 parameters
kosmo integrations:schema box.box_get_tasks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_tasks_id 0 parameters
kosmo integrations:schema box.box_put_tasks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_tasks_id 0 parameters
kosmo integrations:schema box.box_delete_tasks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_tasks_id_assignments 0 parameters
kosmo integrations:schema box.box_get_tasks_id_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_task_assignments 0 parameters
kosmo integrations:schema box.box_post_task_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_task_assignments_id 0 parameters
kosmo integrations:schema box.box_get_task_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_task_assignments_id 0 parameters
kosmo integrations:schema box.box_put_task_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_task_assignments_id 0 parameters
kosmo integrations:schema box.box_delete_task_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_web_links 0 parameters
kosmo integrations:schema box.box_post_web_links --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_web_links_id 0 parameters
kosmo integrations:schema box.box_get_web_links_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_web_links_id 0 parameters
kosmo integrations:schema box.box_post_web_links_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_web_links_id 0 parameters
kosmo integrations:schema box.box_put_web_links_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_web_links_id 0 parameters
kosmo integrations:schema box.box_delete_web_links_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_web_links_id_trash 0 parameters
kosmo integrations:schema box.box_get_web_links_id_trash --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_web_links_id_trash 0 parameters
kosmo integrations:schema box.box_delete_web_links_id_trash --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_users 0 parameters
kosmo integrations:schema box.box_get_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_users 0 parameters
kosmo integrations:schema box.box_post_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_users_me 0 parameters
kosmo integrations:schema box.box_get_users_me --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_users_terminate_sessions 0 parameters
kosmo integrations:schema box.box_post_users_terminate_sessions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_users_id 0 parameters
kosmo integrations:schema box.box_get_users_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_users_id 0 parameters
kosmo integrations:schema box.box_put_users_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_users_id 0 parameters
kosmo integrations:schema box.box_delete_users_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_users_id_avatar 0 parameters
kosmo integrations:schema box.box_get_users_id_avatar --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_users_id_avatar 0 parameters
kosmo integrations:schema box.box_post_users_id_avatar --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_users_id_avatar 0 parameters
kosmo integrations:schema box.box_delete_users_id_avatar --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_users_id_folders_0 0 parameters
kosmo integrations:schema box.box_put_users_id_folders_0 --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_users_id_email_aliases 0 parameters
kosmo integrations:schema box.box_get_users_id_email_aliases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_users_id_email_aliases 0 parameters
kosmo integrations:schema box.box_post_users_id_email_aliases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_users_id_email_aliases_id 0 parameters
kosmo integrations:schema box.box_delete_users_id_email_aliases_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_users_id_memberships 0 parameters
kosmo integrations:schema box.box_get_users_id_memberships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_invites 0 parameters
kosmo integrations:schema box.box_post_invites --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_invites_id 0 parameters
kosmo integrations:schema box.box_get_invites_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_groups 0 parameters
kosmo integrations:schema box.box_get_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_groups 0 parameters
kosmo integrations:schema box.box_post_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_groups_terminate_sessions 0 parameters
kosmo integrations:schema box.box_post_groups_terminate_sessions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_groups_id 0 parameters
kosmo integrations:schema box.box_get_groups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_groups_id 0 parameters
kosmo integrations:schema box.box_put_groups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_groups_id 0 parameters
kosmo integrations:schema box.box_delete_groups_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_groups_id_memberships 0 parameters
kosmo integrations:schema box.box_get_groups_id_memberships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_groups_id_collaborations 0 parameters
kosmo integrations:schema box.box_get_groups_id_collaborations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_group_memberships 0 parameters
kosmo integrations:schema box.box_post_group_memberships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_group_memberships_id 0 parameters
kosmo integrations:schema box.box_get_group_memberships_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_group_memberships_id 0 parameters
kosmo integrations:schema box.box_put_group_memberships_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_group_memberships_id 0 parameters
kosmo integrations:schema box.box_delete_group_memberships_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_webhooks 0 parameters
kosmo integrations:schema box.box_get_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_webhooks 0 parameters
kosmo integrations:schema box.box_post_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_webhooks_id 0 parameters
kosmo integrations:schema box.box_get_webhooks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_webhooks_id 0 parameters
kosmo integrations:schema box.box_put_webhooks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_webhooks_id 0 parameters
kosmo integrations:schema box.box_delete_webhooks_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_skill_invocations_id 0 parameters
kosmo integrations:schema box.box_put_skill_invocations_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_events 0 parameters
kosmo integrations:schema box.box_get_events --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collections 0 parameters
kosmo integrations:schema box.box_get_collections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collections_id_items 0 parameters
kosmo integrations:schema box.box_get_collections_id_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collections_id 0 parameters
kosmo integrations:schema box.box_get_collections_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_recent_items 0 parameters
kosmo integrations:schema box.box_get_recent_items --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_retention_policies 0 parameters
kosmo integrations:schema box.box_get_retention_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_retention_policies 0 parameters
kosmo integrations:schema box.box_post_retention_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_retention_policies_id 0 parameters
kosmo integrations:schema box.box_get_retention_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_retention_policies_id 0 parameters
kosmo integrations:schema box.box_put_retention_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_retention_policies_id 0 parameters
kosmo integrations:schema box.box_delete_retention_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_retention_policies_id_assignments 0 parameters
kosmo integrations:schema box.box_get_retention_policies_id_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_retention_policy_assignments 0 parameters
kosmo integrations:schema box.box_post_retention_policy_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_retention_policy_assignments_id 0 parameters
kosmo integrations:schema box.box_get_retention_policy_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_retention_policy_assignments_id 0 parameters
kosmo integrations:schema box.box_delete_retention_policy_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_retention_policy_assignments_id_files_under_retention 0 parameters
kosmo integrations:schema box.box_get_retention_policy_assignments_id_files_under_retention --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_retention_policy_assignments_id_file_versions_under_retention 0 parameters
kosmo integrations:schema box.box_get_retention_policy_assignments_id_file_versions_under_retention --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_legal_hold_policies 0 parameters
kosmo integrations:schema box.box_get_legal_hold_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_legal_hold_policies 0 parameters
kosmo integrations:schema box.box_post_legal_hold_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_legal_hold_policies_id 0 parameters
kosmo integrations:schema box.box_get_legal_hold_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_legal_hold_policies_id 0 parameters
kosmo integrations:schema box.box_put_legal_hold_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_legal_hold_policies_id 0 parameters
kosmo integrations:schema box.box_delete_legal_hold_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_legal_hold_policy_assignments 0 parameters
kosmo integrations:schema box.box_get_legal_hold_policy_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_legal_hold_policy_assignments 0 parameters
kosmo integrations:schema box.box_post_legal_hold_policy_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_legal_hold_policy_assignments_id 0 parameters
kosmo integrations:schema box.box_get_legal_hold_policy_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_legal_hold_policy_assignments_id 0 parameters
kosmo integrations:schema box.box_delete_legal_hold_policy_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_legal_hold_policy_assignments_id_files_on_hold 0 parameters
kosmo integrations:schema box.box_get_legal_hold_policy_assignments_id_files_on_hold --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_file_version_retentions 0 parameters
kosmo integrations:schema box.box_get_file_version_retentions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_legal_hold_policy_assignments_id_file_versions_on_hold 0 parameters
kosmo integrations:schema box.box_get_legal_hold_policy_assignments_id_file_versions_on_hold --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_file_version_retentions_id 0 parameters
kosmo integrations:schema box.box_get_file_version_retentions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_file_version_legal_holds_id 0 parameters
kosmo integrations:schema box.box_get_file_version_legal_holds_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_file_version_legal_holds 0 parameters
kosmo integrations:schema box.box_get_file_version_legal_holds --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barriers_id 0 parameters
kosmo integrations:schema box.box_get_shield_information_barriers_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_shield_information_barriers_change_status 0 parameters
kosmo integrations:schema box.box_post_shield_information_barriers_change_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barriers 0 parameters
kosmo integrations:schema box.box_get_shield_information_barriers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_shield_information_barriers 0 parameters
kosmo integrations:schema box.box_post_shield_information_barriers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_reports 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_reports --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_shield_information_barrier_reports 0 parameters
kosmo integrations:schema box.box_post_shield_information_barrier_reports --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_reports_id 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_reports_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_segments_id 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_segments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_shield_information_barrier_segments_id 0 parameters
kosmo integrations:schema box.box_delete_shield_information_barrier_segments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_shield_information_barrier_segments_id 0 parameters
kosmo integrations:schema box.box_put_shield_information_barrier_segments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_segments 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_shield_information_barrier_segments 0 parameters
kosmo integrations:schema box.box_post_shield_information_barrier_segments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_segment_members_id 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_segment_members_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_shield_information_barrier_segment_members_id 0 parameters
kosmo integrations:schema box.box_delete_shield_information_barrier_segment_members_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_segment_members 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_segment_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_shield_information_barrier_segment_members 0 parameters
kosmo integrations:schema box.box_post_shield_information_barrier_segment_members --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_segment_restrictions_id 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_segment_restrictions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_shield_information_barrier_segment_restrictions_id 0 parameters
kosmo integrations:schema box.box_delete_shield_information_barrier_segment_restrictions_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_shield_information_barrier_segment_restrictions 0 parameters
kosmo integrations:schema box.box_get_shield_information_barrier_segment_restrictions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_shield_information_barrier_segment_restrictions 0 parameters
kosmo integrations:schema box.box_post_shield_information_barrier_segment_restrictions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_device_pinners_id 0 parameters
kosmo integrations:schema box.box_get_device_pinners_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_device_pinners_id 0 parameters
kosmo integrations:schema box.box_delete_device_pinners_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_enterprises_id_device_pinners 0 parameters
kosmo integrations:schema box.box_get_enterprises_id_device_pinners --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_terms_of_services 0 parameters
kosmo integrations:schema box.box_get_terms_of_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_terms_of_services 0 parameters
kosmo integrations:schema box.box_post_terms_of_services --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_terms_of_services_id 0 parameters
kosmo integrations:schema box.box_get_terms_of_services_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_terms_of_services_id 0 parameters
kosmo integrations:schema box.box_put_terms_of_services_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_terms_of_service_user_statuses 0 parameters
kosmo integrations:schema box.box_get_terms_of_service_user_statuses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_terms_of_service_user_statuses 0 parameters
kosmo integrations:schema box.box_post_terms_of_service_user_statuses --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_terms_of_service_user_statuses_id 0 parameters
kosmo integrations:schema box.box_put_terms_of_service_user_statuses_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collaboration_whitelist_entries 0 parameters
kosmo integrations:schema box.box_get_collaboration_whitelist_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_collaboration_whitelist_entries 0 parameters
kosmo integrations:schema box.box_post_collaboration_whitelist_entries --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collaboration_whitelist_entries_id 0 parameters
kosmo integrations:schema box.box_get_collaboration_whitelist_entries_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_collaboration_whitelist_entries_id 0 parameters
kosmo integrations:schema box.box_delete_collaboration_whitelist_entries_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collaboration_whitelist_exempt_targets 0 parameters
kosmo integrations:schema box.box_get_collaboration_whitelist_exempt_targets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_collaboration_whitelist_exempt_targets 0 parameters
kosmo integrations:schema box.box_post_collaboration_whitelist_exempt_targets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_collaboration_whitelist_exempt_targets_id 0 parameters
kosmo integrations:schema box.box_get_collaboration_whitelist_exempt_targets_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_collaboration_whitelist_exempt_targets_id 0 parameters
kosmo integrations:schema box.box_delete_collaboration_whitelist_exempt_targets_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_storage_policies 0 parameters
kosmo integrations:schema box.box_get_storage_policies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_storage_policies_id 0 parameters
kosmo integrations:schema box.box_get_storage_policies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_storage_policy_assignments 0 parameters
kosmo integrations:schema box.box_get_storage_policy_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_storage_policy_assignments 0 parameters
kosmo integrations:schema box.box_post_storage_policy_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_storage_policy_assignments_id 0 parameters
kosmo integrations:schema box.box_get_storage_policy_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_storage_policy_assignments_id 0 parameters
kosmo integrations:schema box.box_put_storage_policy_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_storage_policy_assignments_id 0 parameters
kosmo integrations:schema box.box_delete_storage_policy_assignments_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_zip_downloads 0 parameters
kosmo integrations:schema box.box_post_zip_downloads --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_zip_downloads_id_content 0 parameters
kosmo integrations:schema box.box_get_zip_downloads_id_content --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_zip_downloads_id_status 0 parameters
kosmo integrations:schema box.box_get_zip_downloads_id_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_sign_requests_id_cancel 0 parameters
kosmo integrations:schema box.box_post_sign_requests_id_cancel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_sign_requests_id_resend 0 parameters
kosmo integrations:schema box.box_post_sign_requests_id_resend --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_sign_requests_id 0 parameters
kosmo integrations:schema box.box_get_sign_requests_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_sign_requests 0 parameters
kosmo integrations:schema box.box_get_sign_requests --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_sign_requests 0 parameters
kosmo integrations:schema box.box_post_sign_requests --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_workflows 0 parameters
kosmo integrations:schema box.box_get_workflows --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_workflows_id_start 0 parameters
kosmo integrations:schema box.box_post_workflows_id_start --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_sign_templates 0 parameters
kosmo integrations:schema box.box_get_sign_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_sign_templates_id 0 parameters
kosmo integrations:schema box.box_get_sign_templates_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_integration_mappings_slack 0 parameters
kosmo integrations:schema box.box_get_integration_mappings_slack --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_integration_mappings_slack 0 parameters
kosmo integrations:schema box.box_post_integration_mappings_slack --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_integration_mappings_slack_id 0 parameters
kosmo integrations:schema box.box_put_integration_mappings_slack_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_integration_mappings_slack_id 0 parameters
kosmo integrations:schema box.box_delete_integration_mappings_slack_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_integration_mappings_teams 0 parameters
kosmo integrations:schema box.box_get_integration_mappings_teams --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_integration_mappings_teams 0 parameters
kosmo integrations:schema box.box_post_integration_mappings_teams --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_integration_mappings_teams_id 0 parameters
kosmo integrations:schema box.box_put_integration_mappings_teams_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_integration_mappings_teams_id 0 parameters
kosmo integrations:schema box.box_delete_integration_mappings_teams_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_ai_ask 0 parameters
kosmo integrations:schema box.box_post_ai_ask --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_ai_text_gen 0 parameters
kosmo integrations:schema box.box_post_ai_text_gen --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_ai_agent_default 0 parameters
kosmo integrations:schema box.box_get_ai_agent_default --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_ai_extract 0 parameters
kosmo integrations:schema box.box_post_ai_extract --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_ai_extract_structured 0 parameters
kosmo integrations:schema box.box_post_ai_extract_structured --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_ai_agents 0 parameters
kosmo integrations:schema box.box_get_ai_agents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_ai_agents 0 parameters
kosmo integrations:schema box.box_post_ai_agents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_put_ai_agents_id 0 parameters
kosmo integrations:schema box.box_put_ai_agents_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_ai_agents_id 0 parameters
kosmo integrations:schema box.box_get_ai_agents_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_ai_agents_id 0 parameters
kosmo integrations:schema box.box_delete_ai_agents_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_taxonomies 0 parameters
kosmo integrations:schema box.box_post_metadata_taxonomies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_taxonomies_id 0 parameters
kosmo integrations:schema box.box_get_metadata_taxonomies_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_taxonomies_id_id 0 parameters
kosmo integrations:schema box.box_get_metadata_taxonomies_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_patch_metadata_taxonomies_id_id 0 parameters
kosmo integrations:schema box.box_patch_metadata_taxonomies_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_metadata_taxonomies_id_id 0 parameters
kosmo integrations:schema box.box_delete_metadata_taxonomies_id_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_taxonomies_id_id_levels 0 parameters
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_levels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_patch_metadata_taxonomies_id_id_levels_id 0 parameters
kosmo integrations:schema box.box_patch_metadata_taxonomies_id_id_levels_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_taxonomies_id_id_levels_append 0 parameters
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_levels_append --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_taxonomies_id_id_levels_trim 0 parameters
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_levels_trim --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_taxonomies_id_id_nodes 0 parameters
kosmo integrations:schema box.box_get_metadata_taxonomies_id_id_nodes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_post_metadata_taxonomies_id_id_nodes 0 parameters
kosmo integrations:schema box.box_post_metadata_taxonomies_id_id_nodes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_taxonomies_id_id_nodes_id 0 parameters
kosmo integrations:schema box.box_get_metadata_taxonomies_id_id_nodes_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_patch_metadata_taxonomies_id_id_nodes_id 0 parameters
kosmo integrations:schema box.box_patch_metadata_taxonomies_id_id_nodes_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_delete_metadata_taxonomies_id_id_nodes_id 0 parameters
kosmo integrations:schema box.box_delete_metadata_taxonomies_id_id_nodes_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
box.box_get_metadata_templates_id_id_fields_id_options 0 parameters
kosmo integrations:schema box.box_get_metadata_templates_id_id_fields_id_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.