/v1/resources/getResources
post
Field | Type | Required | Description |
---|---|---|---|
Authorization | string | Yes | Access token Example: Bearer <token> |
Content-Type | string | Yes | HTTP JSON request content type Example: application/json |
Parameters for fetching multiple resources in a single request. This allows batch operations for better performance.
Specifies how to fetch a specific resource. You can identify resources by ID, filepath, or folderpath, combined with the action you want to perform.
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | HTTP JSON response content type Example: application/json |
Content-Length | string | Yes | HTTP response content length in bytes Example: 1024 |
Response containing the requested resources. Each resource is wrapped with metadata for easy identification.
Wraps a resource with metadata about its type and ID. This provides context about what kind of resource is being returned.
The actual resource data. The structure varies depending on the resource type (file, folder, workspace, etc.).
Represents a user or system entity that performed an action (e.g., created or updated a resource)
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | HTTP JSON response content type Example: application/json |
Content-Length | string | Yes | HTTP response content length in bytes |