Gets the latest version of a file by ID.

Request

HTTP Request

GET https://cawemo.com/api/v1/files/:id

Path Parameters

Name Type Description
id string Unique identifier of the file to request.

Request Body

Do not supply a request body with this method.

Response

If successful, this method returns the following response body:

Name Type Description
content string Content of the requested file.
metadata object Metadata of the file, see File resource.

On this Page: