3
0
2018-07-05 13:02:53 +00:00
..
2018-07-05 13:02:53 +00:00
2018-07-05 13:02:53 +00:00
2018-07-05 13:02:53 +00:00

Types

Types are building blocks for module forms

List available types

Method

URI Protocol Method Authentication
/types/list HTTP/S GET

Request parameters

Parameter Type Method Description Default Required?

Get type details

Method

URI Protocol Method Authentication
/types/type/{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 string 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 contents from module section

Method

URI Protocol Method Authentication
/module/content/list HTTP/S GET

Request parameters

Parameter Type Method Description Default Required?

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