Welcome, First Last

Back To Previous Project

Content Group Information

Group ID: Loading...

Private

Group description.

Loading...

Group Information
WARNING: changing the group name could break connections with external sites or integrations

Public or Private
WARNING: changing these from public to private (or vice versa) could break connections with external sites and integrations

Fields
WARNING: changing the existing field names could break connections with external sites or integrations

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Update

You have used a protected field name (Partition Key, Hash Key or ID). Please change the Field Name and try again.

Steps, Connections & Code

Anny Sanders

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Create or choose a piece of content to edit

Add A Content Object

Here's where you can add individual pieces of content under a specific group of content.

Add A Content Group

Group Information

Fields

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Add
Content
Anny Sanders
URL Endpoint Generator Tool:

Because this is a private content group, you'll need to include an Authorization header (i.e. Bearer <<YOUR TOKEN>> or Basic <<API KEY>>)

https://api.cmscaddy.com/public/test
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Anny Sanders
Creating New Content: POST
https://api.cmscaddy.com/integration/test/
{
	"example":"example"
}
{
	"Authorization":"Bearer <<API KEY HERE>>"
}
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Retrieving Content: GET
https://api.cmscaddy.com/integration/test/
?test
{
	"Authorization":"Bearer <<API KEY HERE>>"
}
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Updating Content: PUT
https://api.cmscaddy.com/integration/test/<<content ID>>/
{
	"example":"example"
}
{
	"Authorization":"Bearer <<API KEY HERE>>"
}
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deleting Content: DELETE
https://api.cmscaddy.com/integration/test/<<content ID>>/
{
	"Authorization":"Bearer <<API KEY HERE>>"
}
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Delete content group?

Please keep in mind that deleting a content group will delete all content associated with the group as well as the group itself.  This cannot be undone, so please be careful. This could also break any third party integrations you may have with this content, so please do so at your own risk.

Delete