List target files
You can retrieve a list of all uploaded target files in the Sendbird application using this API.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Optional
Parameter name | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set to |
limit | int | Specifies the number of results to return per page. Acceptable values are |
Response
If successful, this action returns a list of files resources in the response body. In the case of an error, an error object is returned. A detailed list of error codes is available here.
List of response properties
Property name | Type | Description |
---|---|---|
files[] | array of objects | An array of files resources. |
next | string | The value that can be used in the |