_id applicationId organizationId pluginType pluginId unpublishedAction publishedAction createdAt deleted policies _class
5f50e96df747d027c17427b4
5f50e96df747d027c17427b1
5f50e96df747d027c17427ae
DB
5f50e96cf747d027c1742794
{
  "name": "getSignupCount",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427b3",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users GROUP BY sign_up_date ORDER BY sign_up_date limit 31;\n"
  },
  "executeOnLoad": true,
  "dynamicBindingPathList": [],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "getSignupCount",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427b3",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users GROUP BY sign_up_date ORDER BY sign_up_date limit 31;\n"
  },
  "executeOnLoad": true,
  "dynamicBindingPathList": [],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427b7
5f50e96df747d027c17427b1
5f50e96df747d027c17427ae
DB
5f50e96cf747d027c1742794
{
  "name": "getFilteredSignupCount",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427b6",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users where \"createdAt\" >= '{{startDatePicker.selectedDate}}' and \"createdAt\" <= '{{endDatePicker.selectedDate}}' GROUP BY sign_up_date ORDER BY sign_up_date;\n"
  },
  "executeOnLoad": true,
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "startDatePicker.selectedDate",
    "endDatePicker.selectedDate"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "getFilteredSignupCount",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427b6",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT count(id), TO_CHAR(\"createdAt\" :: DATE, 'dd/mm/yyyy') as sign_up_date FROM users where \"createdAt\" >= '{{startDatePicker.selectedDate}}' and \"createdAt\" <= '{{endDatePicker.selectedDate}}' GROUP BY sign_up_date ORDER BY sign_up_date;\n"
  },
  "executeOnLoad": true,
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "startDatePicker.selectedDate",
    "endDatePicker.selectedDate"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427bb
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
API
5f50e96cf747d027c1742795
{
  "name": "Api1",
  "datasource": {
    "name": "https://api.razorpay.com",
    "pluginId": "5f50e96cf747d027c1742795",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "url": "https://api.razorpay.com"
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "path": "/v1/payments/pay_29QQoUBi66xm2f/refund",
    "headers": [
      {
        "key": "Authorization",
        "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      }
    ],
    "queryParameters": [
      {
        "key": "",
        "value": ""
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "body": "{  \"amount\": 2000}",
    "httpMethod": "POST"
  },
  "dynamicBindingPathList": [],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "Api1",
  "datasource": {
    "name": "https://api.razorpay.com",
    "pluginId": "5f50e96cf747d027c1742795",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "url": "https://api.razorpay.com"
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "path": "/v1/payments/pay_29QQoUBi66xm2f/refund",
    "headers": [
      {
        "key": "Authorization",
        "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      }
    ],
    "queryParameters": [
      {
        "key": "",
        "value": ""
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "body": "{  \"amount\": 2000}",
    "httpMethod": "POST"
  },
  "dynamicBindingPathList": [],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427bc
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
DB
5f50e96cf747d027c1742794
{
  "name": "getOrderProducts",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT products.* FROM products inner join \"orderProductMap\" on products.\"productId\" = \"orderProductMap\".\"productId\" where \"orderProductMap\".\"orderId\" = {{ordersTable.selectedRow.id}} ORDER BY id LIMIT 10;\n"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "ordersTable.selectedRow.id"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "getOrderProducts",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT products.* FROM products inner join \"orderProductMap\" on products.\"productId\" = \"orderProductMap\".\"productId\" where \"orderProductMap\".\"orderId\" = {{ordersTable.selectedRow.id}} ORDER BY id LIMIT 10;\n"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "ordersTable.selectedRow.id"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427bd
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
DB
5f50e96cf747d027c1742794
{
  "name": "getOrders",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT * FROM orders where \"userId\"={{usersTable.selectedRow.id}} ORDER BY status LIMIT 10;\n"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "usersTable.selectedRow.id"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "getOrders",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT * FROM orders where \"userId\"={{usersTable.selectedRow.id}} ORDER BY status LIMIT 10;\n"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "usersTable.selectedRow.id"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427be
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
DB
5f50e96cf747d027c1742794
{
  "name": "getUsers",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT * FROM users where email ilike '%{{usersTable.searchText}}%' ORDER BY id LIMIT 10 offset {{(usersTable.pageNo - 1) * 10}}"
  },
  "executeOnLoad": true,
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "usersTable.searchText",
    "(usersTable.pageNo - 1) * 10"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "getUsers",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "SELECT * FROM users where email ilike '%{{usersTable.searchText}}%' ORDER BY id LIMIT 10 offset {{(usersTable.pageNo - 1) * 10}}"
  },
  "executeOnLoad": true,
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "usersTable.searchText",
    "(usersTable.pageNo - 1) * 10"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427bf
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
DB
5f50e96cf747d027c1742794
{
  "name": "markOrderRefund",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "UPDATE orders\n  SET status = 'REFUNDED'\n  WHERE id = {{ordersTable.selectedRow.id}};\n"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "ordersTable.selectedRow.id"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "markOrderRefund",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "UPDATE orders\n  SET status = 'REFUNDED'\n  WHERE id = {{ordersTable.selectedRow.id}};\n"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "ordersTable.selectedRow.id"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427c0
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
API
5f50e96cf747d027c1742795
{
  "name": "refundAPI",
  "datasource": {
    "name": "https://api.razorpay.com",
    "pluginId": "5f50e96cf747d027c1742795",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "url": "https://api.razorpay.com"
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "path": "/v1/payments/{{ordersTable.selectedRow.paymentId}}/refund",
    "headers": [
      {
        "key": "Authorization",
        "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      }
    ],
    "queryParameters": [
      {
        "key": "",
        "value": ""
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "body": "{  \n\t\"amount\": \"{{ordersTable.selectedRow.orderAmount * 100}}\"\n}",
    "httpMethod": "POST"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    },
    {
      "key": "path"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "ordersTable.selectedRow.orderAmount * 100",
    "ordersTable.selectedRow.paymentId"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "refundAPI",
  "datasource": {
    "name": "https://api.razorpay.com",
    "pluginId": "5f50e96cf747d027c1742795",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "url": "https://api.razorpay.com"
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "path": "/v1/payments/{{ordersTable.selectedRow.paymentId}}/refund",
    "headers": [
      {
        "key": "Authorization",
        "value": "Basic cnpwX3Rlc3RfSVNsVXdaWmJXUzQ1Tlo6UFJFaTZSdzBEYVdlZEtnU3VOcU5LY3B5"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      }
    ],
    "queryParameters": [
      {
        "key": "",
        "value": ""
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "body": "{  \n\t\"amount\": \"{{ordersTable.selectedRow.orderAmount * 100}}\"\n}",
    "httpMethod": "POST"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    },
    {
      "key": "path"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "ordersTable.selectedRow.orderAmount * 100",
    "ordersTable.selectedRow.paymentId"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427c1
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
DB
5f50e96cf747d027c1742794
{
  "name": "updateUser",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "UPDATE users SET name = '{{nameInput.text}}', address = '{{addressInput.text}}', email = '{{emailInput.text}}', \"phoneNo\" = '{{phoneInput.text}}' WHERE id = {{usersTable.selectedRow.id}}"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "phoneInput.text",
    "addressInput.text",
    "nameInput.text",
    "usersTable.selectedRow.id",
    "emailInput.text"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "updateUser",
  "datasource": {
    "_id": "5f50e96df747d027c17427af",
    "name": "Mock Database",
    "pluginId": "5f50e96cf747d027c1742794",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "connection": {
        "mode": "READ_WRITE"
      },
      "endpoints": [
        {
          "host": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
          "port": 5432
        }
      ],
      "authentication": {
        "username": "fakeapi",
        "password": "LimitedAccess123#",
        "databaseName": "fakeapi"
      },
      "sshProxyEnabled": false
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427ba",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "body": "UPDATE users SET name = '{{nameInput.text}}', address = '{{addressInput.text}}', email = '{{emailInput.text}}', \"phoneNo\" = '{{phoneInput.text}}' WHERE id = {{usersTable.selectedRow.id}}"
  },
  "dynamicBindingPathList": [
    {
      "key": "body"
    }
  ],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [
    "phoneInput.text",
    "addressInput.text",
    "nameInput.text",
    "usersTable.selectedRow.id",
    "emailInput.text"
  ],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction
5f50e96df747d027c17427c4
5f50e96df747d027c17427b8
5f50e96df747d027c17427ae
API
5f50e96cf747d027c1742795
{
  "name": "getTickets",
  "datasource": {
    "name": "https://appsmithhelp.freshdesk.com",
    "pluginId": "5f50e96cf747d027c1742795",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "url": "https://appsmithhelp.freshdesk.com"
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427c3",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "path": "/api/v2/tickets",
    "headers": [
      {
        "key": "Authorization",
        "value": "Basic dG51cjdrUlk4MjRCM3l5eElaeTp0ZXN0"
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "queryParameters": [
      {
        "key": "include",
        "value": "requester,description"
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "httpMethod": "GET"
  },
  "dynamicBindingPathList": [],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
{
  "name": "getTickets",
  "datasource": {
    "name": "https://appsmithhelp.freshdesk.com",
    "pluginId": "5f50e96cf747d027c1742795",
    "organizationId": "5f50e96df747d027c17427ae",
    "datasourceConfiguration": {
      "url": "https://appsmithhelp.freshdesk.com"
    },
    "invalids": [],
    "deleted": false,
    "policies": []
  },
  "pageId": "5f50e96df747d027c17427c3",
  "actionConfiguration": {
    "timeoutInMillisecond": 10000,
    "paginationType": "NONE",
    "path": "/api/v2/tickets",
    "headers": [
      {
        "key": "Authorization",
        "value": "Basic dG51cjdrUlk4MjRCM3l5eElaeTp0ZXN0"
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "queryParameters": [
      {
        "key": "include",
        "value": "requester,description"
      },
      {
        "key": "",
        "value": ""
      }
    ],
    "httpMethod": "GET"
  },
  "dynamicBindingPathList": [],
  "isValid": true,
  "invalids": [],
  "jsonPathKeys": [],
  "userSetOnLoad": false,
  "confirmBeforeExecute": false
}
Thu Sep 03 2020 13:02:37 GMT+0000 (UTC)
false
com.appsmith.server.domains.NewAction

Rename Collection

ubos_prod .

Tools

Collection Stats

Documents 519
Total doc size 10.41 MB
Average doc size 20.54 KB
Pre-allocated size 2.65 MB
Indexes 2
Total index size 88 KB
Padding factor
Extents

Indexes

Name Columns Size Attributes Actions
_id_
_id   ASC
44 KB
 DEL
applicationId_deleted_createdAt_compound_index
applicationId   ASC
deleted   ASC
createdAt   ASC
44 KB
 DEL