<!-- Generated by box-gantry. DO NOT EDIT. -->
# SharedLinksAppItemsManager
Reach these methods through the `shared_links_app_items` field on `client::Client`.
## get_shared_items_app_items
`GET /shared_items`
| Parameter | In | Type | Required |
|---|---|---|---|
| `boxapi` | header | `String` | yes |
**Returns:** `AppItem`
**Example**
```rust
let result = client.shared_links_app_items.get_shared_items_app_items("BOXAPI".to_string()).await?;
```