Settings​
Endpoints to interact with settings
Operations​
GET/api/v2/settings/box-officePATCH/api/v2/settings/box-officeGET/api/v2/settings/receiptPATCH/api/v2/settings/receiptGET/api/v2/settings/ticketsPATCH/api/v2/settings/ticketsGET/api/v2/settings/{name}DELETE/api/v2/settings/{name}PATCH/api/v2/settings/{name}GET/api/v2/settingsPOST/api/v2/settingsPOST/api/v2/settings/multiple
Get Box Office settings​
Update Box Office settings​
Get Receipt settings​
Update Receipt settings​
Get E Tickets settings​
Update Tickets settings​
Find Settings by Name​
Delete one Settings by Setting Name​
Update a setting​
PATCH
/api/v2/settings/{name}
Updates an existing Settings from the PATCH data
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
name*
Setting Name to update
Type
Requiredstring
Request Body​
application/json
{
 Â
 Â
 Â
}
Responses​
Find a list of Settings by a set of filters​
GET
/api/v2/settings
Returns a list of Settings
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Query Parameters
_limit
Set the max number of objects to return
Type
number
Format
"int64"_offset
Set the number of objects to ignore before starting
Type
number
Format
"int64"_search
This will only return setting names that contain the string supplied. You can search for multiple values by using a comma (',') as a seperator
Type
string
name
search by setting name
Type
string
value
search by setting value
Type
string
groupSearch
group search can search for multiple values separated by comma and will return all settings within each setting group
Type
string
