WebApps
The WebApp ID
1A comma seperated list of item IDs to retrieve, leave empty to get all items
A comma seperated list of properties that you would like to retrieve, leave empty to get all properties
name,slug,enabledNumber of items to retireve, maximum of 500
20Property by which to sort the results
created_atOrder of results (asc or desc)
descPage to retrieve number, to be used with per_page
1OK
No content
Unauthorized - Credentials Incorrect
Forbidden - You cannot access this site
Not Found - WebApp does not exist or contains no Items
Unprocessable Entity - Required data missing or data invalid
GET /api/site/v2/webapps/{webapp}/items HTTP/1.1
Host: {{your site}}
x-api-key: YOUR_API_KEY
x-site-id: YOUR_API_KEY
Accept: */*
No content
The WebApp ID
1The ID of the WebApp item
OK
No content
Unauthorized - Credentials Incorrect
Forbidden - You cannot access this site
Not Found - WebApp Item does not exist
Unprocessable Entity - Required data missing or data invalid
GET /api/site/v2/webapps/{webapp}/items/{id} HTTP/1.1
Host: {{your site}}
x-api-key: YOUR_API_KEY
x-site-id: YOUR_API_KEY
Accept: */*
No content
The WebApp ID
1The WebApp Item ID
1OK
No content
Unauthorized - Credentials Incorrect
Forbidden - You cannot access this site
Unprocessable Entity - Required data missing or data invalid
PUT /api/site/v2/webapps/{webapp}/items/{id} HTTP/1.1
Host: {{your site}}
x-api-key: YOUR_API_KEY
x-site-id: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"name": "text",
"slug": "text",
"enabled": "text",
"webapp_field_1_1": "text",
"webapp_field_1_2": "text"
}No content
The WebApp ID
1OK
No content
Unauthorized - Credentials Incorrect
Forbidden - You cannot access this site
Unprocessable Entity - Required data missing or data invalid
POST /api/site/v2/webapps/{webapp}/create HTTP/1.1
Host: {{your site}}
x-api-key: YOUR_API_KEY
x-site-id: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 98
{
"name": "text",
"slug": "text",
"enabled": "text",
"webapp_field_1_1": "text",
"webapp_field_1_2": "text"
}No content
Last updated
Was this helpful?

