PHP Class SevenShores\Hubspot\Resources\Blogs

Inheritance: extends Resource
Afficher le fichier Open project: fungku/hubspot-php

Méthodes publiques

Méthode Description
all ( array $params = [] ) : Response Get all blogs.
getById ( string $id ) : Response Get information about a specific blog.
getVersion ( string $id, string $version_id ) : Response Get a previous version of the blog.
versions ( string $id ) : Response Get previous versions of the blog.

Method Details

all() public méthode

Get all blogs.
public all ( array $params = [] ) : Response
$params array Optional parameters ['limit', 'offset', 'created', 'deleted_at', 'name']
Résultat SevenShores\Hubspot\Http\Response

getById() public méthode

Get information about a specific blog.
public getById ( string $id ) : Response
$id string
Résultat SevenShores\Hubspot\Http\Response

getVersion() public méthode

Get a previous version of the blog.
public getVersion ( string $id, string $version_id ) : Response
$id string Blog id.
$version_id string Version id.
Résultat SevenShores\Hubspot\Http\Response

versions() public méthode

Get previous versions of the blog.
public versions ( string $id ) : Response
$id string Blog id.
Résultat SevenShores\Hubspot\Http\Response