asset_requests
Request checkout of requestable assets or cancel pending requests. Include notes and expected checkout dates to streamline asset management.
Instructions
Manage asset checkout requests.
Allows users to request checkout of requestable assets. Assets must have the 'requestable' flag set (either on the asset or its model).
Operations:
request: Submit a request to checkout an asset
cancel: Cancel a pending request
Note: Viewing the request queue and approving/denying requests is only available through the web UI - there are no API endpoints for these administrative functions.
Returns: dict: Result of the operation including success status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The request action to perform | |
| asset_id | Yes | Asset ID (must be a requestable asset) | |
| request_data | No | Request details (for request action) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||