Record
get-collections-id-items-params
No description available.
record get-collections-id-items-params {
collection-id: string,
fields: option<list<string>>,
offset: option<s64>,
limit: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| collection-id | string | |
| fields | option<list<string>> | |
| offset | option<s64> | |
| limit | option<s64> |