CMS Development

silvacarl
Mitglied

POST /cms/v3/pages/site-pages minimum number or required parameters?

lösung

Does anyone have an example of the minimum number or required parameters for POST /cms/v3/pages/site-pages?  or for POST/cms/v3/pages/site-pages/batch/create?

 

We want to prepopulate a site for a client with pages based on a sitemap they created so they can then fill in the content, etc.

 

Any assistance is greatly appreciated!

1 Akzeptierte Lösung
RomanGruit
Lösung
Stratege/Strategin

POST /cms/v3/pages/site-pages minimum number or required parameters?

lösung

Hey there. Thanks, @dennisedson, and great question @silvacarl !

The bare minimum for cms/v3/pages/site-pages endpoint is to send one parameter - name.
Like that

{
"name": "Products"
}


Hope that's helpful. Feel free to reach out with any other questions!
Roman

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten
silvacarl
Mitglied

POST /cms/v3/pages/site-pages minimum number or required parameters?

lösung

perfect will try it out.  thx!!

RomanGruit
Lösung
Stratege/Strategin

POST /cms/v3/pages/site-pages minimum number or required parameters?

lösung

Hey there. Thanks, @dennisedson, and great question @silvacarl !

The bare minimum for cms/v3/pages/site-pages endpoint is to send one parameter - name.
Like that

{
"name": "Products"
}


Hope that's helpful. Feel free to reach out with any other questions!
Roman

JamesCarr
Mitglied

POST /cms/v3/pages/site-pages minimum number or required parameters?

lösung

It would be cool to see what it takes to just put a simple "Hello World" on the page too. And then, using templates. 

 

I cannot find any good examples so it makes it challenging. 

0 Upvotes
dennisedson
HubSpot-Produktteam
HubSpot-Produktteam

POST /cms/v3/pages/site-pages minimum number or required parameters?

lösung

@RomanGruit knows a thing or two about the cms API endpoints.  Maybe he can help out here!