SevenShores\Hubspot\Resources\Files::all PHP Method

all() public method

Get meta data for all files.
public all ( array $params = [] ) : Response
$params array Optional parameters
return SevenShores\Hubspot\Http\Response
    function all($params = [])
    {
        $endpoint = "https://api.hubapi.com/filemanager/api/v2/files";
        $queryString = build_query_string($params);
        return $this->client->request('get', $endpoint, [], $queryString);
    }