get https://api.fonestorm.com/v2/pagegroups/
Get information for a single PageGroup.
Log in to see full request history
Response Properties
Property | Type | Description |
---|---|---|
pagegroup | object | PageGroup |
Responses
Get information for a single PageGroup.
Property | Type | Description |
---|---|---|
pagegroup | object | PageGroup |
xxxxxxxxxx
import fonestorm from '@api/fonestorm';
fonestorm.getPageGroup({id: 'id'})
.then(({ data }) => console.log(data))
.catch(err => console.error(err));
Try It!
to start a request and see the response here! Or choose an example: