Will return a list of history events for the account for creation and destroy of resources in containers, storage and other areas.
Request URL
https://api.nodehost.ca/get_account_history_events
Parameters
None
More info
None
Response
{
"data": [
{
"id": "864",
"user": "1232",
"time_added": "20181006191945",
"event": "Created a new worker with the name Test worker, time to learn some SimpleScript",
"tag": "worker_create"
},
{
"id": "863",
"user": "1232",
"time_added": "20181006191908",
"event": "Created a new storage folder with the name Photos",
"tag": "storage_folder_create"
},
{
"id": "862",
"user": "1232",
"time_added": "20181006191854",
"event": "Just changed the Important speed containers name to My first container",
"tag": "container_update_info_nickname"
}
],
"system_connection": "true",
"system_version": "v_55_65418c9",
"system_user_id": "1232",
"system_user_username": "apiuser"
}