260 lines
7.0 KiB
JSON
260 lines
7.0 KiB
JSON
[
|
|
{
|
|
"_id": "901d7d10-2ba0-481d-9230-182df284741e",
|
|
"colId": "8a14d631-7522-4fcd-a3b8-9a68166e5496",
|
|
"containerId": "",
|
|
"name": "Get Users",
|
|
"url": "http://localhost:3000/users",
|
|
"method": "GET",
|
|
"sortNum": 10000,
|
|
"created": "2023-04-20T12:42:42.550Z",
|
|
"modified": "2023-04-20T13:17:30.029Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "db11f3a6-418b-43ae-9a1d-f2f667b5d0e6",
|
|
"colId": "8a14d631-7522-4fcd-a3b8-9a68166e5496",
|
|
"containerId": "",
|
|
"name": "Add User",
|
|
"url": "http://localhost:3000/users/",
|
|
"method": "POST",
|
|
"sortNum": 12500,
|
|
"created": "2023-04-20T12:47:21.164Z",
|
|
"modified": "2023-04-20T13:18:12.522Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"name\": \"{{#name}} - {{#number, 100, 999}}\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "858c3b4a-186d-4338-9dab-4eb00a450808",
|
|
"colId": "8a14d631-7522-4fcd-a3b8-9a68166e5496",
|
|
"containerId": "",
|
|
"name": "Get MySQL Comany Staffs",
|
|
"url": "http://localhost:3000/mysql-company/staffs/?limit=1&select=id,name,staffCode,department.name,contract.title",
|
|
"method": "GET",
|
|
"sortNum": 15000,
|
|
"created": "2023-04-20T13:01:50.431Z",
|
|
"modified": "2023-04-22T14:09:13.798Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "limit",
|
|
"value": "1",
|
|
"isPath": false
|
|
},
|
|
{
|
|
"name": "select",
|
|
"value": "id,name,staffCode,department.name,contract.title",
|
|
"isPath": false
|
|
},
|
|
{
|
|
"name": "sortBy",
|
|
"value": "department.name:DESC",
|
|
"isDisabled": true,
|
|
"isPath": false
|
|
},
|
|
{
|
|
"name": "sortBy",
|
|
"value": "name:ASC",
|
|
"isDisabled": true,
|
|
"isPath": false
|
|
},
|
|
{
|
|
"name": "filter.department.name",
|
|
"value": "$ilike:Brown",
|
|
"isDisabled": true,
|
|
"isPath": false
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "017f39a8-137d-4ab9-bb7e-f0dbef38c899",
|
|
"colId": "8a14d631-7522-4fcd-a3b8-9a68166e5496",
|
|
"containerId": "",
|
|
"name": "Get MySQL Comany Departments",
|
|
"url": "http://localhost:3000/mysql-company/departments/",
|
|
"method": "GET",
|
|
"sortNum": 17500,
|
|
"created": "2023-04-20T13:17:46.507Z",
|
|
"modified": "2023-04-22T08:37:35.984Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "e4920ab9-8552-46d1-9431-a3aaaa187cce",
|
|
"colId": "8a14d631-7522-4fcd-a3b8-9a68166e5496",
|
|
"containerId": "",
|
|
"name": "Create MySQL Comany Staff",
|
|
"url": "http://localhost:3000/mysql-company/staffs/",
|
|
"method": "POST",
|
|
"sortNum": 16250,
|
|
"created": "2023-04-22T04:22:32.924Z",
|
|
"modified": "2023-04-22T13:45:24.200Z",
|
|
"headers": [
|
|
{
|
|
"name": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"name\":\"{{#name}}\",\n \"department\":{ \"id\":2 },\n \"contract\": { \"title\":\"ZYX\" }\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "97997fc9-e49a-4a96-871b-6292c92c7567",
|
|
"colId": "8a14d631-7522-4fcd-a3b8-9a68166e5496",
|
|
"containerId": "",
|
|
"name": "Create MySQL Comany Department",
|
|
"url": "http://localhost:3000/mysql-company/departments/",
|
|
"method": "POST",
|
|
"sortNum": 16875,
|
|
"created": "2023-04-22T07:37:29.132Z",
|
|
"modified": "2023-04-22T07:38:11.328Z",
|
|
"headers": [
|
|
{
|
|
"name": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"name\": \"Dept: {{#name}}\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "ee150c28-07bd-4792-b6a8-6551e3e6169b",
|
|
"colId": "1d5b8a54-f8ba-480a-96bd-8faf7d7cb4ba",
|
|
"containerId": "10f85be8-b759-4364-8949-5338d329703a",
|
|
"name": "Get Zones",
|
|
"url": "http://localhost:3000/zgc/zones/?limit=3",
|
|
"method": "GET",
|
|
"sortNum": 10000,
|
|
"created": "2023-04-24T16:42:10.562Z",
|
|
"modified": "2023-04-24T17:24:36.920Z",
|
|
"headers": [],
|
|
"params": [
|
|
{
|
|
"name": "limit",
|
|
"value": "3",
|
|
"isPath": false
|
|
}
|
|
],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "16119da3-4863-4650-86f5-7fac55269cea",
|
|
"colId": "1d5b8a54-f8ba-480a-96bd-8faf7d7cb4ba",
|
|
"containerId": "b4b39ee3-0da2-4ec0-b2d4-ace00dd8280d",
|
|
"name": "Get Groups",
|
|
"url": "http://localhost:3000/zgc/groups/",
|
|
"method": "GET",
|
|
"sortNum": 10000,
|
|
"created": "2023-04-24T16:44:34.640Z",
|
|
"modified": "2023-04-24T17:04:37.342Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "27716e9b-e0a7-47d4-9fb6-ede300275c5c",
|
|
"colId": "1d5b8a54-f8ba-480a-96bd-8faf7d7cb4ba",
|
|
"containerId": "a16fc112-ae03-47e0-8eb2-eaf97bcbe36f",
|
|
"name": "Get Categories",
|
|
"url": "http://localhost:3000/zgc/categories/",
|
|
"method": "GET",
|
|
"sortNum": 10000,
|
|
"created": "2023-04-24T16:47:23.727Z",
|
|
"modified": "2023-04-24T17:04:50.733Z",
|
|
"headers": [],
|
|
"params": [],
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "d9148936-364a-4e2d-aeb4-ab26adb10d63",
|
|
"colId": "1d5b8a54-f8ba-480a-96bd-8faf7d7cb4ba",
|
|
"containerId": "a16fc112-ae03-47e0-8eb2-eaf97bcbe36f",
|
|
"name": "Add Category",
|
|
"url": "http://localhost:3000/zgc/categories/",
|
|
"method": "POST",
|
|
"sortNum": 20000,
|
|
"created": "2023-04-24T17:04:59.718Z",
|
|
"modified": "2023-04-24T17:18:30.236Z",
|
|
"headers": [
|
|
{
|
|
"name": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"name\": \"Cat {{#name}} - {{#number, 100, 999}}\",\n \"group\": {\n \"id\": 1\n }\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "55d7d81e-4779-4d78-aa71-dfa120c9d741",
|
|
"colId": "1d5b8a54-f8ba-480a-96bd-8faf7d7cb4ba",
|
|
"containerId": "10f85be8-b759-4364-8949-5338d329703a",
|
|
"name": "Add Zone",
|
|
"url": "http://localhost:3000/zgc/zones/",
|
|
"method": "POST",
|
|
"sortNum": 20000,
|
|
"created": "2023-04-24T17:12:09.466Z",
|
|
"modified": "2023-04-24T17:15:32.575Z",
|
|
"headers": [
|
|
{
|
|
"name": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"name\": \"Zone {{#name}} - {{#number, 100, 999}}\"\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
},
|
|
{
|
|
"_id": "594e6cf8-5eb6-49cb-b446-4848c36461be",
|
|
"colId": "1d5b8a54-f8ba-480a-96bd-8faf7d7cb4ba",
|
|
"containerId": "b4b39ee3-0da2-4ec0-b2d4-ace00dd8280d",
|
|
"name": "Add Group",
|
|
"url": "http://localhost:3000/zgc/groups/",
|
|
"method": "POST",
|
|
"sortNum": 20000,
|
|
"created": "2023-04-24T17:15:59.691Z",
|
|
"modified": "2023-04-24T17:24:11.934Z",
|
|
"headers": [
|
|
{
|
|
"name": "Content-Type",
|
|
"value": "application/json"
|
|
}
|
|
],
|
|
"params": [],
|
|
"body": {
|
|
"type": "json",
|
|
"raw": "{\n \"name\": \"Group {{#name}} - {{#number, 100, 999}}\",\n \"zone\": {\n \"id\": 7\n }\n}",
|
|
"form": []
|
|
},
|
|
"tests": []
|
|
}
|
|
] |