Iota Frontend
/api/appstate/
Section titled “/api/appstate/”Header:
Section titled “Header:”size, default is 50
{ "cpu": [0], "ram": [0], "ping": [0], "net_down": [0], "net_up": [0]}/api/users/add/
Section titled “/api/users/add/”Header:
Section titled “Header:”username, no default, may not be taken on Auth prior
{ "uuid": "", "username": "", "public_key": "", "private_key_hash": "", "displayname": ""}displayname, is only send if different from username or
{ "type": "error" }/api/users/get/
Section titled “/api/users/get/”[ { "uuid": "", "username": "", "public_key": "", "private_key_hash": "", "displayname": "" }]/api/users/remove/
Section titled “/api/users/remove/”Header:
Section titled “Header:”username, no default
{}/api/communities/add/
Section titled “/api/communities/add/”Header:
Section titled “Header:”name, no default
{ "type": "success" }or
{ "type": "error" }/api/communities/remove/
Section titled “/api/communities/remove/”Header:
Section titled “Header:”name, no default
{ "type": "success" }or
{ "type": "error" }/api/communities/get/
Section titled “/api/communities/get/”Header:
Section titled “Header:”name, no default
[ { "name": "", "owner_id": "", "members": "", "public_key": "", "connections": 0 }]