Site Globals API
Create, Retrieve, Update and Delete Site Global Groups and their Properties via the public API endpoint using "where" filtering.
GET
Site Globals Property Groups List
Retrieves a list of Site Globals Groups as a JSON response based on your provided query parameters.
Data / Response:
POST
Site Globals Property Group Create
Creates a new Site Globals Group based on the provided data.
Data / Response:
GET
Site Globals Property Group Item
Retrieves a single Site Globals Group based on the ID passed in the endpoint URL.
Data / Response:
PUT
Site Globals Property Group Update
Updates a single Site Globals Group based on the ID passed in the endpoint URL and data provided.
Data / Response:
DELETE
Site Globals Property Group Delete
Deletes a single Site Globals Group based on the ID passed in the endpoint URL.
Data / Response:
GET
Site Globals Group Properties List
Retrieves a list of Site Globals Group Properties as a JSON response based on your provided query parameters.
Data / Response:
POST
Site Globals Group Property Create
Creates a new Site Globals Group Property based on the provided data.
Data / Response:
GET
Site Globals Group Property Item
Retrieves a single Globals Group Property based on the ID passed in the endpoint URL.
Data / Response:
PUT
Site Globals Group Property Update
Updates a single Globals Group Property based on the ID passed in the endpoint URL and data provided.
Data / Response:
DELETE
Site Globals Group Property Delete
Deletes a single Globals Group Property based on the ID passed in the endpoint URL.
Data / Response: