Modules
Last updated
Was this helpful?
Last updated
Was this helpful?
The Module ID
1
A 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,enabled
Number of items to retireve, maximum of 500
20
Property by which to sort the results
created_at
Order of results (asc or desc)
desc
Page to retrieve number, to be used with per_page
1
GET /api/public/site/modules/{module}/items HTTP/1.1
Host:
authorization: YOUR_API_KEY
Accept: */*
No content
The Module ID
1
The ID of the Module item
GET /api/public/site/modules/{module}/items/{id} HTTP/1.1
Host:
authorization: YOUR_API_KEY
Accept: */*
No content
The Module ID
1
The Module Item ID
1
PUT /api/public/site/modules/{module}/items/{id} HTTP/1.1
Host:
authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 105
{
"name": "text",
"slug": "text",
"enabled": "text",
"module_field_3_1": "text",
"module_field_custom_3_2": "text"
}
No content
The Module ID
1
POST /api/public/site/modules/{module}/create HTTP/1.1
Host:
authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 105
{
"name": "text",
"slug": "text",
"enabled": "text",
"module_field_3_1": "text",
"module_field_custom_3_2": "text"
}
No content