This is for JSON data "fields" used by a Convention.
ConventionJsons are accessed via /api/conventionjson.
See "Object Properties" in Introduction for basic shared properties.
Complete details in ConventionJsonProperties.
See "Related Objects" in Introduction for how to use them.
The Convention this conventionjson belongs to.
These are the only names allowed for JSON data associated with a convention.
You can also _include these names in a GET request for a Convention to include the JSON data with the response.
Requires the scheduling privilege to edit.
Requires the scheduling privilege to edit.
Requires the pages privilege to edit.
Requires the exhibitors privilege to edit.
Requires the volunteers privilege to edit.
The services used to fetch and manipulate conventionjsons.
Searching across all conventions is not enabled. To search within a single convention's ConventionJsons, see "Relationships" in Convention.
POST /api/conventionjson
Passed in the request's Cookie header.
Returns the same as a normal read.
GET /api/conventionjson/xxx
Returns:
{
"id" : "xxx",
"name" : "metatags",
"json" : [ .. ],
...
}
PUT /api/conventionjson/xxx
Returns the same as a normal read.
DELETE /api/conventionjson/xxx
Returns:
{
"success" : 1
}