Builder#

Content Types#

GET ContentType#

Retrives all information relating to a ContentType.

GET /rest/v1/entries/content-type/:shortname

Maps to builder/api/content-type.

Params#

Key Required Type Example Description
shortname Yes string pages

Body#

Empty… no parameters required


Entries#

Get Entry Detail#

Returns the details for a given entry

GET rest/v1/entries/edit-entry-details/:id

Maps to builder/api/get-entry-details.

Params#

Key Required Type Example Description
id Yes int 1 The entity ID of the record in the entries table

Response#

{
  
}

Update Entry Detail#

Returns the details for a given entry

POST rest/v1/entries/save-entry-settings

Maps to builder/api/save-entry-settings.

Params#

Key Required Type Example Description
id Yes int 1 The entity ID of the record in the entries table

Response#

{
  
}

Delete Entry#

Deletes the entry record from the entries table.

POST rest/v1/entries/delete-page

Maps to builder/api/delete-page.

Params#

Key Required Type Example Description
id Yes int 1 The entity ID of the record in the entries table

Response#

{
  
}


Utilities#

Parse Text#

Parses the contents of the

POST rest/v1/entries/parser

Maps to builder/api/parser.

Params#

Key Required Type Example Description
text Yes string 1 The text to be parsed
data Yes array 1 The array containing the variables to be parsed