Fetch Items
Use this API to fetch items
| Path Parameters |
|---|
driveId string — REQUIRED |
| Request Body — REQUIRED |
|---|
itemIds string[]List of items to be fetched in the specified drive. |
filterConditions string[]Filter conditions to apply when fetching items. Each condition should be a valid query string. See Plasma for more details. |
| Responses | ||
|---|---|---|
200Returns the fetched items
|