đWebApps
Retrieve all WebApp Items from an individual WebApp
GET/api/public/site/webapps/{webapp}/items
Authorization
Path parameters
webapp*string
The WebApp ID
1
Query parameters
Response
OK
Request
Retrieve all data about an individual WebApp Item
GET/api/public/site/webapps/{webapp}/items/{id}
Authorization
Path parameters
webapp*string
The WebApp ID
1
id*string (id)
The ID of the WebApp item
Response
OK
Request
Update a WebApp Item within an individual WebApp
PUT/api/public/site/webapps/{webapp}/items/{id}
Authorization
Path parameters
webapp*string
The WebApp ID
1
id*string
The WebApp Item ID
1
Body
Your WebApp custom fields as a JSON object
name*string
slugstring
enabled*string
webapp_field_1_1string
webapp_field_1_2string
Response
OK
Request
Create a WebApp Items within an individual WebApp
POST/api/public/site/webapps/{webapp}/create
Authorization
Path parameters
webapp*string
The WebApp ID
1
Body
Your WebApp custom fields as a JSON object
name*string
slugstring
enabled*string
webapp_field_1_1string
webapp_field_1_2string
Response
OK
Request
Last updated