Through this web service, the company's transaction log can be consulted.
Input parameters
| Parameter | Type | Required | Description | 
|---|---|---|---|
| action | Text | Optional | Type of action performed. ADD. | 
| module | Number | Optional | Module number. 1: Assets | 
| sub_module | Number | Optional | Id of the submodule you want to filter by. | 
| since | Text | Optional | Initial date of the event. Format: | 
| until | Text | Optional | End date of the event. | 
Output parameters
| Parameter | Type | Description | 
|---|---|---|
| event_date | Text | Date of event (Date in UTC-0) | 
| ip_address | Text | IP from where the action was performed | 
| name | Text | Name of the user who performed the action | 
| email | Text | email of the user who performed the action | 
| sub_module_description | Text | Sub module where the action took place | 
| module_description | Text | Module where the action took place | 
| action | Text | Action | 
| description | json | Description of the action | 
| data_action | json | Action detailsDate of event (Date in UTC-0) | 
Example:
Request: (GET)https://app.fracttal.com/api/transactions_log/
{
    "success": true,
    "message": "200",
    "data": [
        {
            "id": 120604,
            "id_company": 133,
            "id_account": 2,
            "event_date": "2020-02-25T20:19:54.260926+00:00",
            "ip_address": "181.42.37.173",
            "name": "RICARDO ROMAN",
            "email": "[email protected]",
            "sub_module_description": "REQUESTS",
            "module_description": "CONFIGURATION",
            "action": "LOGIN",
            "description": "Fracttal Demo"
        },
        {
            "id": 120603,
            "id_company": 133,
            "id_account": 2791,
            "event_date": "2020-02-25T20:18:35.588532+00:00",
            "ip_address": "190.215.52.171",
            "name": "Keivy Gonzalez",
            "email": "[email protected]",
            "sub_module_description": "REQUESTS",
            "module_description": "CONFIGURATION",
            "action": "LOGIN",
            "description": "Fracttal Demo"
        },
        {
            "id": 120602,
            "id_company": 133,
            "id_account": 2791,
            "event_date": "2020-02-25T18:21:52.673409+00:00",
            "ip_address": "190.215.52.171",
            "name": "Keivy Gonzalez",
            "email": "[email protected]",
            "sub_module_description": "OUTPUTS",
            "module_description": "TASKS",
            "action": "EDIT",
            "description": "OTS-814-2020"
        },
        {
            "id": 120601,
            "id_company": 133,
            "id_account": 2791,
            "event_date": "2020-02-25T18:21:52.142159+00:00",
            "ip_address": "190.215.52.171",
            "name": "Keivy Gonzalez",
            "email": "[email protected]",
            "sub_module_description": "OUTPUTS",
            "module_description": "TASKS",
            "action": "EDIT",
            "description": "OTS-814-2020"
        },
        {
            "id": 120600,
            "id_company": 133,
            "id_account": 2791,
            "event_date": "2020-02-25T18:11:22.777973+00:00",
            "ip_address": "190.215.52.171",
            "name": "Keivy Gonzalez",
            "email": "[email protected]",
            "sub_module_description": "OUTPUTS",
            "module_description": "TASKS",
            "action": "EDIT",
            "description": "OTS-814-2020"
        },
        {
            "id": 120599,
            "id_company": 133,
            "id_account": 2791,
            "event_date": "2020-02-25T18:10:39.355786+00:00",
            "ip_address": "190.215.52.171",
            "name": "Keivy Gonzalez",
            "email": "[email protected]",
            "sub_module_description": "REQUESTS",
            "module_description": "CONFIGURATION",
            "action": "LOGIN",
            "description": "Fracttal Demo"
        },
        {
            "id": 120597,
            "id_company": 133,
            "id_account": 2386,
            "event_date": "2020-02-25T17:34:06.321871+00:00",
            "ip_address": "190.215.52.171",
            "name": "Ramón Toro",
            "email": "[email protected]",
            "sub_module_description": "REQUESTS",
            "module_description": "CONFIGURATION",
            "action": "LOGIN",
            "description": "Fracttal Demo"
        },
        {
            "id": 120596,
            "id_company": 133,
            "id_account": 2093,
            "event_date": "2020-02-25T15:23:39.200777+00:00",
            "ip_address": "190.215.52.171",
            "name": "Fernando Ahumada Baez",
            "email": "[email protected]",
            "sub_module_description": "REQUESTS",
            "module_description": "CONFIGURATION",
            "action": "LOGIN",
            "description": "Fracttal Demo"
            
        },
        {
            "id": 120593,
            "id_company": 133,
            "id_account": 2,
            "event_date": "2020-02-25T14:53:03.536224+00:00",
            "ip_address": "190.215.52.171",
            "name": "RICARDO ROMAN",
            "email": "[email protected]",
            "sub_module_description": "REQUESTS",
            "module_description": "CONFIGURATION",
            "action": "LOGIN",
            "description": "Fracttal Demo"
        },
        {
            "id": 120592,
            "id_company": 133,
            "id_account": 2059,
            "event_date": "2020-02-25T14:02:12.635901+00:00",
            "ip_address": "190.215.52.171",
            "name": "Eddymar Coronel ",
            "email": "[email protected]",
            "sub_module_description": "ENTRIES",
            "module_description": "CONFIGURATION",
            "action": "DELETE",
            "description": "Walter Krause"
        }               
    ],
    "total":10
}CONECTION TEST
