This is for webfiltered (HTML) data "fields" used by a Convention.
ConventionWebfiltereds are accessed via /api/conventionwebfiltered.
See "Object Properties" in Introduction for basic shared properties.
Complete details in ConventionWebfilteredProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this conventionwebfiltered belongs to.
These are the only names allowed for Webfiltered data associated with a convention.
You can also _include these names in a GET request for a Convention to include the Webfiltered data with the response.
Requires the pages privilege to edit.
Requires the exhibitors privilege to edit.
Requires the exhibitors privilege to edit.
Requires the volunteers privilege to edit.
The services used to fetch and manipulate conventionwebfiltereds.
Searching across all conventions is not enabled. To search within a single convention's ConventionWebfiltereds, see "Relationships" in Convention.
POST /api/conventionwebfiltered
Passed in the request's Cookie header.
Note that webfiltered_html always updates automatically based on the text in webfiltered. Do not update webfiltered_html directly.
Returns the same as a normal read.
GET /api/conventionwebfiltered/xxx
Returns:
{
"id" : "xxx",
"name" : "metatags",
"webfiltered" : "..",
"webfiltered_html" : "..",
...
}
PUT /api/conventionwebfiltered/xxx
Note that webfiltered_html always updates automatically based on the text in webfiltered. Do not update webfiltered_html directly.
Returns the same as a normal read.
DELETE /api/conventionwebfiltered/xxx
Returns:
{
"success" : 1
}