Fields
Fields are building blocks for module forms
List available types
Method
| URI |
Protocol |
Method |
Authentication |
/field/ |
HTTP/S |
GET |
|
Request parameters
| Parameter |
Type |
Method |
Description |
Default |
Required? |
Get type details
Method
| URI |
Protocol |
Method |
Authentication |
/field/{id} |
HTTP/S |
GET |
|
Request parameters
| Parameter |
Type |
Method |
Description |
Default |
Required? |
| id |
string |
PATH |
Type ID |
N/A |
YES |
Modules
CRM module definitions
List defined modules
Method
| URI |
Protocol |
Method |
Authentication |
/module/list |
HTTP/S |
GET |
|
Request parameters
| Parameter |
Type |
Method |
Description |
Default |
Required? |
| id |
uint64 |
GET |
Module ID |
N/A |
NO |
Add/edit module
Method
| URI |
Protocol |
Method |
Authentication |
/module/edit |
HTTP/S |
POST |
|
Request parameters
| Parameter |
Type |
Method |
Description |
Default |
Required? |
| id |
uint64 |
POST |
Module ID |
N/A |
NO |
| name |
string |
POST |
Module Name |
N/A |
YES |
List/read contents from module section
Method
| URI |
Protocol |
Method |
Authentication |
/module/content/list |
HTTP/S |
GET |
|
Request parameters
| Parameter |
Type |
Method |
Description |
Default |
Required? |
| id |
uint64 |
GET |
Module ID |
N/A |
NO |
Add/update contents in module section
Method
| URI |
Protocol |
Method |
Authentication |
/module/content/edit |
HTTP/S |
POST |
|
Request parameters
| Parameter |
Type |
Method |
Description |
Default |
Required? |
| id |
uint64 |
POST |
Content ID |
N/A |
NO |
| payload |
string |
POST |
Content JSON |
N/A |
YES |
Delete content row from module section
Method
| URI |
Protocol |
Method |
Authentication |
/module/content/delete |
HTTP/S |
DELETE |
|
Request parameters
| Parameter |
Type |
Method |
Description |
Default |
Required? |
| id |
uint64 |
POST |
Content ID |
N/A |
YES |