Appearance
API Template group
Compatibility
- EE3
- EE4
- EE5
- EE6
- EE7
Installation
- Copy the files to the
system/userdir - Enable the API from within the Webservice Module
Methods
create_template_group
| Short name | Description | |
|---|---|---|
| site_id | The site ID | Required |
| group_name | The group name | Required |
| group_order | Optional | |
| is_site_default | Optional |
Request
Array
(
[site_id] => 1
[group_name] => Test group
[is_site_default] => n
)read_template_group
| Short name | Description | |
|---|---|---|
| group_id | The group ID | Required |
Request
Array
(
[group_id] => 2
)update_template_group
| Short name | Description | |
|---|---|---|
| site_id | The site ID | Required |
| group_id | The group ID | Required |
| group_name | The group name | Required |
| group_order | Optional | |
| is_site_default | Optional |
Request
Array
(
[group_id] => 2
[is_site_default] => y
)delete_template_group
| Short name | Description | |
|---|---|---|
| group_id | The group ID | Required |
Request
Array
(
[group_id] => 2
)