From cf83b3f2bc88e4b26064bfe552b5446474412962 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Mon, 19 Oct 2020 15:32:53 +0000 Subject: [PATCH 1/2] #162: Add Postman Collection compiled for ICAT backend - This is a Postman Collection I've built up over the past few months, containing 320 requests. The requests are aimed at the Python ICAT backend (with query params created for that backend) but can be used for the DB backend by changing parameters to SNAKE_CASE where needed. The collection has been exported as v2.1 and is ready to be imported into Postman --- postman_collection_icat.json | 29667 +++++++++++++++++++++++++++++++++ 1 file changed, 29667 insertions(+) create mode 100644 postman_collection_icat.json diff --git a/postman_collection_icat.json b/postman_collection_icat.json new file mode 100644 index 00000000..91b1e8a9 --- /dev/null +++ b/postman_collection_icat.json @@ -0,0 +1,29667 @@ +{ + "info": { + "_postman_id": "124fd4f3-2ce0-4860-ab79-fae94eaeec29", + "name": "DataGateway API", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" + }, + "item": [ + { + "name": "Entity By ID", + "item": [ + { + "name": "Application", + "item": [ + { + "name": "Applications By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "fb854830-b850-47b1-9c04-000295a8325e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/applications/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Applications By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "dd79e0e1-e42b-4c9d-96fe-79d6c911339e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Test Name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/applications/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Applications By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "fb39b640-0b0e-4cdb-abfd-1996a34acb50", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/applications/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "1ae565de-d274-47a0-b0e3-a7bc3cfff0b8", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "ae90b003-bf35-413a-83c8-e03dfdaf1ed8", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollection", + "item": [ + { + "name": "DataCollections By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "5e7e249a-fbdf-452a-9d0e-663e939ee5c2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollections/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollections By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "7ac209ba-106d-4d68-ab27-0d8fd2e6d07d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"doi\": \"test DOI\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollections/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollections By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "bdd41f3e-e574-42ce-a4b0-0ad1e86e31e9", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollections/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "cd8f67ed-d071-4c81-b2e4-a00b6d118f72", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "80038429-b045-4792-a151-5c7f54cb6824", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollectionDatafile", + "item": [ + { + "name": "DataCollectionDatafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "7a301158-9155-4a50-80a1-b3c1d769b52a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollectionDatafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "dd1986fd-890f-43bd-9ded-2119d0ba77aa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollectionDatafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "69624ada-f4f0-418f-9de6-b49df33d46e5", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "7e57a795-629a-4a4c-b030-2d83a8c8568f", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "25e7f41c-0025-4182-9606-be898a37820e", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollectionDataset", + "item": [ + { + "name": "DataCollectionDatasets By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "e766ecb8-a027-49f7-b2ad-c533b244df90", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollectionDatasets By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "675ef19f-2ea9-443c-a05d-a7d0d2234ea8", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollectionDatasets By ID", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "430f448c-41bf-4401-9831-326eb8026b83", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "c8cec27b-ac85-4d4d-af59-2388a533ae85", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "3289ce89-c31f-4e22-870c-63cf356773ca", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "39891eb6-3eb2-4a0a-a41d-2bca6151b4b3", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollectionParameter", + "item": [ + { + "name": "DataCollectionParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "df6928ae-903b-4f9f-bfb0-191e237561ca", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters/100", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters", + "100" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollectionParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "ea71a98a-9201-4ae9-8770-02faef62534f", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"dateTimeValue\": \"2013-06-01 00:00:00\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters/100", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters", + "100" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataCollectionParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "c8376906-40aa-48fe-a0b0-1d9d684672bc", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters/100", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters", + "100" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "0a211880-4916-4977-a57f-6d2715d8768f", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "999d4318-6e20-417d-8662-04021bb06be6", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Datafile", + "item": [ + { + "name": "Datafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "1424d426-6272-4b28-ad65-3aecb003f8b7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafiles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Datafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "8f2f3151-a8f7-4763-ac69-2a3067f1c1e4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"fileSize\": 2147483648849848\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafiles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DataFiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "35145d6c-0c85-4698-a044-8d35e41cccd2", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafiles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "d3883cd3-0222-4229-a9a2-ee5ac1864e29", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "c3683d5f-7b97-49a5-b5fe-ca92562d7181", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatafileFormat", + "item": [ + { + "name": "DatafileFormats By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "58e1bd19-cd46-4ad0-9fde-caaf653b820b", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileformats/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatafileFormats By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "b32897db-5715-436a-9f7f-f37601257ca4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"description\": \"Example description of a datafileformat\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafileformats/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatafileFormats By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "fcfe38f8-56a2-4529-8dd7-7704c1e59040", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileformats/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "587938d5-94c7-493f-a1ad-e0ccc0fd4618", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "d4d516da-7f20-4d76-bc93-c0f33566ad28", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatafileParameter", + "item": [ + { + "name": "DatafileParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "1024de5d-3e77-40ad-adf4-50692a24e9a4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatafileParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "d77b397f-6272-4ee8-bd09-f40a1a973982", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"rangeBottom\": 8.0\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatafileParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "0681e29b-3a1a-4197-993a-76a26b3802b6", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "1656df87-a2d6-4dec-bebb-b5b9ce6b0e3c", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "575faf11-89bc-40b9-bb28-47e8594fc01b", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Dataset", + "item": [ + { + "name": "Datasets By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "9bc2022e-061e-498c-bcd2-239948c1dd2a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasets/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Datasets By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "e87b1eac-c3cf-42e8-8575-b15b44601568", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"startDate\": \"2014-06-01 15:00:15\",\r\n \"complete\": true\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasets/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Datasets By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "9f526562-e662-4cc4-b66f-4f13578032f0", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasets/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatasetParameter", + "item": [ + { + "name": "DatasetParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "e75068bf-bc82-427c-8ce9-cd174cc5d5fa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatasetParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "a11554cc-f635-45fb-822c-52c2c0666883", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"stringValue\": \"String value for datasetparameter\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatasetParameters By ID", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "502a56b9-3df7-4737-9280-64ec16a56036", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "1aef3d74-2447-45f8-886b-c9b74ec71a52", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "e1fe8577-e52a-45ff-b34f-dbe9f65f3127", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "e001025f-3de8-4a5b-8070-6d95a74414f8", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatasetType", + "item": [ + { + "name": "DatasetTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "3c07de08-79e9-4052-88eb-24f5bed7caa2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasettypes/3", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes", + "3" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatasetTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "7504a39f-9f03-4589-9176-983ff2d3da2e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"description\": \"New description for a dataset type\" \r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasettypes/3", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes", + "3" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "DatasetTypes By ID", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "855cbe51-c8e5-4db4-ad8a-051e73966ef1", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "6b7d8646-63db-40a1-ac39-f85d319ba006", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasettypes/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Facility", + "item": [ + { + "name": "Facilities By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "dec70332-025d-4168-a86a-efd11551bbb5", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilities/1", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities", + "1" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Facilities By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "f62c71a2-d24b-4219-a9dd-a6e86e40c6b6", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"daysUntilRelease\": 1829\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/facilities/1", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities", + "1" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Facilities By ID", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "641659bb-9fff-4f54-923d-58a77c80ace0", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "47efa9d4-93b9-4de0-a096-86ee20fce645", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilities/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "FacilityCycle", + "item": [ + { + "name": "FacilityCycles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "8e9fe1b6-da18-46f7-bf26-01e71449fcfb", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "FacilityCycles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "38dd99c1-2562-49f4-a8f8-3d332dfd9cb4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"New Facility Cycle Name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "FacilityCycles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "6283cfec-b712-4903-b413-a55e11a491bb", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Grouping", + "item": [ + { + "name": "Groupings By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "fbceee32-3ee6-401a-aca8-0219f143349d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/groupings/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Groupings By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "f2647bcd-993b-4906-8027-94328ac3bfec", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Updated Grouping Name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/groupings/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Groupings By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "1dd88b9d-470d-49cf-84f1-96deecd6fa71", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/groupings/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Instrument", + "item": [ + { + "name": "Instruments By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "655ba402-e5ff-4a00-97b9-94d91ea8890a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Instruments By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "71f21c9b-c07f-436f-b221-e93568606e06", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"fullName\": \"Full Name of an instrument\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/instruments/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Instruments By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "11d9022e-39cf-47cb-9d73-6623162a3d69", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/6", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "6" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InstrumentScientist", + "item": [ + { + "name": "InstrumentScientists By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "1248f759-1bad-4ee0-bf32-a9500a04542f", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists/6", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists", + "6" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InstrumentScientists By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "7c8df6af-4590-4ec4-84c9-2d1028d1e14a", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"modId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists/6", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists", + "6" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InstrumentScientists By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "de38cf59-2106-45d1-bd12-d50d13860145", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists/6", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists", + "6" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Investigation", + "item": [ + { + "name": "Investigations By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "a8729bd9-f7b7-4f6a-b724-d2674874b894", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigations/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Investigations By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "ddf293dc-8ffb-47f7-abae-062996c14c69", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"summary\": \"Short summary regarding an investigaferegretion...\"\r\n}\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigations/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Investigations By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "573c75ba-4d58-477e-b816-8ca5914d4369", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigations/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationGroup", + "item": [ + { + "name": "InvestigationGroups By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "37d262b3-b73c-4f46-953a-2feda0fa6efa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationGroups By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "91cbd68d-43ec-447c-b94e-1cd8a88489b8", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"role\": \"Role of investigation group\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationGroups By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "0b5dd480-d181-4351-a831-838fc135b8e4", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationInstrument", + "item": [ + { + "name": "InvestigationInstruments By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "2f438cba-f1d0-465e-8dd5-e09733099edd", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments/44", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments", + "44" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationInstruments By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "b02d3e72-8bfd-4c34-8c96-c3429d7b11a7", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"modId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments/44", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments", + "44" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationInstruments By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "c080652f-b6af-4799-b058-c2a579429569", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments/44", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments", + "44" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationParameter", + "item": [ + { + "name": "InvestigationParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "dd99b829-7ef4-4bb4-bf49-472e8ba897c2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "695152ae-b4ec-4215-bf4a-06de6af1aaa0", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"stringValue\": \"NewStringValue\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "b27f289e-da11-4062-9008-d9d34ba03838", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationType", + "item": [ + { + "name": "InvestigationTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "062e9276-9f2d-4c4c-9950-5d4911a91897", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes/3", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes", + "3" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "e64d5476-f686-4d87-ab23-b3a727d4d194", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Name of investigation type\",\r\n \"description\": \"description of investigation type\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes/3", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes", + "3" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "4745fd6c-5c86-4f17-89b9-f63ba7d06f3e", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes/3", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes", + "3" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationUser", + "item": [ + { + "name": "InvestigationUsers By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "9a6275dd-6e3c-4371-a467-d6fd46da1a37", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationusers/10", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers", + "10" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationUsers By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "f643ceff-92a1-49ad-86d5-78f88529f896", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"role\": \"Role of investigation user\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationusers/10", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers", + "10" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "InvestigationUsers By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "2c5a3b77-8083-4ac0-872a-3ecb475a685e", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationusers/10", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers", + "10" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Job", + "item": [ + { + "name": "Jobs By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "64432de1-1a51-49b5-a981-4895b17fcf04", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/jobs/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Jobs By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "8903c6b1-54aa-44bf-9244-87d5a4ca6afb", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"arguments\": \"String arguments updated...\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/jobs/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Jobs By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "dd84930f-ee63-49fe-b0d5-072af632222c", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/jobs/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Keyword", + "item": [ + { + "name": "Keywords By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "bd7ae51a-0883-45fe-bfd8-342a2e3316c3", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/keywords/28", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords", + "28" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Keywords By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "0c14149d-6046-40e5-a548-9e29c32af922", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Name of keyword updated.\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/keywords/28", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords", + "28" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Keywords By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "acb86dab-9adb-4533-b876-e2fd47c35a59", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/keywords/28", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords", + "28" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "ParameterType", + "item": [ + { + "name": "ParameterTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "7977d6c4-2db0-497c-b321-ba3c23c21ede", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/parametertypes/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "ParameterTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "74938375-0c79-4a60-a249-dcd9c481874a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"valueType\": \"STRING\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/parametertypes/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "ParameterTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "46ed998b-2638-4441-b62a-4d6ffe9cc3d1", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/parametertypes/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "PermissibleStringValue", + "item": [ + { + "name": "PermissibleStringValues By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "d192cda3-70dd-4e20-a54f-4603bc598c4a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues/8", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues", + "8" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "PermissibleStringValues By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "12032b26-3299-4cef-a0fa-5503972989a2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"value\": \"VALUE OF PERMISSIBLESTRINGVALUE\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues/8", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues", + "8" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "PermissibleStringValues By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "0efb4be9-4fae-406f-a6f2-51443610dc9a", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues/8", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues", + "8" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "PublicStep", + "item": [ + { + "name": "PublicSteps By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "75cb7718-2107-48da-9398-0693878c0a53", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publicsteps/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "PublicSteps By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "b37571be-8cee-4cc5-9e17-5e1031e818aa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"field\": \"Field no more than 32 characters attempt....\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/publicsteps/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "PublicSteps By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "9028bc57-da9c-4cc1-bf76-ff06c0b8b678", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publicsteps/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Publication", + "item": [ + { + "name": "Publications By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "1b8eafc6-5bfe-445d-9a15-fb582d77491d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publications/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Publications By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "2ac8c6db-6326-46df-a304-a9b35de38f50", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"repositoryId\": \"Repo ID string of the publication\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/publications/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Publications By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "2fe72d37-279e-455d-91a1-b25f74acdc2c", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publications/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "RelatedDatafile", + "item": [ + { + "name": "RelatedDatafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "8fe52399-b972-4a1b-a8de-7803a1c148f8", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles/1", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles", + "1" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "RelatedDatafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "941006d5-0e4a-4750-8c0d-d1cd632e9319", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"relation\": \"COPY\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles/1", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles", + "1" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "RelatedDatafiles By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "710ba74a-697c-4c9e-b3b7-90081d28290d", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles/1", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles", + "1" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Rule", + "item": [ + { + "name": "Rules By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "8c32fae3-babd-4228-aa20-995f15cb368a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/rules/10", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules", + "10" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Rules By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "088d1078-93bd-417e-aa9f-153cef482ab9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"crudFlags\": \"C\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/rules/10", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules", + "10" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Rules By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "95587434-ccbb-41e2-892e-bdb6b204caae", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/rules/10", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules", + "10" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Sample", + "item": [ + { + "name": "Samples By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "2f02cb31-cdde-4d9d-afc9-63baed04d40c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/samples/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Samples By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "006fc0ea-0335-47e4-b328-74ef799b3b02", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Sample of name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/samples/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Samples By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "e29c091f-deed-4e16-b3f6-99d7b462f60f", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/samples/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "SampleParameter", + "item": [ + { + "name": "SampleParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "a69ec15a-de43-4052-9d53-9dfaaebf1b99", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "SampleParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "713b7d0c-0a3b-45c4-8a28-5cffbc1e7cf0", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"error\": 345657.0\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "SampleParameters By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "d1c507d6-109b-49eb-9804-75e4f5f39643", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "SampleType", + "item": [ + { + "name": "SampleTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "8dc59159-aa49-41cd-98b8-b42970597c52", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampletypes/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "SampleTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "0dc3b458-4613-4e4d-bdb9-23278a9a638e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Name of sample type\",\r\n \"safetyInformation\": \"Health and safety and all that...\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sampletypes/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "SampleTypes By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "df6d4224-bf3a-424b-a460-1810495ee1dc", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampletypes/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Shift", + "item": [ + { + "name": "Shifts By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "d79a8650-e39e-476b-94d9-67fa7991e21d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/shifts/100", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "100" + ] + } + }, + "response": [ + { + "name": "Shifts By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/shifts/102", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "102" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "395" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Wed, 22 Jul 2020 10:18:03 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 102,\n \"COMMENT\": \"Answer since heart message. Happy mission ok play dog character organization. Theory be region character along artist best.\",\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-01-05 13:20:58\",\n \"ENDDATE\": \"2027-01-10 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2011-05-06 16:20:45\",\n \"STARTDATE\": \"2027-02-07 00:00:00\",\n \"INVESTIGATION_ID\": 108\n}" + }, + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Shifts By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "cee44e10-07b8-489f-b1a5-178305983b43", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"comment\": \"my test comment2222\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/shifts/100", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "100" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Shifts By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "b82f8612-e684-4ebb-9637-77d6840e46d5", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/shifts/100", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "100" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Study", + "item": [ + { + "name": "Studies By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "6c614f07-ffcb-4353-806e-a869e9396c35", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studies/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Studies By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "517ca6cc-8461-45c7-9c38-3d7cd87a0731", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"status\": \"COMPLETE\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/studies/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Studies By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "734b898e-af6e-4094-a5da-9809cca2255d", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studies/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "StudyInvestigation", + "item": [ + { + "name": "StudyInvestigations By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "0475abd0-cce6-4835-bc84-fbc510ea9bd5", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "StudyInvestigations By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "bf8ca29f-8b7e-43ff-b816-02d41e243e94", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"createId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "StudyInvestigations By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "78124deb-3250-4604-a9ea-073455af98ac", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "User", + "item": [ + { + "name": "Users By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "3ff1e38d-0793-4c33-b66e-b470a236da45", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/497", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "497" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Users By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "fe987850-087a-4e43-a07a-458fb9eee9a9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n\t\"name\": \"new name123\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/users/497", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "497" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Users By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "9acf1038-f9a5-4cba-803c-6352967e2d86", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/497", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "497" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "UserGroup", + "item": [ + { + "name": "UserGroups By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "2f7190c6-fdaa-4f9f-8be0-b23eab9c7ba6", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/usergroups/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "UserGroups By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "909b1fe9-952c-48c3-b012-fcfb9f57f84a", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"createId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/usergroups/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "UserGroups By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "a6ac9abe-65bd-40d7-8748-1ff1231ed302", + "exec": [ + "pm.test(\"Status: 204\", function () {\r", + " pm.response.to.have.status(204);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/usergroups/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups", + "4" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {} + }, + { + "name": "Other Entity Requests", + "item": [ + { + "name": "Application", + "item": [ + { + "name": "Applications By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "a1facd9c-60cc-420f-b88a-caccc2544b76", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/applications", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Applications", + "event": [ + { + "listen": "test", + "script": { + "id": "8dce9a50-2bbc-483e-bc9e-7f7c555c6b2b", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Test Name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/applications", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Applications", + "event": [ + { + "listen": "test", + "script": { + "id": "d874a553-cb97-40fe-a1d1-11c0bc5edd67", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My New Application5\",\r\n \"version\": \"Application version 0.01\",\r\n \"facility\": 1\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/applications", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications" + ] + } + }, + "response": [] + }, + { + "name": "Count Applications", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "54e73805-65c7-45d0-a13a-68465e319cdd", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d2f026fd-db1f-4329-9611-9d63fdadb7c9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/applications/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Application", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "3a291abc-47ac-4071-8710-4333c64a93a5", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d5f740c1-07b1-4d5e-8094-352dc8c54f76", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/applications/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "applications", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "e1f974ee-6440-48fe-8394-f004db3d00b0", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "fc9fc87f-4200-4d5a-867c-8c9770ea65e9", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollection", + "item": [ + { + "name": "DataCollections By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "07d74df0-f28e-46dc-9e6e-0a1534bf4662", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollections?where={\"id\":{\"gt\":995}}", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections" + ], + "query": [ + { + "key": "where", + "value": "{\"id\":{\"gt\":995}}" + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DataCollections", + "event": [ + { + "listen": "test", + "script": { + "id": "96079549-bb65-4576-bed8-17ff097d1256", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"doi\": \"test DOI\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollections", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DataCollections", + "event": [ + { + "listen": "test", + "script": { + "id": "978e51c7-e42e-4f3d-9e18-2e56ca1991cc", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"doi\": \"My new DOI\"\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollections", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections" + ] + } + }, + "response": [] + }, + { + "name": "Count DataCollections", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "ac52445f-c1b2-4d2f-b1cb-24097e8b76c5", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "ab1f6ebd-e9f7-4acd-a960-a4f429b1456c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollections/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DataCollection", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "ec9b88ec-bb18-46da-926d-950753c09b2e", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "82af69e4-7905-4b99-8116-690eb01d7d1a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollections/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollections", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "d4830ca6-26f6-4a3c-8bdd-f2e908fcb2cb", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "25827689-adbb-4c33-9bf6-6511cb37854c", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollectionDatafile", + "item": [ + { + "name": "DataCollectionDatafiles By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "25f49a6b-6d6c-4724-ae81-9102f1e82194", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DataCollectionDatafiles", + "event": [ + { + "listen": "test", + "script": { + "id": "303e951c-0a46-49b0-ba2c-8e78c9ea767e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DataCollectionDatafiles", + "event": [ + { + "listen": "test", + "script": { + "id": "14b68008-c371-4f13-81b0-4374a62e4e1d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"dataCollection\": 4,\r\n \"datafile\": 10\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles" + ] + } + }, + "response": [] + }, + { + "name": "Count DataCollectionDatafiles", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "d0c052e4-550b-423d-a9f7-c748bc711f26", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "b84693e9-aa99-4330-a91c-907a1a0258f9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DatacollectionDatafile", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "cd9d2572-22ac-4617-aad0-326821f20c34", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "ef4ed756-6f46-485e-acdd-ea0f76173aad", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatafiles/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatafiles", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "7282ab14-a6eb-4efa-a78e-a7b76be06ba4", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "f8e34930-7148-4071-ac49-738e3fd2d597", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollectionDataset", + "item": [ + { + "name": "DataCollectionDatasets By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "bac48433-ef15-48e4-8547-738bda44a3c9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DataCollectionDatasets", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "e5aed12e-e8ca-47d2-b393-6a332846fcbd", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "1436884a-86d7-40db-a237-5d97d935822c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DataCollectionDatasets", + "event": [ + { + "listen": "test", + "script": { + "id": "09f65736-e387-4ffc-a027-feee6ee95aff", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"dataset\": 4,\r\n \"dataCollection\": 8\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets" + ] + } + }, + "response": [] + }, + { + "name": "Count DataCollectionDatasets", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "d95db506-cf49-4800-b794-89ef1d52f281", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "8d5b3102-ebf8-48af-a512-0fd40b5e8a64", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DatacollectionDataset", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "10c16598-e40e-44e0-93ed-73077d32d86b", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "86675cc6-5a22-4247-9654-ee7ad9f1d390", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectiondatasets/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectiondatasets", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "d79803e3-b74f-41c5-be20-ec1e306e2129", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "e7553813-aa6a-4baf-8de6-5ab2ec14792b", + "type": "text/javascript", + "exec": [ + "pm.test(\"Status: 200\", function () {", + " pm.response.to.have.status(200);", + "});" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DataCollectionParameter", + "item": [ + { + "name": "DataCollectionParameters By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "8e2e107b-9485-45d7-9118-f8fb4588eb19", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DataCollectionParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "4da6862d-3b8b-410e-9614-5b17095c4bd7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"stringValue\": \"try100\",\r\n \"error\": 36221.0\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DataCollectionParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "e9fa05ff-556a-4594-b11a-2ade2f85e3ef", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"stringValue\": \"My String Value...\",\r\n \"rangeTop\": 3.0,\r\n \"rangeBottom\": 10.5,\r\n \"dateTimeValue\": \"2020-07-10 12:23:34\",\r\n \"error\": 135607.0,\r\n \"numericValue\": 3.0,\r\n \"dataCollection\": 6,\r\n \"type\": 13\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters" + ] + } + }, + "response": [] + }, + { + "name": "Count DataCollectionParameters", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "c8434903-6db6-450a-8e18-30ebe445b6ac", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "13a66a70-a01e-4dd5-99b3-b2142265e081", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DataCollectionParameter", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "32507639-029d-4951-bbc7-8a0d7038be76", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "c05f4978-0af3-4731-a260-5e421d157e01", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datacollectionparameters/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datacollectionparameters", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "cf7b24e6-0dd2-4d8a-8ea2-c507c36df4b6", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "12d64703-96ed-4c40-b2c9-b881c6e10b43", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Datafile", + "item": [ + { + "name": "Datafiles By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "2c989820-89d8-4e4d-9b84-8d4e8d92f3ff", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Datafiles", + "event": [ + { + "listen": "test", + "script": { + "id": "51ea5e04-2b7a-4720-8937-77b0db6666e9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"fileSize\": 2147483648849848\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Datafiles", + "event": [ + { + "listen": "test", + "script": { + "id": "83e19d8c-de1f-472d-b0aa-3193892f6ea5", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My new datafile12\",\r\n \"fileSize\": 40540960605490,\r\n \"location\": \"Logical location of the file\",\r\n \"datafileModTime\": \"2020-10-20 20:20:20\",\r\n \"dataset\": 3,\r\n \"datafileFormat\": 2\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles" + ] + } + }, + "response": [] + }, + { + "name": "Count Datafiles", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6d8d351a-b976-4d89-8052-5f6dbf70aebf", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "da2a5d45-05ac-4ad7-80b1-b0b5f403974c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafiles/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Datafile", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "0d0cb90e-e705-44e4-9789-1ba077d56061", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "9bd10ebc-e455-44ca-b644-d2c948c04459", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafiles/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafiles", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "fac9a2a9-7106-4c03-96bd-6800505fbd2f", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "8448cb0b-5ce8-4cc6-aba8-c10163b1ed6f", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatafileFormat", + "item": [ + { + "name": "DatafileFormats By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "f5a118c2-30d7-4a10-93d4-727968f4bfb7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileformats", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DatafileFormats", + "event": [ + { + "listen": "test", + "script": { + "id": "265475e0-6186-47c7-9732-5a9d902f1deb", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"description\": \"Example description of a datafileformat\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafileformats", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DatafileFormats", + "event": [ + { + "listen": "test", + "script": { + "id": "0ba3d871-2f5e-4788-ad36-47405221d5ef", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My New Datafile forma1t\",\r\n \"description\": \"nice little description\",\r\n \"version\": \"0.10.0.0.0.1\",\r\n \"type\": \"text\",\r\n \"facility\": 1\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafileformats", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats" + ] + } + }, + "response": [] + }, + { + "name": "Count DatafileFormats", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "458f02f4-ece5-4b40-8530-51410aa3e46a", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "dc6a1250-6267-4c3c-9c7f-90a9cec6dbc0", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileformats/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DatafileFormat", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "b2994b37-3cf2-4c22-b506-500ba01ab12a", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "c0662dac-293f-43c3-bd77-e8e96c2803df", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileformats/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileformats", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "79df7162-2bec-4ad1-ad01-0d780a18b987", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "8c4b2c87-c1de-4620-b2d6-21a64ae0d8b1", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatafileParameter", + "item": [ + { + "name": "DatafileParameters By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "a0383285-cce4-4f75-b216-5c58d6f80e49", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DatafileParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "df837f3e-a2dc-4d52-b364-3b308b031467", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"stringValue\": \"New String Value\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DatafileParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "5150a7af-13fe-43aa-8eee-e99edf270891", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"stringValue\": \"value 2\",\r\n \"datafile\": 1,\r\n \"type\": 2\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters" + ] + } + }, + "response": [] + }, + { + "name": "Count DatafileParameters", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "0c823ff8-4587-40ca-8852-edc9e8430448", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "c5681c2e-9eba-4059-8842-95b2781d34c9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DatafileParameter", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "ede5a9e5-7974-4647-9021-14bf71beed85", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d5cf8e85-0b65-4977-b1b9-f090ecffebd4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datafileparameters/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datafileparameters", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "c4aabf55-c790-4cda-b7fc-9fff9fd3a9ee", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "17da6f5a-856e-4ede-92cc-813b8b7ab055", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Dataset", + "item": [ + { + "name": "Datasets By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "b2a85bda-5382-44eb-9c08-7b8472eb0516", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasets", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Datasets", + "event": [ + { + "listen": "test", + "script": { + "id": "f6d619c1-ad3d-44de-b425-680987bbaea4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"startDate\": \"2014-06-01 15:00:15\",\r\n \"complete\": true\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasets", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Datasets", + "event": [ + { + "listen": "test", + "script": { + "id": "c174ea12-558b-4d6f-bec9-fef385bee6c5", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"Dataset Name1\",\r\n \"location\": \"/root/my/dir\",\r\n \"complete\": true,\r\n \"investigation\": 22,\r\n \"type\": 3,\r\n \"sample\": 5\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasets", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets" + ] + } + }, + "response": [] + }, + { + "name": "Count Datasets", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "387001ed-cdde-4766-96f0-80109b4b799f", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "8c16e6b8-829d-421d-aa1d-aa19aae74e15", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasets/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Dataset", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6898751c-0c09-43f0-bf2e-eaf153d1a441", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "5a226ded-2b70-4e26-b99d-fbbfebb0e74c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasets/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasets", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatasetParameter", + "item": [ + { + "name": "DatasetParameters By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "4ddefddc-ed93-4e66-b338-d0d27f890b0c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DatasetParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "01388a71-d05e-405c-9c30-4dd2b0431959", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"stringValue\": \"String value for datasetparameter\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DatasetParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "79e11e48-5ac4-4952-a4c9-3ddca3978ba7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"stringValue\": \"value 2\",\r\n \"type\": 2,\r\n \"dataset\": 2\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters" + ] + } + }, + "response": [] + }, + { + "name": "Count DatasetParameters", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "5526c100-fa84-40c8-a1f3-971c1cf1cf34", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "8f0525f5-2753-49ae-b499-665e59b7d07c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DatasetParameter", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "84a587c9-4d7a-4d59-a17d-45a053e285be", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "36b461f5-bb51-4234-9e09-6be71272f89a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasetparameters/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasetparameters", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "f1d480f0-60e8-4972-b7bd-67b725d254ab", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "93d7fb99-4b49-4378-82d7-af0ff725c0e4", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "DatasetType", + "item": [ + { + "name": "DatasetTypes By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "8d9eeb13-da8b-402f-b78f-bbf4d45af149", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasettypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update DatasetTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "710d7bca-04a1-4eb4-aa87-23aaa59b20c3", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"description\": \"New description for a dataset type\" \r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasettypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create DatasetTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "c0af4fcf-8740-4e3e-8d22-72e0485680c0", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My New Dataset Type\",\r\n \"description\": \"This is a brand new dataset type, state of the art.....\",\r\n \"facility\": 1\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/datasettypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes" + ] + } + }, + "response": [] + }, + { + "name": "Count DatasetTypes", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "e01ff4dc-33a4-46dc-a34d-71b31b919d6f", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d1f57685-cac5-449c-badf-e7522e9ccdaa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasettypes/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One DatasetType", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "5aa396be-23e7-44e4-975d-8adc52146d33", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "bf6caadd-8dcd-4197-896d-672a139bb2b0", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/datasettypes/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "datasettypes", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Facility", + "item": [ + { + "name": "Facilities By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "a366872b-b5c5-481e-97b5-2b1b8cb2dc29", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilities", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Facilities", + "event": [ + { + "listen": "test", + "script": { + "id": "4166297b-4706-401a-b81a-4aa4b6c02f43", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"daysUntilRelease\": 1825\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/facilities", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Facilities", + "event": [ + { + "listen": "test", + "script": { + "id": "7e495ce5-18a1-444b-8ccb-ffacf25d5c63", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My Test Facility123\",\r\n \"daysUntilRelease\": 500,\r\n \"fullName\": \"My Development Test Facility\"\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/facilities", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities" + ] + } + }, + "response": [] + }, + { + "name": "Count Facilities", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "3b74eb8b-f372-41d8-9d17-63d712723f8b", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "9b5231c9-4765-4198-90be-641cc7e082e3", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilities/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Facility", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "f7a0f73e-fbdc-4781-a09f-e0bea14e8a6b", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "76892690-934d-450a-a5dd-03b57f6819e2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilities/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilities", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "FacilityCycle", + "item": [ + { + "name": "FacilityCycles By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "75c49599-2615-4c88-8acf-874e3c0b3c6b", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update FacilityCycles", + "event": [ + { + "listen": "test", + "script": { + "id": "b1b8daea-e845-428d-9f0f-c03f4c914bf6", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"New Facility Cycle Name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create FacilityCycles", + "event": [ + { + "listen": "test", + "script": { + "id": "66f70764-8a8b-4dde-bb47-7f00d5b29608", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My New Facility Cycle\",\r\n \"startDate\": \"2014-04-05 12:34:56\",\r\n \"facility\": 2\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles" + ] + } + }, + "response": [] + }, + { + "name": "Count FacilityCycles", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "64c03c32-9ede-43ad-a682-3049e44379f7", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "a205f126-aecc-4203-826d-4731e31d3d10", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One FacilityCycles", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "7eb53e4b-a41e-497e-873a-4fbb66ed66f6", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "26ba2d09-3541-4d0e-bb50-2df511075088", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/facilitycycles/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "facilitycycles", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Grouping", + "item": [ + { + "name": "Groupings By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "86c1eb5f-48ce-4689-99cf-8465c376a3ba", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/groupings", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Groupings", + "event": [ + { + "listen": "test", + "script": { + "id": "59223757-30ba-404a-a8d9-cbabdded07ec", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Updated Grouping Name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/groupings", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Groupings", + "event": [ + { + "listen": "test", + "script": { + "id": "261e1390-129c-44d9-81b0-c51a66fddd8e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My New Grouping1\"\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/groupings", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings" + ] + } + }, + "response": [] + }, + { + "name": "Count Groupings", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "43216eec-7a40-4643-a619-f85dae21d9c9", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "7c384cf2-a056-4595-a669-d54604ee668e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/groupings/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Grouping", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "708442c1-39bf-481b-892a-fb4ca1cda088", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "123091c2-baf1-44a9-8ade-39b84e728b12", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/groupings/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "groupings", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Instrument", + "item": [ + { + "name": "Instruments By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "5ccd10dd-0bf6-45b5-90af-3918fd16802f", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Instruments", + "event": [ + { + "listen": "test", + "script": { + "id": "c11b4666-3b84-42fc-8a48-22b4a9e06f52", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"fullName\": \"Full Name of an instrument\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/instruments", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Instruments", + "event": [ + { + "listen": "test", + "script": { + "id": "69bdae1f-9f30-4e0b-940e-c3a78701a009", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My New Scientific Instrumen1t\",\r\n \"url\": \"mynewscientificinstrument.com\",\r\n \"facility\": 1\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/instruments", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments" + ] + } + }, + "response": [] + }, + { + "name": "Count Instruments", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "06f9ff59-e30a-4d61-b6c5-3ab7ef82434c", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d8bc023e-e1df-4455-bc70-2ddcfa751a75", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Instrument", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "5148698d-d8e9-424c-934a-57e6b59d9dc1", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "989c1dd7-fd4c-4f86-a09c-5e0258370ca4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InstrumentScientist", + "item": [ + { + "name": "InstrumentScientists By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "45912883-70b7-4d9d-bee6-b41a0672e516", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update InstrumentScientists", + "event": [ + { + "listen": "test", + "script": { + "id": "e5e7c3e3-6748-4f85-a1b3-ec3080da2433", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"modId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create InstrumentScientists", + "event": [ + { + "listen": "test", + "script": { + "id": "a1feadb9-5079-42c9-a822-ce8bc85ea0ac", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"user\": 456,\r\n \"instrument\": 2\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists" + ] + } + }, + "response": [] + }, + { + "name": "Count InstrumentScientists", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "bba8ca9f-8edf-4c12-85ea-c3f05cd0c20d", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "6865922e-1c34-469c-a0a6-9ce366049eb8", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One InstrumentScientist", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "eb5de760-6626-4b00-a4ef-2134fd94bcbf", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "3651fc4b-43c1-4098-91ef-50fcb7af462a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instrumentscientists/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instrumentscientists", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Investigation", + "item": [ + { + "name": "Investigations By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "e56c2482-b9e8-418a-b967-1fcf09e0ab7b", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigations?where={\"id\": {\"eq\":8}}", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations" + ], + "query": [ + { + "key": "distinct", + "value": "\"ID\"", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"name\", \"title\"]", + "disabled": true + }, + { + "key": "where", + "value": "{\"title\": {\"like\":\"dog\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"eq\":8}}" + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Investigations", + "event": [ + { + "listen": "test", + "script": { + "id": "a421bfe7-d53c-4dc1-8a88-ea47673c53cf", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"id\": 90,\r\n \"summary\": \"Short summary regarding an investigation.......3.\",\r\n \"releaseDate\": \"2019-03-30 12:45:32\",\r\n \"startDate\": \"2020-05-05 12:24:37\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigations", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Investigations", + "event": [ + { + "listen": "test", + "script": { + "id": "86c6b295-fd62-428e-bebb-379b558e55f7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"My New Investigation12\",\r\n \"title\": \"My New Investigation with Title\",\r\n \"summary\": \"Short summary regarding an investigation........\",\r\n \"releaseDate\": \"2019-03-30 12:45:32\",\r\n \"startDate\": \"2020-05-05 12:24:37\",\r\n \"endDate\": \"2020-05-07 23:43:45\",\r\n \"visitId\": \"Visit ID..\",\r\n \"facility\": 2,\r\n \"type\": 2\r\n },\r\n {\r\n \"name\": \"My New Investigation13\",\r\n \"title\": \"My New Investigation with Title\",\r\n \"summary\": \"Short summary regarding an investigation........\",\r\n \"releaseDate\": \"2019-03-30 12:45:32\",\r\n \"startDate\": \"2020-05-05 12:24:37\",\r\n \"endDate\": \"2020-05-07 23:43:45\",\r\n \"visitId\": \"Visit ID..\",\r\n \"facility\": 2,\r\n \"type\": 2\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigations", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations" + ] + } + }, + "response": [] + }, + { + "name": "Count Investigations", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "ef76a45c-c05c-49ea-8f89-71fa3924e265", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "f73eaf1d-dd61-40c3-8c10-df414e95e958", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigations/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Investigation", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "a23b4cad-2d04-4f88-a817-49cdb1c1f6f9", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d268049e-6c6d-48c0-b973-cdc44e90398d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigations/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationGroup", + "item": [ + { + "name": "InvestigationGroups By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "d0b1e7ed-e108-4236-97c4-d191dfdb2f18", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update InvestigationGroups", + "event": [ + { + "listen": "test", + "script": { + "id": "8a14c06c-a7f0-4267-b5ee-b1059072ce3f", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"role\": \"Role of investigation group\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create InvestigationGroups", + "event": [ + { + "listen": "test", + "script": { + "id": "90351e88-b923-4c62-a289-86c702c7b3b9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"role\": \"Position of the members regarding the investigation\",\r\n \"investigation\": 45,\r\n \"grouping\": 8\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups" + ] + } + }, + "response": [] + }, + { + "name": "Count InvestigationGroups", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "1a262202-7e76-45ae-aa24-2e9248b58a7f", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "f7371e19-6459-477c-9105-b585797d4ed8", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One InvestigationGroup", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "8132ddc3-9622-45a9-898c-b6724eb5e6df", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "7c36bb62-d96f-44d5-aafe-4ebaff291ee0", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationgroups/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationgroups", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationInstrument", + "item": [ + { + "name": "InvestigationInstruments By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "6f076ebd-dadd-42f7-9e3c-f96ba2395ffa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments?include=\"instrument\"&where={\"instrument.id\": {\"in\": [1, 2, 3, 4, 5]}}&order=\"instrument.id desc\"&order=\"id asc\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments" + ], + "query": [ + { + "key": "include", + "value": "\"instrument\"" + }, + { + "key": "where", + "value": "{\"instrument.id\": {\"in\": [1, 2, 3, 4, 5]}}" + }, + { + "key": "order", + "value": "\"instrument.id desc\"" + }, + { + "key": "order", + "value": "\"id asc\"" + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update InvestigationInstruments", + "event": [ + { + "listen": "test", + "script": { + "id": "f8704d00-c0ec-4bf0-b087-1a85dec1927c", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"modId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create InvestigationInstruments", + "event": [ + { + "listen": "test", + "script": { + "id": "5d214dd4-33cd-41a5-ad74-b250edeba6fa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"investigation\": 5,\r\n \"instrument\": 8\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments" + ] + } + }, + "response": [] + }, + { + "name": "Count InvestigationInstruments", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "c1adbe21-fc1a-4059-8eb5-f28ea87b8360", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "030127eb-0a86-44af-9cdb-ef90a9a4d07a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One InvestigationInstrument", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6bfe9bdf-de89-46f0-9973-8095b3a2c018", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "e8c0bd2b-878c-4b92-a9f9-9a28ed794f75", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationinstruments/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationinstruments", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationParameter", + "item": [ + { + "name": "InvestigationParameters By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "5c00b4af-3144-4ec7-80ee-12ceafa5fd35", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update InvestigationParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "0d3d17c8-38cd-4eeb-be5d-084ab42a3fe6", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"stringValue\": \"NewStringValue\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create InvestigationParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "c098f3e4-62cc-4b6f-8ba5-7f4c4fd8d6a9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"stringValue\": \"Example string value...\",\r\n \"rangeTop\": 3456.0,\r\n \"rangeBottom\": 4.5,\r\n \"investigation\": 34,\r\n \"type\": 50\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters" + ] + } + }, + "response": [] + }, + { + "name": "Count InvestigationParameters", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6022d631-31fb-4a30-98e6-e063d04e63ab", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "a8f6d578-2122-45c3-809a-ca163ee2a4bb", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One InvestigationParameters", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "5ba17970-1958-453c-a88e-77afb0068ea2", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "328d1d5d-2f90-4a48-9953-af9e6d963f9a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationparameters/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationparameters", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationType", + "item": [ + { + "name": "InvestigationTypes By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "732ae740-6192-46cf-b23d-01738743d7bf", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update InvestigationTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "d21185b4-aaa4-46fb-89da-2d7308d20ce1", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Name of investigation type\",\r\n \"description\": \"description of investigation type\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create InvestigationTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "cb02da2f-f972-43fe-b466-cd362c430a90", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"Example Investigation Typ1e\",\r\n \"facility\": 1\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes" + ] + } + }, + "response": [] + }, + { + "name": "Count InvestigationTypes", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "17fcac5d-5930-4372-ab08-d02aeac05320", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "101aeb1f-9d59-42f3-aea9-90ad41176b98", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One InvestigationType", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "7ad383be-0c62-4e73-a0fc-bbbc770c6e78", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "4bf60ec5-d05a-4062-85d6-8e311b829fda", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationtypes/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationtypes", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "InvestigationUser", + "item": [ + { + "name": "InvestigationUsers By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "60e1b0f7-dbde-41b4-80ee-3940d0bff57e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationusers", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update InvestigationUsers", + "event": [ + { + "listen": "test", + "script": { + "id": "74a2f887-5885-4355-80b7-6bf7c1697a2d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"role\": \"Role of investigation user\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationusers", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create InvestigationUsers", + "event": [ + { + "listen": "test", + "script": { + "id": "9cac23ce-d138-4cf8-bfee-18f484928963", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"role\": \"Role of an investigation user...1\",\r\n \"investigation\": 1,\r\n \"user\": 40\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/investigationusers", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers" + ] + } + }, + "response": [] + }, + { + "name": "Count InvestigationUsers", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "e45cf902-0216-4aa0-bee8-6b877b153b54", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "48bde646-9ef7-4ad8-8de5-c5bfc7a0141e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationusers/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One InvestigationUser", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "1c8fa6f1-d124-49d6-8906-e97af89a3a2b", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "4d47c6be-810a-45d2-b294-1e96b42efd5e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/investigationusers/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigationusers", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Job", + "item": [ + { + "name": "Jobs By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "8d05a1af-e6bd-483f-ad7f-28e39c75fa4e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/jobs", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Jobs", + "event": [ + { + "listen": "test", + "script": { + "id": "34671830-536c-4a72-a6f6-16a210a00068", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"arguments\": \"String arguments updated...\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/jobs", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Jobs", + "event": [ + { + "listen": "test", + "script": { + "id": "971710a7-f31f-4c0d-8ac0-54cce7748d03", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"arguments\": \"Many, many arguments...\",\r\n \"application\": 2,\r\n \"inputDataCollection\": 4,\r\n \"outputDataCollection\": 10\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/jobs", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs" + ] + } + }, + "response": [] + }, + { + "name": "Count Jobs", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "52e912e3-f847-49f4-ba5f-568d23fcd728", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "a08dafe6-a18d-4e04-a902-0ac94d093eb2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/jobs/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Job", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "811e9adc-bec5-4688-93bb-8a2193527467", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "e23a726f-f413-4518-b0f4-ad7c561955bd", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/jobs/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "jobs", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Keyword", + "item": [ + { + "name": "Keywords By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "ca30a51e-7462-4cbd-bc00-e2ff1fbfc22f", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(500);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/keywords", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Keywords", + "event": [ + { + "listen": "test", + "script": { + "id": "064c2779-2956-4097-b86f-9f38cdcc5ae7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Name of keyword updated.\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/keywords", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Keywords", + "event": [ + { + "listen": "test", + "script": { + "id": "5399afe3-f4d8-42b0-8080-96fc4eb56b50", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"Example Keyword..\",\r\n \"investigation\": 6\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/keywords", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords" + ] + } + }, + "response": [] + }, + { + "name": "Count Keywords", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6054130c-7524-41ab-8fed-729406dfd81d", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "310f8ced-8929-4b05-93de-f4e3848ffbe1", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/keywords/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Keyword", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "dbec880f-83ed-4f5c-afb9-dcfda832a79f", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "ba8df30a-dfaf-44a8-a9fa-773a066ad030", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/keywords/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "keywords", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "ParameterType", + "item": [ + { + "name": "ParameterTypes By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "629fc626-787c-443a-a2f3-9302979443f4", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/parametertypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update ParameterTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "e0eadb51-0aa8-4af7-a634-011e077a491d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"valueType\": \"STRING\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/parametertypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create ParameterTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "7037d8e2-4e6b-4406-a802-b588f1562cf1", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"Example Parameter Type...\",\r\n \"units\": \"Parameter type units\",\r\n \"valueType\": \"STRING\",\r\n \"applicableToDataset\": true,\r\n \"applicableToInvestigation\": true,\r\n \"facility\": 1\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/parametertypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes" + ] + } + }, + "response": [] + }, + { + "name": "Count ParameterTypes", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "839cc129-2b54-49ba-bf11-b7ca9c43f086", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "36a36d91-2f6a-4e4d-8356-13bf26225ab2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/parametertypes/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One ParameterType", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "124d4985-27ca-4257-ac2f-6c7abec5c6a4", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d21de205-cffa-41a0-a231-6d29c27312ee", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/parametertypes/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "parametertypes", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "PermissibleStringValue", + "item": [ + { + "name": "PermissibleStringValues By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "3c7ead07-71bd-4133-8f3c-913480718e83", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update PermissibleStringValues", + "event": [ + { + "listen": "test", + "script": { + "id": "2a9d52f1-c5a0-4bed-9bfa-9694b233c3ac", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"value\": \"VALUE OF PERMISSIBLESTRINGVALUE\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create PermissibleStringValues", + "event": [ + { + "listen": "test", + "script": { + "id": "397e4ece-3381-434a-9a98-08412e33d5d1", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"value\": \"Value of string1\",\r\n \"type\": 4\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues" + ] + } + }, + "response": [] + }, + { + "name": "Count PermissibleStringValues", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6d2212f4-f138-4caa-8681-972e315eb4be", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "3a8b5864-bfdf-42ef-9240-ce62a2ec9a80", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One PermissibleStringValue", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "35bd509b-bcf4-4fd4-9fea-db49b3f18eec", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "1d7c1830-083f-43ac-b287-dc1ceec20476", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/permissiblestringvalues/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "permissiblestringvalues", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "PublicStep", + "item": [ + { + "name": "PublicSteps By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "e2d32d5b-38b4-4fdc-9c4d-31f58c4fc6bb", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publicsteps", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update PublicSteps", + "event": [ + { + "listen": "test", + "script": { + "id": "f0f5d07d-ebb6-41aa-b153-a043e2159548", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"field\": \"Field no more than 32 characters attempt....\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/publicsteps", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create PublicSteps", + "event": [ + { + "listen": "test", + "script": { + "id": "0def1b99-1394-45de-ba1a-1e67c199e9e2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"field\": \"grouping\",\r\n \"origin\": \"Rule\"\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/publicsteps", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps" + ] + } + }, + "response": [] + }, + { + "name": "Count PublicSteps", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "b806734b-825f-436a-9d6d-04509e1326f9", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "6b62845f-2162-4fad-b1e4-1a3dcb681d38", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publicsteps/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One PublicSteps", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "06320cad-3b8b-46fa-b130-7d3df76d2e32", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "989f2d18-169e-4fc2-96d9-e94ba324a3fd", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publicsteps/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publicsteps", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Publication", + "item": [ + { + "name": "Publications By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "f1c5af70-77eb-4ab6-af43-603d896942d7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publications", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Publications", + "event": [ + { + "listen": "test", + "script": { + "id": "bf958ac3-f27a-4be1-b206-cd10a41375f7", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"repositoryId\": \"Repo ID string of the publication\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/publications", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Publications", + "event": [ + { + "listen": "test", + "script": { + "id": "7a47a7e4-ad98-440b-8baf-019bb4da56aa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"doi\": \"Example DOI\",\r\n \"url\": \"Publication URL\",\r\n \"fullReference\": \"Full entire reference of a publication...\",\r\n \"investigation\": 5\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/publications", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications" + ] + } + }, + "response": [] + }, + { + "name": "Count Publications", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "c133f7c7-44d3-4be9-b55e-eb0ee1be1da1", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "98710151-0f10-4e01-bab1-11e4db2ffedf", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publications/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Publication", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "69b62de6-ded5-4864-9935-9b1d5a9687e2", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "78eb830e-175a-498e-88c1-73ebea186299", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/publications/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "publications", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "RelatedDatafile", + "item": [ + { + "name": "RelatedDatafiles By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "2f69f07f-0ee1-4728-abde-2aba9a292f4d", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update RelatedDatafiles", + "event": [ + { + "listen": "test", + "script": { + "id": "dbdff1fa-4d95-4aac-b352-4e8579a3db11", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"relation\": \"COPY\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create RelatedDatafiles", + "event": [ + { + "listen": "test", + "script": { + "id": "52f7ac69-4790-4ac3-85f4-e6278b98d03c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"relation\": \"COPY\",\r\n \"sourceDatafile\": 5,\r\n \"destDatafile\": 7\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles" + ] + } + }, + "response": [] + }, + { + "name": "Count RelatedDatafiles", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "173ba461-c4ab-427d-be92-ac43125af5f8", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "f9842ff4-8b73-4c53-9a91-f03cc2832268", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One RelatedDatafiles", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "e7f15e74-7852-431a-b8b6-481b3499ad9a", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "a7db2ac7-61be-4458-bda6-0af32f8bfab9", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/relateddatafiles/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "relateddatafiles", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Rule", + "item": [ + { + "name": "Rules By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "47d8e18b-05d7-44ce-9246-287825c7b812", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/rules", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Rules", + "event": [ + { + "listen": "test", + "script": { + "id": "fa61bd84-26f6-44c3-9666-638fe4a9e10e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"crudFlags\": \"C\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/rules", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Rules", + "event": [ + { + "listen": "test", + "script": { + "id": "daf2b68f-45d4-4bd2-bf95-61a89e12acaf", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"crudFlags\": \"CR\",\r\n \"what\": \"Investigation\",\r\n \"grouping\": 6\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/rules", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules" + ] + } + }, + "response": [] + }, + { + "name": "Count Rules", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6e314830-2de0-4c1b-ae9e-0fa4fdf8429d", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "7c7e4d87-c99d-41c1-bc49-d734051c3cb1", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/rules/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Rule", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "724678e5-65a7-477b-a9b6-5d33d1f6c247", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "e87dca2f-3eb1-4e9c-86ea-164afd3b09af", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/rules/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "rules", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Sample", + "item": [ + { + "name": "Samples By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "d78c8e10-b449-4efd-9aa2-328b7d791eff", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/samples", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Samples", + "event": [ + { + "listen": "test", + "script": { + "id": "dd880d3b-8c5a-4817-afa0-40387948a486", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Sample of name\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/samples", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Samples", + "event": [ + { + "listen": "test", + "script": { + "id": "19f8cb84-8520-4366-af10-df5b2316f018", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"Example Sample...\",\r\n \"investigation\": 43,\r\n \"type\": 4\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/samples", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples" + ] + } + }, + "response": [] + }, + { + "name": "Count Samples", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "3fb9c7a6-9e86-4f46-b5dd-0d5b83fa1abd", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "3438e430-b9fb-4e5e-9ed0-875e94fa222e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/samples/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Sample", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "530957c4-0988-4a52-9353-4f1c96e249ce", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "b38166bf-e3ba-43d6-8ac9-f7e41849eac2", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/samples/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "samples", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "SampleParameter", + "item": [ + { + "name": "SampleParameters By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "0140a293-a72a-46df-a675-7b6b01100f2b", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update SampleParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "6d21069d-cc62-4eb1-bb31-d5355ed75321", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"error\": 345657.0\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create SampleParameters", + "event": [ + { + "listen": "test", + "script": { + "id": "4043f987-bae8-4562-ae7b-ea6ef1eb8123", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"stringValue\": \"value 2\",\r\n \"sample\": 4,\r\n \"type\": 2\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters" + ] + } + }, + "response": [] + }, + { + "name": "Count SampleParameters", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "582879b7-fe54-44b7-87db-bc869c6ee30d", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "877449eb-d096-46b4-814e-1d01555c39b3", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One SampleParameter", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "8517f331-cd64-44af-abf2-3a34512a59d5", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "11bcd35d-6a42-4493-bd4e-d406374e63df", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampleparameters/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampleparameters", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "SampleType", + "item": [ + { + "name": "SampleTypes By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "19046218-86f0-4849-99d1-1131b1647407", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampletypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update SampleTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "0c4457a4-1b6a-43c9-9a0d-2c811db92a9f", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"name\": \"Name of sample type\",\r\n \"safetyInformation\": \"Health and safety and all that...\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sampletypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create SampleTypes", + "event": [ + { + "listen": "test", + "script": { + "id": "68f8a542-4844-494a-9a48-b85d2d8e1b93", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"Example Sample Typ2e...\",\r\n \"molecularFormula\": \"C3H5O2D4G5\",\r\n \"facility\": 1\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sampletypes", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes" + ] + } + }, + "response": [] + }, + { + "name": "Count SampleTypes", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "d65a743a-5ffc-4195-b24e-5845ddd4a204", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "1df2bd64-7245-4b61-a8e3-39f16d8e5193", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampletypes/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One SampleType", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "e5e3b6d1-4a74-4c88-9d3c-536677b92bab", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "bec61a28-fe8e-4b2f-9758-afc423a758ca", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sampletypes/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sampletypes", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Shift", + "item": [ + { + "name": "Shifts By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "7430a0c2-0a6f-4158-810e-1b9747cf4512", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/shifts/", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "" + ] + } + }, + "response": [ + { + "name": "Shifts By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/shifts/102", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "102" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "395" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Wed, 22 Jul 2020 10:18:03 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 102,\n \"COMMENT\": \"Answer since heart message. Happy mission ok play dog character organization. Theory be region character along artist best.\",\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-01-05 13:20:58\",\n \"ENDDATE\": \"2027-01-10 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2011-05-06 16:20:45\",\n \"STARTDATE\": \"2027-02-07 00:00:00\",\n \"INVESTIGATION_ID\": 108\n}" + }, + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Shifts", + "event": [ + { + "listen": "test", + "script": { + "id": "90df5e83-90bd-48ac-9ce5-8b40ea930da3", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"comment\": \"my test comment2222\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/shifts/", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Shifts", + "event": [ + { + "listen": "test", + "script": { + "id": "909c7c24-e1f4-4f7f-905b-0ed8b2158560", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"comment\": \"Example shift comments..1.\",\r\n \"startDate\": \"2019-02-20 20:20:20\",\r\n \"endDate\": \"2020-02-02 02:02:02\",\r\n \"investigation\": 7\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/shifts", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts" + ] + } + }, + "response": [] + }, + { + "name": "Count Shifts", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "aeb300af-5dd0-47f6-9220-6de1082cbdfa", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "55c13c69-2799-4647-ba56-45d12332827f", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/shifts/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Shift", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "19296a04-9bb3-4779-8c9d-49c699194edf", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "d684a398-5681-4274-94d6-9216b6aae0f6", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/shifts/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "shifts", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "Study", + "item": [ + { + "name": "Studies By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "dc6879ec-84ff-4dd5-87fd-c0e2c01410a3", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studies", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update Studies", + "event": [ + { + "listen": "test", + "script": { + "id": "ba2556bd-bd7c-416e-af0e-d75d6932fc15", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"status\": \"COMPLETE\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/studies", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Studies", + "event": [ + { + "listen": "test", + "script": { + "id": "a1c58868-1354-4f1e-86a0-5b2be4202bee", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"name\": \"Example Study Record\",\r\n \"status\": \"IN_PROGRESS\",\r\n \"user\": 51\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/studies", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies" + ] + } + }, + "response": [] + }, + { + "name": "Count Studies", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "49d86c10-2038-4890-a663-7698c33598d6", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "322434fc-731f-457e-a190-49fe673e0abe", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studies/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Study", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "b478f962-f8ec-412e-b067-069ca66e6f59", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "cf058126-e3d3-4e39-b188-51d0d086fa45", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studies/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studies", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "StudyInvestigation", + "item": [ + { + "name": "StudyInvestigations By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "0844aa5b-4145-44c8-8a61-fb04ed4255d1", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations?limit=2&include=\"investigation\"&distinct=\"investigation.id\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations" + ], + "query": [ + { + "key": "limit", + "value": "2" + }, + { + "key": "include", + "value": "\"investigation\"" + }, + { + "key": "order", + "value": "\"investigation.title desc\"", + "disabled": true + }, + { + "key": "distinct", + "value": "\"investigation.id\"" + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update StudyInvestigations", + "event": [ + { + "listen": "test", + "script": { + "id": "245eeab0-159c-4ac1-8739-19d8bb342135", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"createId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create StudyInvestigations", + "event": [ + { + "listen": "test", + "script": { + "id": "122e3477-a94a-4fd7-9c7d-1d5e0b15ceda", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"study\": 4,\r\n \"investigation\": 16\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations" + ] + } + }, + "response": [] + }, + { + "name": "Count StudyInvestigations", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "6ec3cc90-fe48-4589-83af-f65a1c3d0fd7", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "f99d801f-c0b7-4938-939c-c34070a36d42", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One StudyInvestigation", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "8a20e2d3-1345-495f-b056-2aa162fa3a1a", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "b3a5f9e2-46fe-4b87-809e-51cdbb9ed19a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/studyinvestigations/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "studyinvestigations", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "User", + "item": [ + { + "name": "Users By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "41d7d29e-e94c-46ce-a317-73e250c52266", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?where={\"id\": {\"in\": [1, 2, 3, 4, 5]}}", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [1, 2, 3, 4, 5]}}" + }, + { + "key": "include", + "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "disabled": true + }, + { + "key": "include", + "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", + "disabled": true + }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "disabled": true + }, + { + "key": "order", + "value": "\"userGroups.id desc\"", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"name\", \"fullName\", \"modTime\"]", + "disabled": true + }, + { + "key": "where", + "value": "{\"userGroups.id\": {\"eq\": 50}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"userGroups.id\", \"userGroups.modTime\", \"userGroups.user.id\", \"id\"]", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + }, + { + "key": "distinct", + "value": "\"investigationUsers.investigation.name\"", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By Filter - Distinct, no included fields", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?distinct=\"id\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"userGroups.id\": {\"in\": [44,23]}}", + "disabled": true + }, + { + "key": "include", + "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "disabled": true + }, + { + "key": "include", + "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", + "disabled": true + }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", + "disabled": true + }, + { + "key": "where", + "value": "{\"userGroups.id\": {\"eq\": 50}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"" + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "15333" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 15 Sep 2020 10:33:56 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"id\": 1\n },\n {\n \"id\": 2\n },\n {\n \"id\": 3\n },\n {\n \"id\": 4\n },\n {\n \"id\": 5\n },\n {\n \"id\": 6\n },\n {\n \"id\": 7\n },\n {\n \"id\": 8\n },\n {\n \"id\": 9\n },\n {\n \"id\": 10\n },\n {\n \"id\": 11\n },\n {\n \"id\": 12\n },\n {\n \"id\": 13\n },\n {\n \"id\": 14\n },\n {\n \"id\": 15\n },\n {\n \"id\": 16\n },\n {\n \"id\": 17\n },\n {\n \"id\": 18\n },\n {\n \"id\": 19\n },\n {\n \"id\": 20\n },\n {\n \"id\": 21\n },\n {\n \"id\": 22\n },\n {\n \"id\": 23\n },\n {\n \"id\": 24\n },\n {\n \"id\": 25\n },\n {\n \"id\": 26\n },\n {\n \"id\": 27\n },\n {\n \"id\": 28\n },\n {\n \"id\": 29\n },\n {\n \"id\": 30\n },\n {\n \"id\": 31\n },\n {\n \"id\": 32\n },\n {\n \"id\": 33\n },\n {\n \"id\": 34\n },\n {\n \"id\": 35\n },\n {\n \"id\": 36\n },\n {\n \"id\": 37\n },\n {\n \"id\": 38\n },\n {\n \"id\": 39\n },\n {\n \"id\": 40\n },\n {\n \"id\": 41\n },\n {\n \"id\": 42\n },\n {\n \"id\": 43\n },\n {\n \"id\": 44\n },\n {\n \"id\": 45\n },\n {\n \"id\": 46\n },\n {\n \"id\": 47\n },\n {\n \"id\": 48\n },\n {\n \"id\": 49\n },\n {\n \"id\": 50\n },\n {\n \"id\": 51\n },\n {\n \"id\": 52\n },\n {\n \"id\": 53\n },\n {\n \"id\": 54\n },\n {\n \"id\": 55\n },\n {\n \"id\": 56\n },\n {\n \"id\": 57\n },\n {\n \"id\": 58\n },\n {\n \"id\": 59\n },\n {\n \"id\": 60\n },\n {\n \"id\": 61\n },\n {\n \"id\": 62\n },\n {\n \"id\": 63\n },\n {\n \"id\": 64\n },\n {\n \"id\": 65\n },\n {\n \"id\": 66\n },\n {\n \"id\": 67\n },\n {\n \"id\": 68\n },\n {\n \"id\": 69\n },\n {\n \"id\": 70\n },\n {\n \"id\": 71\n },\n {\n \"id\": 72\n },\n {\n \"id\": 73\n },\n {\n \"id\": 74\n },\n {\n \"id\": 75\n },\n {\n \"id\": 76\n },\n {\n \"id\": 77\n },\n {\n \"id\": 78\n },\n {\n \"id\": 79\n },\n {\n \"id\": 80\n },\n {\n \"id\": 81\n },\n {\n \"id\": 82\n },\n {\n \"id\": 83\n },\n {\n \"id\": 84\n },\n {\n \"id\": 85\n },\n {\n \"id\": 86\n },\n {\n \"id\": 87\n },\n {\n \"id\": 88\n },\n {\n \"id\": 89\n },\n {\n \"id\": 90\n },\n {\n \"id\": 91\n },\n {\n \"id\": 92\n },\n {\n \"id\": 93\n },\n {\n \"id\": 94\n },\n {\n \"id\": 95\n },\n {\n \"id\": 96\n },\n {\n \"id\": 97\n },\n {\n \"id\": 98\n },\n {\n \"id\": 99\n },\n {\n \"id\": 100\n },\n {\n \"id\": 101\n },\n {\n \"id\": 102\n },\n {\n \"id\": 103\n },\n {\n \"id\": 104\n },\n {\n \"id\": 105\n },\n {\n \"id\": 106\n },\n {\n \"id\": 107\n },\n {\n \"id\": 108\n },\n {\n \"id\": 109\n },\n {\n \"id\": 110\n },\n {\n \"id\": 111\n },\n {\n \"id\": 112\n },\n {\n \"id\": 113\n },\n {\n \"id\": 114\n },\n {\n \"id\": 115\n },\n {\n \"id\": 116\n },\n {\n \"id\": 117\n },\n {\n \"id\": 118\n },\n {\n \"id\": 119\n },\n {\n \"id\": 120\n },\n {\n \"id\": 121\n },\n {\n \"id\": 122\n },\n {\n \"id\": 123\n },\n {\n \"id\": 124\n },\n {\n \"id\": 125\n },\n {\n \"id\": 126\n },\n {\n \"id\": 127\n },\n {\n \"id\": 128\n },\n {\n \"id\": 129\n },\n {\n \"id\": 130\n },\n {\n \"id\": 131\n },\n {\n \"id\": 132\n },\n {\n \"id\": 133\n },\n {\n \"id\": 134\n },\n {\n \"id\": 135\n },\n {\n \"id\": 136\n },\n {\n \"id\": 137\n },\n {\n \"id\": 138\n },\n {\n \"id\": 139\n },\n {\n \"id\": 140\n },\n {\n \"id\": 141\n },\n {\n \"id\": 142\n },\n {\n \"id\": 143\n },\n {\n \"id\": 144\n },\n {\n \"id\": 145\n },\n {\n \"id\": 146\n },\n {\n \"id\": 147\n },\n {\n \"id\": 148\n },\n {\n \"id\": 149\n },\n {\n \"id\": 150\n },\n {\n \"id\": 151\n },\n {\n \"id\": 152\n },\n {\n \"id\": 153\n },\n {\n \"id\": 154\n },\n {\n \"id\": 155\n },\n {\n \"id\": 156\n },\n {\n \"id\": 157\n },\n {\n \"id\": 158\n },\n {\n \"id\": 159\n },\n {\n \"id\": 160\n },\n {\n \"id\": 161\n },\n {\n \"id\": 162\n },\n {\n \"id\": 163\n },\n {\n \"id\": 164\n },\n {\n \"id\": 165\n },\n {\n \"id\": 166\n },\n {\n \"id\": 167\n },\n {\n \"id\": 168\n },\n {\n \"id\": 169\n },\n {\n \"id\": 170\n },\n {\n \"id\": 171\n },\n {\n \"id\": 172\n },\n {\n \"id\": 173\n },\n {\n \"id\": 174\n },\n {\n \"id\": 175\n },\n {\n \"id\": 176\n },\n {\n \"id\": 177\n },\n {\n \"id\": 178\n },\n {\n \"id\": 179\n },\n {\n \"id\": 180\n },\n {\n \"id\": 181\n },\n {\n \"id\": 182\n },\n {\n \"id\": 183\n },\n {\n \"id\": 184\n },\n {\n \"id\": 185\n },\n {\n \"id\": 186\n },\n {\n \"id\": 187\n },\n {\n \"id\": 188\n },\n {\n \"id\": 189\n },\n {\n \"id\": 190\n },\n {\n \"id\": 191\n },\n {\n \"id\": 192\n },\n {\n \"id\": 193\n },\n {\n \"id\": 194\n },\n {\n \"id\": 195\n },\n {\n \"id\": 196\n },\n {\n \"id\": 197\n },\n {\n \"id\": 198\n },\n {\n \"id\": 199\n },\n {\n \"id\": 200\n },\n {\n \"id\": 201\n },\n {\n \"id\": 202\n },\n {\n \"id\": 203\n },\n {\n \"id\": 204\n },\n {\n \"id\": 205\n },\n {\n \"id\": 206\n },\n {\n \"id\": 207\n },\n {\n \"id\": 208\n },\n {\n \"id\": 209\n },\n {\n \"id\": 210\n },\n {\n \"id\": 211\n },\n {\n \"id\": 212\n },\n {\n \"id\": 213\n },\n {\n \"id\": 214\n },\n {\n \"id\": 215\n },\n {\n \"id\": 216\n },\n {\n \"id\": 217\n },\n {\n \"id\": 218\n },\n {\n \"id\": 219\n },\n {\n \"id\": 220\n },\n {\n \"id\": 221\n },\n {\n \"id\": 222\n },\n {\n \"id\": 223\n },\n {\n \"id\": 224\n },\n {\n \"id\": 225\n },\n {\n \"id\": 226\n },\n {\n \"id\": 227\n },\n {\n \"id\": 228\n },\n {\n \"id\": 229\n },\n {\n \"id\": 230\n },\n {\n \"id\": 231\n },\n {\n \"id\": 232\n },\n {\n \"id\": 233\n },\n {\n \"id\": 234\n },\n {\n \"id\": 235\n },\n {\n \"id\": 236\n },\n {\n \"id\": 237\n },\n {\n \"id\": 238\n },\n {\n \"id\": 239\n },\n {\n \"id\": 240\n },\n {\n \"id\": 241\n },\n {\n \"id\": 242\n },\n {\n \"id\": 243\n },\n {\n \"id\": 244\n },\n {\n \"id\": 245\n },\n {\n \"id\": 246\n },\n {\n \"id\": 247\n },\n {\n \"id\": 248\n },\n {\n \"id\": 249\n },\n {\n \"id\": 250\n },\n {\n \"id\": 251\n },\n {\n \"id\": 252\n },\n {\n \"id\": 253\n },\n {\n \"id\": 254\n },\n {\n \"id\": 255\n },\n {\n \"id\": 256\n },\n {\n \"id\": 257\n },\n {\n \"id\": 258\n },\n {\n \"id\": 259\n },\n {\n \"id\": 260\n },\n {\n \"id\": 261\n },\n {\n \"id\": 262\n },\n {\n \"id\": 263\n },\n {\n \"id\": 264\n },\n {\n \"id\": 265\n },\n {\n \"id\": 266\n },\n {\n \"id\": 267\n },\n {\n \"id\": 268\n },\n {\n \"id\": 269\n },\n {\n \"id\": 270\n },\n {\n \"id\": 271\n },\n {\n \"id\": 272\n },\n {\n \"id\": 273\n },\n {\n \"id\": 274\n },\n {\n \"id\": 275\n },\n {\n \"id\": 276\n },\n {\n \"id\": 277\n },\n {\n \"id\": 278\n },\n {\n \"id\": 279\n },\n {\n \"id\": 280\n },\n {\n \"id\": 281\n },\n {\n \"id\": 282\n },\n {\n \"id\": 283\n },\n {\n \"id\": 284\n },\n {\n \"id\": 285\n },\n {\n \"id\": 286\n },\n {\n \"id\": 287\n },\n {\n \"id\": 288\n },\n {\n \"id\": 289\n },\n {\n \"id\": 290\n },\n {\n \"id\": 291\n },\n {\n \"id\": 292\n },\n {\n \"id\": 293\n },\n {\n \"id\": 294\n },\n {\n \"id\": 295\n },\n {\n \"id\": 296\n },\n {\n \"id\": 297\n },\n {\n \"id\": 298\n },\n {\n \"id\": 299\n },\n {\n \"id\": 300\n },\n {\n \"id\": 301\n },\n {\n \"id\": 302\n },\n {\n \"id\": 303\n },\n {\n \"id\": 304\n },\n {\n \"id\": 305\n },\n {\n \"id\": 306\n },\n {\n \"id\": 307\n },\n {\n \"id\": 308\n },\n {\n \"id\": 309\n },\n {\n \"id\": 310\n },\n {\n \"id\": 311\n },\n {\n \"id\": 312\n },\n {\n \"id\": 313\n },\n {\n \"id\": 314\n },\n {\n \"id\": 315\n },\n {\n \"id\": 316\n },\n {\n \"id\": 317\n },\n {\n \"id\": 318\n },\n {\n \"id\": 319\n },\n {\n \"id\": 320\n },\n {\n \"id\": 321\n },\n {\n \"id\": 322\n },\n {\n \"id\": 323\n },\n {\n \"id\": 324\n },\n {\n \"id\": 325\n },\n {\n \"id\": 326\n },\n {\n \"id\": 327\n },\n {\n \"id\": 328\n },\n {\n \"id\": 329\n },\n {\n \"id\": 330\n },\n {\n \"id\": 331\n },\n {\n \"id\": 332\n },\n {\n \"id\": 333\n },\n {\n \"id\": 334\n },\n {\n \"id\": 335\n },\n {\n \"id\": 336\n },\n {\n \"id\": 337\n },\n {\n \"id\": 338\n },\n {\n \"id\": 339\n },\n {\n \"id\": 340\n },\n {\n \"id\": 341\n },\n {\n \"id\": 342\n },\n {\n \"id\": 343\n },\n {\n \"id\": 344\n },\n {\n \"id\": 345\n },\n {\n \"id\": 346\n },\n {\n \"id\": 347\n },\n {\n \"id\": 348\n },\n {\n \"id\": 349\n },\n {\n \"id\": 350\n },\n {\n \"id\": 351\n },\n {\n \"id\": 352\n },\n {\n \"id\": 353\n },\n {\n \"id\": 354\n },\n {\n \"id\": 355\n },\n {\n \"id\": 356\n },\n {\n \"id\": 357\n },\n {\n \"id\": 358\n },\n {\n \"id\": 359\n },\n {\n \"id\": 360\n },\n {\n \"id\": 361\n },\n {\n \"id\": 362\n },\n {\n \"id\": 363\n },\n {\n \"id\": 364\n },\n {\n \"id\": 365\n },\n {\n \"id\": 366\n },\n {\n \"id\": 367\n },\n {\n \"id\": 368\n },\n {\n \"id\": 369\n },\n {\n \"id\": 370\n },\n {\n \"id\": 371\n },\n {\n \"id\": 372\n },\n {\n \"id\": 373\n },\n {\n \"id\": 374\n },\n {\n \"id\": 375\n },\n {\n \"id\": 376\n },\n {\n \"id\": 377\n },\n {\n \"id\": 378\n },\n {\n \"id\": 379\n },\n {\n \"id\": 380\n },\n {\n \"id\": 381\n },\n {\n \"id\": 382\n },\n {\n \"id\": 383\n },\n {\n \"id\": 384\n },\n {\n \"id\": 385\n },\n {\n \"id\": 386\n },\n {\n \"id\": 387\n },\n {\n \"id\": 388\n },\n {\n \"id\": 389\n },\n {\n \"id\": 390\n },\n {\n \"id\": 391\n },\n {\n \"id\": 392\n },\n {\n \"id\": 393\n },\n {\n \"id\": 394\n },\n {\n \"id\": 395\n },\n {\n \"id\": 396\n },\n {\n \"id\": 397\n },\n {\n \"id\": 398\n },\n {\n \"id\": 399\n },\n {\n \"id\": 400\n },\n {\n \"id\": 401\n },\n {\n \"id\": 402\n },\n {\n \"id\": 403\n },\n {\n \"id\": 404\n },\n {\n \"id\": 405\n },\n {\n \"id\": 406\n },\n {\n \"id\": 407\n },\n {\n \"id\": 408\n },\n {\n \"id\": 409\n },\n {\n \"id\": 410\n },\n {\n \"id\": 411\n },\n {\n \"id\": 412\n },\n {\n \"id\": 413\n },\n {\n \"id\": 414\n },\n {\n \"id\": 415\n },\n {\n \"id\": 416\n },\n {\n \"id\": 417\n },\n {\n \"id\": 418\n },\n {\n \"id\": 419\n },\n {\n \"id\": 420\n },\n {\n \"id\": 421\n },\n {\n \"id\": 422\n },\n {\n \"id\": 423\n },\n {\n \"id\": 424\n },\n {\n \"id\": 425\n },\n {\n \"id\": 426\n },\n {\n \"id\": 427\n },\n {\n \"id\": 428\n },\n {\n \"id\": 429\n },\n {\n \"id\": 430\n },\n {\n \"id\": 431\n },\n {\n \"id\": 432\n },\n {\n \"id\": 433\n },\n {\n \"id\": 434\n },\n {\n \"id\": 435\n },\n {\n \"id\": 436\n },\n {\n \"id\": 437\n },\n {\n \"id\": 438\n },\n {\n \"id\": 439\n },\n {\n \"id\": 440\n },\n {\n \"id\": 441\n },\n {\n \"id\": 442\n },\n {\n \"id\": 443\n },\n {\n \"id\": 444\n },\n {\n \"id\": 445\n },\n {\n \"id\": 446\n },\n {\n \"id\": 447\n },\n {\n \"id\": 448\n },\n {\n \"id\": 449\n },\n {\n \"id\": 450\n },\n {\n \"id\": 451\n },\n {\n \"id\": 452\n },\n {\n \"id\": 453\n },\n {\n \"id\": 454\n },\n {\n \"id\": 455\n },\n {\n \"id\": 456\n },\n {\n \"id\": 457\n },\n {\n \"id\": 458\n },\n {\n \"id\": 459\n },\n {\n \"id\": 460\n },\n {\n \"id\": 461\n },\n {\n \"id\": 462\n },\n {\n \"id\": 463\n },\n {\n \"id\": 464\n },\n {\n \"id\": 465\n },\n {\n \"id\": 466\n },\n {\n \"id\": 467\n },\n {\n \"id\": 468\n },\n {\n \"id\": 469\n },\n {\n \"id\": 470\n },\n {\n \"id\": 471\n },\n {\n \"id\": 472\n },\n {\n \"id\": 473\n },\n {\n \"id\": 474\n },\n {\n \"id\": 475\n },\n {\n \"id\": 476\n },\n {\n \"id\": 477\n },\n {\n \"id\": 478\n },\n {\n \"id\": 479\n },\n {\n \"id\": 480\n },\n {\n \"id\": 481\n },\n {\n \"id\": 482\n },\n {\n \"id\": 483\n },\n {\n \"id\": 484\n },\n {\n \"id\": 485\n },\n {\n \"id\": 486\n },\n {\n \"id\": 487\n },\n {\n \"id\": 488\n },\n {\n \"id\": 489\n },\n {\n \"id\": 490\n },\n {\n \"id\": 491\n },\n {\n \"id\": 492\n },\n {\n \"id\": 493\n },\n {\n \"id\": 494\n },\n {\n \"id\": 495\n },\n {\n \"id\": 496\n },\n {\n \"id\": 498\n },\n {\n \"id\": 499\n }\n]" + }, + { + "name": "Users By Filter", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [492, 3]}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"ID desc\"", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "distinct", + "value": "\"NAME\"" + }, + { + "key": "where", + "value": "{\"id\": {\"like\": 4}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"name asc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"orcidId desc\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "20374" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Mon, 24 Aug 2020 12:18:53 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" + }, + { + "name": "Users By Filter - DB Include Filter", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?include=[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]&limit=2&skip=4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"ID\": {\"in\": [49,23]}}", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]" + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "limit", + "value": "2" + }, + { + "key": "skip", + "value": "4" + }, + { + "key": "distinct", + "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"eq\": 6}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"name asc\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "4521" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Wed, 02 Sep 2020 14:35:19 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"ID\": 5,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta3\",\n \"ORCIDID\": \"5437\",\n \"USERGROUP\": [\n {\n \"ID\": 11,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-08-28 02:17:38\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-04-20 18:29:09\",\n \"GROUP_ID\": 7,\n \"USER_ID\": 5\n }\n ]\n },\n {\n \"ID\": 6,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta66\",\n \"ORCIDID\": \"15966\",\n \"USERGROUP\": [\n {\n \"ID\": 13,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-02-27 11:47:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2016-08-25 00:53:55\",\n \"GROUP_ID\": 4,\n \"USER_ID\": 6\n }\n ],\n \"INVESTIGATIONUSER\": [\n {\n \"ID\": 36,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-03-06 18:05:52\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-03-09 01:58:15\",\n \"ROLE\": \"CI\",\n \"INVESTIGATION_ID\": 33,\n \"USER_ID\": 6,\n \"INVESTIGATION\": {\n \"ID\": 33,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2016-12-12 08:53:47\",\n \"DOI\": \"1-148-83222-X\",\n \"ENDDATE\": \"2008-05-04 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2005-01-04 07:22:59\",\n \"NAME\": \"INVESTIGATION 32\",\n \"RELEASEDATE\": \"2008-01-26 00:00:00\",\n \"STARTDATE\": \"2008-02-02 00:00:00\",\n \"SUMMARY\": \"Contain sea lose. Threat available well fish expert. Involve begin father.\",\n \"TITLE\": \"Trouble it write available low market open them. Maintain letter adult study child individual example. Behind appear throughout mother statement campaign month.\",\n \"VISIT_ID\": \"29\",\n \"FACILITY_ID\": 1,\n \"TYPE_ID\": 1,\n \"DATASET\": [\n {\n \"ID\": 135,\n \"COMPLETE\": false,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2012-06-07 21:26:39\",\n \"DESCRIPTION\": \"Respond opportunity record seek home. Yard anything get next page tree hundred. Feeling enter many treat kind community manage.\",\n \"DOI\": \"1-342-36668-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/agent/near.wav\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2018-10-27 14:59:23\",\n \"NAME\": \"DATASET 153\",\n \"STARTDATE\": \"2038-01-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 1\n },\n {\n \"ID\": 14,\n \"COMPLETE\": true,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2019-05-06 07:27:24\",\n \"DESCRIPTION\": \"Eat young business more similar important write local. Keep man despite kitchen positive. Store material all effort drug decade.\",\n \"DOI\": \"1-925475-68-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/full/song.png\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2002-02-24 04:37:23\",\n \"NAME\": \"DATASET 33\",\n \"STARTDATE\": \"2008-02-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 3\n }\n ]\n }\n }\n ]\n }\n]" + }, + { + "name": "Users By Filter", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [492, 3]}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"ID desc\"", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "distinct", + "value": "\"NAME\"" + }, + { + "key": "where", + "value": "{\"id\": {\"like\": 4}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"name asc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"orcidId desc\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "20374" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Mon, 24 Aug 2020 12:18:53 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" + } + ] + }, + { + "name": "Update Users", + "event": [ + { + "listen": "test", + "script": { + "id": "28478358-4f9d-4e4e-ac9f-981ec127f639", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "\r\n{\r\n \"id\": 8,\r\n \"name\": \"new ngfhamel23D43\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/users", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create Users", + "event": [ + { + "listen": "test", + "script": { + "id": "b693e05a-5361-4002-b9f1-162f1b1f1d05", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n\t\"name\": \"new name123\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/users", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Count Users", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "b291ab98-afd1-42ee-a939-75096c2d6288", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "91de39fc-9d8c-4fdf-8364-9f671400245a", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "4", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One User", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "ad46d89e-8cd4-4cc6-be21-675c613df4b2", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "09c9f799-9ccc-41f3-a099-0963a2d224fa", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [6]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUsers\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + }, + { + "name": "UserGroup", + "item": [ + { + "name": "UserGroups By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "a78032ec-b291-4b16-a11d-0de1ee532873", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/usergroups?include={\"INVESTIGATIONUSER\":\"INVESTIGATION\"}&limit=2&distinct=\"USER_.ID\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}" + }, + { + "key": "include", + "value": "\"USER_\"", + "disabled": true + }, + { + "key": "limit", + "value": "2" + }, + { + "key": "order", + "value": "\"ID desc\"", + "disabled": true + }, + { + "key": "distinct", + "value": "\"USER_.ID\"" + } + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Update UserGroups", + "event": [ + { + "listen": "test", + "script": { + "id": "d1042055-8ac0-4d90-82c8-093309c8296d", + "exec": [ + "pm.test(\"Status: 400\", function () {\r", + " pm.response.to.have.status(400);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PATCH", + "header": [], + "body": { + "mode": "raw", + "raw": "{\r\n \"createId\": \"simple/root\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/usergroups", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Create UserGroups", + "event": [ + { + "listen": "test", + "script": { + "id": "6bbf422a-d9d5-4cbc-a5d0-82799e41b0ac", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "POST", + "header": [], + "body": { + "mode": "raw", + "raw": "[\r\n {\r\n \"user\": 3,\r\n \"grouping\": 6\r\n }\r\n]\r\n", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "http://{{datagateway-api}}/usergroups", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups" + ] + } + }, + "response": [] + }, + { + "name": "Count UserGroups", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "8e944a9c-145f-46bb-9a00-9b330769947d", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "afa804a7-45ed-463b-b31f-7f599a841093", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/usergroups/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One UserGroup", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "4c34521a-7ae0-4ac2-8249-2a21bf3778ed", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "7f2397a3-1de7-4f86-911b-d3ff2a3a1821", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/usergroups/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "usergroups", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2, 3, 4]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationUser\"", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {}, + "_postman_isSubFolder": true + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "18cb0bbc-d743-46ab-aabd-9a3e55d0ae5a", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "cafedb8c-b684-4fc8-98a4-6a25be1d6b8e", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "ISIS Specific Endpoints", + "item": [ + { + "name": "Instrument Facility Cycles", + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/23/facilitycycles?order=\"id asc\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "23", + "facilitycycles" + ], + "query": [ + { + "key": "order", + "value": "\"id asc\"" + } + ] + } + }, + "response": [] + }, + { + "name": "Count Instrument Facility Cycles", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/23/facilitycycles/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "23", + "facilitycycles", + "count" + ] + } + }, + "response": [] + }, + { + "name": "Instrument Facility Cycles Investigations", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/23/facilitycycles/84762458/investigations?order=\"id asc\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "23", + "facilitycycles", + "84762458", + "investigations" + ], + "query": [ + { + "key": "order", + "value": "\"id asc\"" + }, + { + "key": "where", + "value": "{\"investigationInstruments.instrument.name\": {\"like\": \"ALF\"}}", + "disabled": true + }, + { + "key": "include", + "value": "\"investigationInstruments.instrument\"", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Count Instrument Facility Cycles Investigations", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/instruments/23/facilitycycles/84762458/investigations/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "instruments", + "23", + "facilitycycles", + "84762458", + "investigations", + "count" + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "test", + "script": { + "id": "90e89f71-e58b-4d1d-a304-db3c7a0da032", + "type": "text/javascript", + "exec": [ + "pm.test(\"Status: 200\", function () {", + " pm.response.to.have.status(200);", + "});" + ] + } + } + ], + "protocolProfileBehavior": {} + }, + { + "name": "Session Related Requests", + "item": [ + { + "name": "Login - ICAT (anon)", + "event": [ + { + "listen": "test", + "script": { + "id": "2247f05c-ae9a-4b15-837b-c6dcd8732cbf", + "exec": [ + "var jsonData = JSON.parse(responseBody);\r", + "postman.setEnvironmentVariable(\"sessionID\", jsonData.sessionID);" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "POST", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "value": "application/json", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "{\n\t\"username\": \"\",\n\t\"password\": \"\",\n\t\"mechanism\": \"anon\"\n}", + "options": { + "raw": {} + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sessions", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sessions" + ] + } + }, + "response": [] + }, + { + "name": "Login - ICAT (simple)", + "event": [ + { + "listen": "test", + "script": { + "id": "9ea20d99-8104-4fbb-be78-cb4af8bc0aed", + "exec": [ + "var jsonData = JSON.parse(responseBody);\r", + "postman.setEnvironmentVariable(\"sessionID\", jsonData.sessionID);" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "POST", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "value": "application/json", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "{\n\t\"username\": \"root\",\n\t\"password\": \"pw\",\n\t\"mechanism\": \"simple\"\n}", + "options": { + "raw": {} + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sessions", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sessions" + ] + } + }, + "response": [] + }, + { + "name": "Login - DB", + "event": [ + { + "listen": "test", + "script": { + "id": "09367220-2b04-471f-a040-ed3b2b56f971", + "exec": [ + "var jsonData = JSON.parse(responseBody);\r", + "postman.setEnvironmentVariable(\"sessionID\", jsonData.sessionID);" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "noauth" + }, + "method": "POST", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "value": "application/json", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "{\n\t\"username\": \"user\",\n\t\"password\": \"password\",\n\t\"mechanism\": \"simple\"\n}", + "options": { + "raw": {} + } + }, + "url": { + "raw": "http://{{datagateway-api}}/sessions", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sessions" + ] + } + }, + "response": [] + }, + { + "name": "Session Details", + "event": [ + { + "listen": "test", + "script": { + "id": "9d68455e-05f5-4799-b7b6-58b22b250ecd", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sessions", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sessions" + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {} + }, + { + "name": "Frequently Used Requests", + "item": [ + { + "name": "Investigations By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "21592636-b010-4156-8e5e-d815e1306557", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [ + { + "key": "filter", + "type": "text", + "value": "{\"order\": \"TITLE+asc\"}", + "disabled": true + } + ], + "url": { + "raw": "http://{{datagateway-api}}/investigations", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations" + ], + "query": [ + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "distinct", + "value": "\"name\"", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Investigations By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "870723d2-67de-4310-93d2-bcd568a6848c", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [ + { + "key": "filter", + "type": "text", + "value": "{\"order\": \"TITLE+asc\"}", + "disabled": true + } + ], + "url": { + "raw": "http://{{datagateway-api}}/investigations?skip=5", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "investigations" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2, 3]}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"title\": {\"like\": \"voluptatem\"}}", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"name\", \"visitId\"]", + "disabled": true + }, + { + "key": "skip", + "value": "5" + } + ] + } + }, + "response": [] + }, + { + "name": "Users By Filter", + "event": [ + { + "listen": "test", + "script": { + "id": "2edad0f1-c458-4b63-bf65-07fa5c8cfa18", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [1, 2, 3, 4, 5]}}", + "disabled": true + }, + { + "key": "include", + "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "disabled": true + }, + { + "key": "include", + "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", + "disabled": true + }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "disabled": true + }, + { + "key": "order", + "value": "\"userGroups.id desc\"", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"name\", \"fullName\", \"modTime\"]", + "disabled": true + }, + { + "key": "where", + "value": "{\"userGroups.id\": {\"eq\": 50}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"userGroups.id\", \"userGroups.modTime\", \"userGroups.user.id\", \"id\"]", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + }, + { + "key": "distinct", + "value": "\"investigationUsers.investigation.name\"", + "disabled": true + } + ] + } + }, + "response": [ + { + "name": "Users By Filter - Distinct, no included fields", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?distinct=\"id\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"userGroups.id\": {\"in\": [44,23]}}", + "disabled": true + }, + { + "key": "include", + "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "disabled": true + }, + { + "key": "include", + "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", + "disabled": true + }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "distinct", + "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", + "disabled": true + }, + { + "key": "where", + "value": "{\"userGroups.id\": {\"eq\": 50}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"" + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "15333" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 15 Sep 2020 10:33:56 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"id\": 1\n },\n {\n \"id\": 2\n },\n {\n \"id\": 3\n },\n {\n \"id\": 4\n },\n {\n \"id\": 5\n },\n {\n \"id\": 6\n },\n {\n \"id\": 7\n },\n {\n \"id\": 8\n },\n {\n \"id\": 9\n },\n {\n \"id\": 10\n },\n {\n \"id\": 11\n },\n {\n \"id\": 12\n },\n {\n \"id\": 13\n },\n {\n \"id\": 14\n },\n {\n \"id\": 15\n },\n {\n \"id\": 16\n },\n {\n \"id\": 17\n },\n {\n \"id\": 18\n },\n {\n \"id\": 19\n },\n {\n \"id\": 20\n },\n {\n \"id\": 21\n },\n {\n \"id\": 22\n },\n {\n \"id\": 23\n },\n {\n \"id\": 24\n },\n {\n \"id\": 25\n },\n {\n \"id\": 26\n },\n {\n \"id\": 27\n },\n {\n \"id\": 28\n },\n {\n \"id\": 29\n },\n {\n \"id\": 30\n },\n {\n \"id\": 31\n },\n {\n \"id\": 32\n },\n {\n \"id\": 33\n },\n {\n \"id\": 34\n },\n {\n \"id\": 35\n },\n {\n \"id\": 36\n },\n {\n \"id\": 37\n },\n {\n \"id\": 38\n },\n {\n \"id\": 39\n },\n {\n \"id\": 40\n },\n {\n \"id\": 41\n },\n {\n \"id\": 42\n },\n {\n \"id\": 43\n },\n {\n \"id\": 44\n },\n {\n \"id\": 45\n },\n {\n \"id\": 46\n },\n {\n \"id\": 47\n },\n {\n \"id\": 48\n },\n {\n \"id\": 49\n },\n {\n \"id\": 50\n },\n {\n \"id\": 51\n },\n {\n \"id\": 52\n },\n {\n \"id\": 53\n },\n {\n \"id\": 54\n },\n {\n \"id\": 55\n },\n {\n \"id\": 56\n },\n {\n \"id\": 57\n },\n {\n \"id\": 58\n },\n {\n \"id\": 59\n },\n {\n \"id\": 60\n },\n {\n \"id\": 61\n },\n {\n \"id\": 62\n },\n {\n \"id\": 63\n },\n {\n \"id\": 64\n },\n {\n \"id\": 65\n },\n {\n \"id\": 66\n },\n {\n \"id\": 67\n },\n {\n \"id\": 68\n },\n {\n \"id\": 69\n },\n {\n \"id\": 70\n },\n {\n \"id\": 71\n },\n {\n \"id\": 72\n },\n {\n \"id\": 73\n },\n {\n \"id\": 74\n },\n {\n \"id\": 75\n },\n {\n \"id\": 76\n },\n {\n \"id\": 77\n },\n {\n \"id\": 78\n },\n {\n \"id\": 79\n },\n {\n \"id\": 80\n },\n {\n \"id\": 81\n },\n {\n \"id\": 82\n },\n {\n \"id\": 83\n },\n {\n \"id\": 84\n },\n {\n \"id\": 85\n },\n {\n \"id\": 86\n },\n {\n \"id\": 87\n },\n {\n \"id\": 88\n },\n {\n \"id\": 89\n },\n {\n \"id\": 90\n },\n {\n \"id\": 91\n },\n {\n \"id\": 92\n },\n {\n \"id\": 93\n },\n {\n \"id\": 94\n },\n {\n \"id\": 95\n },\n {\n \"id\": 96\n },\n {\n \"id\": 97\n },\n {\n \"id\": 98\n },\n {\n \"id\": 99\n },\n {\n \"id\": 100\n },\n {\n \"id\": 101\n },\n {\n \"id\": 102\n },\n {\n \"id\": 103\n },\n {\n \"id\": 104\n },\n {\n \"id\": 105\n },\n {\n \"id\": 106\n },\n {\n \"id\": 107\n },\n {\n \"id\": 108\n },\n {\n \"id\": 109\n },\n {\n \"id\": 110\n },\n {\n \"id\": 111\n },\n {\n \"id\": 112\n },\n {\n \"id\": 113\n },\n {\n \"id\": 114\n },\n {\n \"id\": 115\n },\n {\n \"id\": 116\n },\n {\n \"id\": 117\n },\n {\n \"id\": 118\n },\n {\n \"id\": 119\n },\n {\n \"id\": 120\n },\n {\n \"id\": 121\n },\n {\n \"id\": 122\n },\n {\n \"id\": 123\n },\n {\n \"id\": 124\n },\n {\n \"id\": 125\n },\n {\n \"id\": 126\n },\n {\n \"id\": 127\n },\n {\n \"id\": 128\n },\n {\n \"id\": 129\n },\n {\n \"id\": 130\n },\n {\n \"id\": 131\n },\n {\n \"id\": 132\n },\n {\n \"id\": 133\n },\n {\n \"id\": 134\n },\n {\n \"id\": 135\n },\n {\n \"id\": 136\n },\n {\n \"id\": 137\n },\n {\n \"id\": 138\n },\n {\n \"id\": 139\n },\n {\n \"id\": 140\n },\n {\n \"id\": 141\n },\n {\n \"id\": 142\n },\n {\n \"id\": 143\n },\n {\n \"id\": 144\n },\n {\n \"id\": 145\n },\n {\n \"id\": 146\n },\n {\n \"id\": 147\n },\n {\n \"id\": 148\n },\n {\n \"id\": 149\n },\n {\n \"id\": 150\n },\n {\n \"id\": 151\n },\n {\n \"id\": 152\n },\n {\n \"id\": 153\n },\n {\n \"id\": 154\n },\n {\n \"id\": 155\n },\n {\n \"id\": 156\n },\n {\n \"id\": 157\n },\n {\n \"id\": 158\n },\n {\n \"id\": 159\n },\n {\n \"id\": 160\n },\n {\n \"id\": 161\n },\n {\n \"id\": 162\n },\n {\n \"id\": 163\n },\n {\n \"id\": 164\n },\n {\n \"id\": 165\n },\n {\n \"id\": 166\n },\n {\n \"id\": 167\n },\n {\n \"id\": 168\n },\n {\n \"id\": 169\n },\n {\n \"id\": 170\n },\n {\n \"id\": 171\n },\n {\n \"id\": 172\n },\n {\n \"id\": 173\n },\n {\n \"id\": 174\n },\n {\n \"id\": 175\n },\n {\n \"id\": 176\n },\n {\n \"id\": 177\n },\n {\n \"id\": 178\n },\n {\n \"id\": 179\n },\n {\n \"id\": 180\n },\n {\n \"id\": 181\n },\n {\n \"id\": 182\n },\n {\n \"id\": 183\n },\n {\n \"id\": 184\n },\n {\n \"id\": 185\n },\n {\n \"id\": 186\n },\n {\n \"id\": 187\n },\n {\n \"id\": 188\n },\n {\n \"id\": 189\n },\n {\n \"id\": 190\n },\n {\n \"id\": 191\n },\n {\n \"id\": 192\n },\n {\n \"id\": 193\n },\n {\n \"id\": 194\n },\n {\n \"id\": 195\n },\n {\n \"id\": 196\n },\n {\n \"id\": 197\n },\n {\n \"id\": 198\n },\n {\n \"id\": 199\n },\n {\n \"id\": 200\n },\n {\n \"id\": 201\n },\n {\n \"id\": 202\n },\n {\n \"id\": 203\n },\n {\n \"id\": 204\n },\n {\n \"id\": 205\n },\n {\n \"id\": 206\n },\n {\n \"id\": 207\n },\n {\n \"id\": 208\n },\n {\n \"id\": 209\n },\n {\n \"id\": 210\n },\n {\n \"id\": 211\n },\n {\n \"id\": 212\n },\n {\n \"id\": 213\n },\n {\n \"id\": 214\n },\n {\n \"id\": 215\n },\n {\n \"id\": 216\n },\n {\n \"id\": 217\n },\n {\n \"id\": 218\n },\n {\n \"id\": 219\n },\n {\n \"id\": 220\n },\n {\n \"id\": 221\n },\n {\n \"id\": 222\n },\n {\n \"id\": 223\n },\n {\n \"id\": 224\n },\n {\n \"id\": 225\n },\n {\n \"id\": 226\n },\n {\n \"id\": 227\n },\n {\n \"id\": 228\n },\n {\n \"id\": 229\n },\n {\n \"id\": 230\n },\n {\n \"id\": 231\n },\n {\n \"id\": 232\n },\n {\n \"id\": 233\n },\n {\n \"id\": 234\n },\n {\n \"id\": 235\n },\n {\n \"id\": 236\n },\n {\n \"id\": 237\n },\n {\n \"id\": 238\n },\n {\n \"id\": 239\n },\n {\n \"id\": 240\n },\n {\n \"id\": 241\n },\n {\n \"id\": 242\n },\n {\n \"id\": 243\n },\n {\n \"id\": 244\n },\n {\n \"id\": 245\n },\n {\n \"id\": 246\n },\n {\n \"id\": 247\n },\n {\n \"id\": 248\n },\n {\n \"id\": 249\n },\n {\n \"id\": 250\n },\n {\n \"id\": 251\n },\n {\n \"id\": 252\n },\n {\n \"id\": 253\n },\n {\n \"id\": 254\n },\n {\n \"id\": 255\n },\n {\n \"id\": 256\n },\n {\n \"id\": 257\n },\n {\n \"id\": 258\n },\n {\n \"id\": 259\n },\n {\n \"id\": 260\n },\n {\n \"id\": 261\n },\n {\n \"id\": 262\n },\n {\n \"id\": 263\n },\n {\n \"id\": 264\n },\n {\n \"id\": 265\n },\n {\n \"id\": 266\n },\n {\n \"id\": 267\n },\n {\n \"id\": 268\n },\n {\n \"id\": 269\n },\n {\n \"id\": 270\n },\n {\n \"id\": 271\n },\n {\n \"id\": 272\n },\n {\n \"id\": 273\n },\n {\n \"id\": 274\n },\n {\n \"id\": 275\n },\n {\n \"id\": 276\n },\n {\n \"id\": 277\n },\n {\n \"id\": 278\n },\n {\n \"id\": 279\n },\n {\n \"id\": 280\n },\n {\n \"id\": 281\n },\n {\n \"id\": 282\n },\n {\n \"id\": 283\n },\n {\n \"id\": 284\n },\n {\n \"id\": 285\n },\n {\n \"id\": 286\n },\n {\n \"id\": 287\n },\n {\n \"id\": 288\n },\n {\n \"id\": 289\n },\n {\n \"id\": 290\n },\n {\n \"id\": 291\n },\n {\n \"id\": 292\n },\n {\n \"id\": 293\n },\n {\n \"id\": 294\n },\n {\n \"id\": 295\n },\n {\n \"id\": 296\n },\n {\n \"id\": 297\n },\n {\n \"id\": 298\n },\n {\n \"id\": 299\n },\n {\n \"id\": 300\n },\n {\n \"id\": 301\n },\n {\n \"id\": 302\n },\n {\n \"id\": 303\n },\n {\n \"id\": 304\n },\n {\n \"id\": 305\n },\n {\n \"id\": 306\n },\n {\n \"id\": 307\n },\n {\n \"id\": 308\n },\n {\n \"id\": 309\n },\n {\n \"id\": 310\n },\n {\n \"id\": 311\n },\n {\n \"id\": 312\n },\n {\n \"id\": 313\n },\n {\n \"id\": 314\n },\n {\n \"id\": 315\n },\n {\n \"id\": 316\n },\n {\n \"id\": 317\n },\n {\n \"id\": 318\n },\n {\n \"id\": 319\n },\n {\n \"id\": 320\n },\n {\n \"id\": 321\n },\n {\n \"id\": 322\n },\n {\n \"id\": 323\n },\n {\n \"id\": 324\n },\n {\n \"id\": 325\n },\n {\n \"id\": 326\n },\n {\n \"id\": 327\n },\n {\n \"id\": 328\n },\n {\n \"id\": 329\n },\n {\n \"id\": 330\n },\n {\n \"id\": 331\n },\n {\n \"id\": 332\n },\n {\n \"id\": 333\n },\n {\n \"id\": 334\n },\n {\n \"id\": 335\n },\n {\n \"id\": 336\n },\n {\n \"id\": 337\n },\n {\n \"id\": 338\n },\n {\n \"id\": 339\n },\n {\n \"id\": 340\n },\n {\n \"id\": 341\n },\n {\n \"id\": 342\n },\n {\n \"id\": 343\n },\n {\n \"id\": 344\n },\n {\n \"id\": 345\n },\n {\n \"id\": 346\n },\n {\n \"id\": 347\n },\n {\n \"id\": 348\n },\n {\n \"id\": 349\n },\n {\n \"id\": 350\n },\n {\n \"id\": 351\n },\n {\n \"id\": 352\n },\n {\n \"id\": 353\n },\n {\n \"id\": 354\n },\n {\n \"id\": 355\n },\n {\n \"id\": 356\n },\n {\n \"id\": 357\n },\n {\n \"id\": 358\n },\n {\n \"id\": 359\n },\n {\n \"id\": 360\n },\n {\n \"id\": 361\n },\n {\n \"id\": 362\n },\n {\n \"id\": 363\n },\n {\n \"id\": 364\n },\n {\n \"id\": 365\n },\n {\n \"id\": 366\n },\n {\n \"id\": 367\n },\n {\n \"id\": 368\n },\n {\n \"id\": 369\n },\n {\n \"id\": 370\n },\n {\n \"id\": 371\n },\n {\n \"id\": 372\n },\n {\n \"id\": 373\n },\n {\n \"id\": 374\n },\n {\n \"id\": 375\n },\n {\n \"id\": 376\n },\n {\n \"id\": 377\n },\n {\n \"id\": 378\n },\n {\n \"id\": 379\n },\n {\n \"id\": 380\n },\n {\n \"id\": 381\n },\n {\n \"id\": 382\n },\n {\n \"id\": 383\n },\n {\n \"id\": 384\n },\n {\n \"id\": 385\n },\n {\n \"id\": 386\n },\n {\n \"id\": 387\n },\n {\n \"id\": 388\n },\n {\n \"id\": 389\n },\n {\n \"id\": 390\n },\n {\n \"id\": 391\n },\n {\n \"id\": 392\n },\n {\n \"id\": 393\n },\n {\n \"id\": 394\n },\n {\n \"id\": 395\n },\n {\n \"id\": 396\n },\n {\n \"id\": 397\n },\n {\n \"id\": 398\n },\n {\n \"id\": 399\n },\n {\n \"id\": 400\n },\n {\n \"id\": 401\n },\n {\n \"id\": 402\n },\n {\n \"id\": 403\n },\n {\n \"id\": 404\n },\n {\n \"id\": 405\n },\n {\n \"id\": 406\n },\n {\n \"id\": 407\n },\n {\n \"id\": 408\n },\n {\n \"id\": 409\n },\n {\n \"id\": 410\n },\n {\n \"id\": 411\n },\n {\n \"id\": 412\n },\n {\n \"id\": 413\n },\n {\n \"id\": 414\n },\n {\n \"id\": 415\n },\n {\n \"id\": 416\n },\n {\n \"id\": 417\n },\n {\n \"id\": 418\n },\n {\n \"id\": 419\n },\n {\n \"id\": 420\n },\n {\n \"id\": 421\n },\n {\n \"id\": 422\n },\n {\n \"id\": 423\n },\n {\n \"id\": 424\n },\n {\n \"id\": 425\n },\n {\n \"id\": 426\n },\n {\n \"id\": 427\n },\n {\n \"id\": 428\n },\n {\n \"id\": 429\n },\n {\n \"id\": 430\n },\n {\n \"id\": 431\n },\n {\n \"id\": 432\n },\n {\n \"id\": 433\n },\n {\n \"id\": 434\n },\n {\n \"id\": 435\n },\n {\n \"id\": 436\n },\n {\n \"id\": 437\n },\n {\n \"id\": 438\n },\n {\n \"id\": 439\n },\n {\n \"id\": 440\n },\n {\n \"id\": 441\n },\n {\n \"id\": 442\n },\n {\n \"id\": 443\n },\n {\n \"id\": 444\n },\n {\n \"id\": 445\n },\n {\n \"id\": 446\n },\n {\n \"id\": 447\n },\n {\n \"id\": 448\n },\n {\n \"id\": 449\n },\n {\n \"id\": 450\n },\n {\n \"id\": 451\n },\n {\n \"id\": 452\n },\n {\n \"id\": 453\n },\n {\n \"id\": 454\n },\n {\n \"id\": 455\n },\n {\n \"id\": 456\n },\n {\n \"id\": 457\n },\n {\n \"id\": 458\n },\n {\n \"id\": 459\n },\n {\n \"id\": 460\n },\n {\n \"id\": 461\n },\n {\n \"id\": 462\n },\n {\n \"id\": 463\n },\n {\n \"id\": 464\n },\n {\n \"id\": 465\n },\n {\n \"id\": 466\n },\n {\n \"id\": 467\n },\n {\n \"id\": 468\n },\n {\n \"id\": 469\n },\n {\n \"id\": 470\n },\n {\n \"id\": 471\n },\n {\n \"id\": 472\n },\n {\n \"id\": 473\n },\n {\n \"id\": 474\n },\n {\n \"id\": 475\n },\n {\n \"id\": 476\n },\n {\n \"id\": 477\n },\n {\n \"id\": 478\n },\n {\n \"id\": 479\n },\n {\n \"id\": 480\n },\n {\n \"id\": 481\n },\n {\n \"id\": 482\n },\n {\n \"id\": 483\n },\n {\n \"id\": 484\n },\n {\n \"id\": 485\n },\n {\n \"id\": 486\n },\n {\n \"id\": 487\n },\n {\n \"id\": 488\n },\n {\n \"id\": 489\n },\n {\n \"id\": 490\n },\n {\n \"id\": 491\n },\n {\n \"id\": 492\n },\n {\n \"id\": 493\n },\n {\n \"id\": 494\n },\n {\n \"id\": 495\n },\n {\n \"id\": 496\n },\n {\n \"id\": 498\n },\n {\n \"id\": 499\n }\n]" + }, + { + "name": "Users By Filter", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [492, 3]}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"ID desc\"", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "distinct", + "value": "\"NAME\"" + }, + { + "key": "where", + "value": "{\"id\": {\"like\": 4}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"name asc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"orcidId desc\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "20374" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Mon, 24 Aug 2020 12:18:53 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" + }, + { + "name": "Users By Filter - DB Include Filter", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?include=[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]&limit=2&skip=4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"ID\": {\"in\": [49,23]}}", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]" + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "limit", + "value": "2" + }, + { + "key": "skip", + "value": "4" + }, + { + "key": "distinct", + "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"eq\": 6}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"name asc\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "4521" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Wed, 02 Sep 2020 14:35:19 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"ID\": 5,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta3\",\n \"ORCIDID\": \"5437\",\n \"USERGROUP\": [\n {\n \"ID\": 11,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-08-28 02:17:38\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-04-20 18:29:09\",\n \"GROUP_ID\": 7,\n \"USER_ID\": 5\n }\n ]\n },\n {\n \"ID\": 6,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta66\",\n \"ORCIDID\": \"15966\",\n \"USERGROUP\": [\n {\n \"ID\": 13,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-02-27 11:47:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2016-08-25 00:53:55\",\n \"GROUP_ID\": 4,\n \"USER_ID\": 6\n }\n ],\n \"INVESTIGATIONUSER\": [\n {\n \"ID\": 36,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-03-06 18:05:52\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-03-09 01:58:15\",\n \"ROLE\": \"CI\",\n \"INVESTIGATION_ID\": 33,\n \"USER_ID\": 6,\n \"INVESTIGATION\": {\n \"ID\": 33,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2016-12-12 08:53:47\",\n \"DOI\": \"1-148-83222-X\",\n \"ENDDATE\": \"2008-05-04 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2005-01-04 07:22:59\",\n \"NAME\": \"INVESTIGATION 32\",\n \"RELEASEDATE\": \"2008-01-26 00:00:00\",\n \"STARTDATE\": \"2008-02-02 00:00:00\",\n \"SUMMARY\": \"Contain sea lose. Threat available well fish expert. Involve begin father.\",\n \"TITLE\": \"Trouble it write available low market open them. Maintain letter adult study child individual example. Behind appear throughout mother statement campaign month.\",\n \"VISIT_ID\": \"29\",\n \"FACILITY_ID\": 1,\n \"TYPE_ID\": 1,\n \"DATASET\": [\n {\n \"ID\": 135,\n \"COMPLETE\": false,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2012-06-07 21:26:39\",\n \"DESCRIPTION\": \"Respond opportunity record seek home. Yard anything get next page tree hundred. Feeling enter many treat kind community manage.\",\n \"DOI\": \"1-342-36668-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/agent/near.wav\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2018-10-27 14:59:23\",\n \"NAME\": \"DATASET 153\",\n \"STARTDATE\": \"2038-01-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 1\n },\n {\n \"ID\": 14,\n \"COMPLETE\": true,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2019-05-06 07:27:24\",\n \"DESCRIPTION\": \"Eat young business more similar important write local. Keep man despite kitchen positive. Store material all effort drug decade.\",\n \"DOI\": \"1-925475-68-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/full/song.png\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2002-02-24 04:37:23\",\n \"NAME\": \"DATASET 33\",\n \"STARTDATE\": \"2008-02-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 3\n }\n ]\n }\n }\n ]\n }\n]" + }, + { + "name": "Users By Filter", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [492, 3]}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"ID desc\"", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "distinct", + "value": "\"NAME\"" + }, + { + "key": "where", + "value": "{\"id\": {\"like\": 4}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"fullName\": {\"like\": \"Vanessa Lewis\"}}", + "disabled": true + }, + { + "key": "where", + "value": "{\"id\": {\"lt\": 10}}", + "disabled": true + }, + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"name asc\"", + "disabled": true + }, + { + "key": "order", + "value": "\"orcidId desc\"", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "20374" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Mon, 24 Aug 2020 12:18:53 GMT" + } + ], + "cookie": [], + "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" + } + ] + }, + { + "name": "Users By ID", + "event": [ + { + "listen": "test", + "script": { + "id": "77082576-fcd8-413f-b263-a413959ba8e6", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/10", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "10" + ] + } + }, + "response": [ + { + "name": "Users By ID", + "originalRequest": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/4", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "4" + ], + "query": [ + { + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true + } + ] + } + }, + "status": "OK", + "code": 200, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Content-Length", + "value": "282" + }, + { + "key": "Access-Control-Allow-Origin", + "value": "*" + }, + { + "key": "Server", + "value": "Werkzeug/0.16.0 Python/3.6.8" + }, + { + "key": "Date", + "value": "Tue, 14 Jul 2020 12:22:50 GMT" + } + ], + "cookie": [], + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + } + ] + }, + { + "name": "Count Users", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "37697db7-8b97-460d-88ca-71609015a20f", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "a1cb2b16-6025-4897-a7a7-3a66f3ce9f45", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/count", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "count" + ], + "query": [ + { + "key": "where", + "value": "{\"id\": {\"in\": [2]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"id\"", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", + "disabled": true + }, + { + "key": "limit", + "value": "10", + "disabled": true + }, + { + "key": "skip", + "value": "4", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "Find One Users", + "event": [ + { + "listen": "prerequest", + "script": { + "id": "9ee6d069-27e8-482a-927b-466f7d3ca2a9", + "exec": [ + "" + ], + "type": "text/javascript" + } + }, + { + "listen": "test", + "script": { + "id": "46a5b796-5646-4d99-b9c5-82e2103c2110", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});" + ], + "type": "text/javascript" + } + } + ], + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/users/findone", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "users", + "findone" + ], + "query": [ + { + "key": "where", + "value": "{\"ID\": {\"in\": [2, 3, 4]}}", + "disabled": true + }, + { + "key": "distinct", + "value": "\"ID\"", + "disabled": true + } + ] + } + }, + "response": [] + }, + { + "name": "ICAT Entity Manager", + "request": { + "method": "GET", + "header": [], + "url": { + "raw": "https://icat-dev.isis.stfc.ac.uk:8181/icat/entityManager?sessionId=&query=select distinct investigation from Investigation investigation , investigation.facility as facility , facility.instruments as instrument , facility.facilityCycles as facilityCycle , investigation.investigationInstruments as investigationInstrumentPivot , investigationInstrumentPivot.instrument as investigationInstrument where facility.id = 1 and instrument.id = 23 and facilityCycle.id = 84762458 and investigationInstrument.id = instrument.id and investigation.startDate BETWEEN facilityCycle.startDate AND facilityCycle.endDate ORDER BY investigation.startDate desc, investigation.title asc , investigation.id asc limit 0, 50 include investigation.studyInvestigations.study, investigation.investigationInstruments.instrument", + "protocol": "https", + "host": [ + "icat-dev", + "isis", + "stfc", + "ac", + "uk" + ], + "port": "8181", + "path": [ + "icat", + "entityManager" + ], + "query": [ + { + "key": "sessionId", + "value": "" + }, + { + "key": "query", + "value": "select distinct facilityCycle from FacilityCycle facilityCycle , facilityCycle.facility as facility , facility.instruments as instrument , facility.investigations as investigation , investigation.investigationInstruments as investigationInstrumentPivot , investigationInstrumentPivot.instrument as investigationInstrument where facility.id = 1 and instrument.id = 4 and investigationInstrument.id = instrument.id and investigation.startDate BETWEEN facilityCycle.startDate AND facilityCycle.endDate ORDER BY facilityCycle.startDate desc, facilityCycle.name asc , facilityCycle.id asc limit 0, 50", + "disabled": true + }, + { + "key": "query", + "value": "SELECT DISTINCT(o) FROM FacilityCycle o JOIN o.facility AS f JOIN f.instruments AS s1 JOIN s1.investigationInstruments AS s2 JOIN s2.instrument AS s3 JOIN f.investigations AS s4 WHERE s1.id = '4' AND s3.id = '4' AND s4.startDate >= o.startDate AND s4.startDate <= o.endDate ORDER BY o.id ASC", + "disabled": true + }, + { + "key": "query", + "value": "SELECT o FROM Investigation o JOIN o.facility AS f JOIN f.facilityCycles AS s1 JOIN f.instruments AS s2 JOIN o.investigationInstruments AS ii JOIN ii.instrument AS s3 WHERE s1.endDate >= o.startDate AND s1.id = '22' AND s1.startDate <= o.startDate AND s2.id = '12' AND s3.id = '12' ", + "disabled": true + }, + { + "key": "query", + "value": "SELECT `FACILITYCYCLE`.`ID` AS `FACILITYCYCLE_ID`, `FACILITYCYCLE`.`CREATE_ID` AS `FACILITYCYCLE_CREATE_ID`, `FACILITYCYCLE`.`CREATE_TIME` AS `FACILITYCYCLE_CREATE_TIME`, `FACILITYCYCLE`.`DESCRIPTION` AS `FACILITYCYCLE_DESCRIPTION`, `FACILITYCYCLE`.`ENDDATE` AS `FACILITYCYCLE_ENDDATE`, `FACILITYCYCLE`.`MOD_ID` AS `FACILITYCYCLE_MOD_ID`, `FACILITYCYCLE`.`MOD_TIME` AS `FACILITYCYCLE_MOD_TIME`, `FACILITYCYCLE`.`NAME` AS `FACILITYCYCLE_NAME`, `FACILITYCYCLE`.`STARTDATE` AS `FACILITYCYCLE_STARTDATE`, `FACILITYCYCLE`.`FACILITY_ID` AS `FACILITYCYCLE_FACILITY_ID` FROM `FACILITYCYCLE` INNER JOIN `FACILITY` ON `FACILITYCYCLE`.`FACILITY_ID` = `FACILITY`.`ID` INNER JOIN `INSTRUMENT` ON `INSTRUMENT`.`FACILITY_ID` = `FACILITY`.`ID` INNER JOIN `INVESTIGATION` ON `INVESTIGATION`.`FACILITY_ID` = `FACILITY`.`ID` INNER JOIN `INVESTIGATIONINSTRUMENT` ON `INVESTIGATIONINSTRUMENT`.`INVESTIGATION_ID` = `INVESTIGATION`.`ID` INNER JOIN `INSTRUMENT` AS `INSTRUMENT_1` ON `INVESTIGATIONINSTRUMENT`.`INSTRUMENT_ID` = `INSTRUMENT_1`.`ID` WHERE `INSTRUMENT`.`ID` = %(ID_1)s AND `INSTRUMENT_1`.`ID` = `INSTRUMENT`.`ID` AND `INVESTIGATION`.`STARTDATE` >= `FACILITYCYCLE`.`STARTDATE` AND `INVESTIGATION`.`STARTDATE` <= `FACILITYCYCLE`.`ENDDATE`", + "disabled": true + }, + { + "key": "query", + "value": "select distinct facilityCycle from FacilityCycle facilityCycle , facilityCycle.facility as facility , facility.instruments as instrument , facility.investigations as investigation , investigation.investigationInstruments as investigationInstrumentPivot , investigationInstrumentPivot.instrument as investigationInstrument where facility.id = 1 and instrument.id = 23 and investigationInstrument.id = instrument.id and investigation.startDate BETWEEN facilityCycle.startDate AND facilityCycle.endDate ORDER BY facilityCycle.startDate desc, facilityCycle.name asc , facilityCycle.id asc limit 0, 50", + "disabled": true + }, + { + "key": "query", + "value": "select distinct investigation from Investigation investigation , investigation.facility as facility , facility.instruments as instrument , facility.facilityCycles as facilityCycle , investigation.investigationInstruments as investigationInstrumentPivot , investigationInstrumentPivot.instrument as investigationInstrument where facility.id = 1 and instrument.id = 23 and facilityCycle.id = 84762458 and investigationInstrument.id = instrument.id and investigation.startDate BETWEEN facilityCycle.startDate AND facilityCycle.endDate ORDER BY investigation.startDate desc, investigation.title asc , investigation.id asc limit 0, 50 include investigation.studyInvestigations.study, investigation.investigationInstruments.instrument" + } + ] + } + }, + "response": [] + }, + { + "name": "ICAT Session", + "request": { + "auth": { + "type": "noauth" + }, + "method": "GET", + "header": [], + "url": { + "raw": "https://localhost.localdomain:18181/icat/session/SESSION_ID_HERE", + "protocol": "https", + "host": [ + "localhost", + "localdomain" + ], + "port": "18181", + "path": [ + "icat", + "session", + "SESSION_ID_HERE" + ], + "query": [ + { + "key": "json", + "value": "{\"plugin\": \"db\", \"credentials\": [{\"username\":\"username\"}, {\"password\":\"password\"}]}", + "disabled": true + } + ] + } + }, + "response": [] + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "protocolProfileBehavior": {} + } + ], + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "event": [ + { + "listen": "prerequest", + "script": { + "id": "eaf55380-df65-4a46-9691-6ac53d5dea4b", + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "id": "addd7b3c-c0da-45e1-af44-d157c02522fc", + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ], + "variable": [ + { + "id": "83b3665f-e4d3-44ae-a7e9-113d6d54ed15", + "key": "datagateway-api", + "value": "http://127.0.0.1:15000" + }, + { + "id": "89e7edfc-9900-4c67-b43f-4d4f21bb5744", + "key": "sessionID", + "value": "" + } + ], + "protocolProfileBehavior": {} +} \ No newline at end of file From 493ac650b56b4ba1e832aa4c537ccfe5fb499126 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Fri, 18 Dec 2020 12:39:30 +0000 Subject: [PATCH 2/2] #162: Make changes requested to collection - Make variables work for the collection, not the environment - Set default port to 5000, matching the default port on the API --- postman_collection_icat.json | 1325 ++++++++++++++++++---------------- 1 file changed, 698 insertions(+), 627 deletions(-) diff --git a/postman_collection_icat.json b/postman_collection_icat.json index 91b1e8a9..fb7e3a94 100644 --- a/postman_collection_icat.json +++ b/postman_collection_icat.json @@ -1,6 +1,6 @@ { "info": { - "_postman_id": "124fd4f3-2ce0-4860-ab79-fae94eaeec29", + "_postman_id": "c54f3f84-4e41-44cb-93a1-434f3d91d65e", "name": "DataGateway API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, @@ -17,7 +17,7 @@ { "listen": "test", "script": { - "id": "fb854830-b850-47b1-9c04-000295a8325e", + "id": "581fab56-0244-467d-9d8b-347984f874a4", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -113,7 +113,7 @@ { "listen": "test", "script": { - "id": "dd79e0e1-e42b-4c9d-96fe-79d6c911339e", + "id": "61874106-d513-43b9-a042-b4ae9858609b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -218,7 +218,7 @@ { "listen": "test", "script": { - "id": "fb39b640-0b0e-4cdb-abfd-1996a34acb50", + "id": "2081b649-7909-4eee-91e1-2edcc7345536", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -330,7 +330,7 @@ { "listen": "prerequest", "script": { - "id": "1ae565de-d274-47a0-b0e3-a7bc3cfff0b8", + "id": "c40d7ea6-e9c0-4446-bd68-fcf0419da4be", "type": "text/javascript", "exec": [ "" @@ -340,7 +340,7 @@ { "listen": "test", "script": { - "id": "ae90b003-bf35-413a-83c8-e03dfdaf1ed8", + "id": "0160f32e-3874-4e39-95c4-f8828f64264b", "type": "text/javascript", "exec": [ "" @@ -360,7 +360,7 @@ { "listen": "test", "script": { - "id": "5e7e249a-fbdf-452a-9d0e-663e939ee5c2", + "id": "dd2d459e-9a74-49f3-9f55-b4b2d2e2668b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -456,7 +456,7 @@ { "listen": "test", "script": { - "id": "7ac209ba-106d-4d68-ab27-0d8fd2e6d07d", + "id": "afe083ac-3f9c-4788-81a7-9ea3259062ad", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -568,7 +568,7 @@ { "listen": "test", "script": { - "id": "bdd41f3e-e574-42ce-a4b0-0ad1e86e31e9", + "id": "15a203db-a2f0-43a3-ac35-2d538a5229c5", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -680,7 +680,7 @@ { "listen": "prerequest", "script": { - "id": "cd8f67ed-d071-4c81-b2e4-a00b6d118f72", + "id": "4ef6f11c-534e-4b11-8cc2-6607a4c3b5f5", "type": "text/javascript", "exec": [ "" @@ -690,7 +690,7 @@ { "listen": "test", "script": { - "id": "80038429-b045-4792-a151-5c7f54cb6824", + "id": "e653ff6d-6cb8-40e8-ac18-130794404c33", "type": "text/javascript", "exec": [ "" @@ -710,7 +710,7 @@ { "listen": "test", "script": { - "id": "7a301158-9155-4a50-80a1-b3c1d769b52a", + "id": "57f9d8d0-86c6-427a-9cb5-5d7c07d77da9", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -806,7 +806,7 @@ { "listen": "test", "script": { - "id": "dd1986fd-890f-43bd-9ded-2119d0ba77aa", + "id": "db0525bd-01c2-4ee1-bb98-46d4d4202505", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -911,7 +911,7 @@ { "listen": "test", "script": { - "id": "69624ada-f4f0-418f-9de6-b49df33d46e5", + "id": "054d8f44-6935-43dc-aae2-0d858cfc0f94", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -1016,7 +1016,7 @@ { "listen": "prerequest", "script": { - "id": "7e57a795-629a-4a4c-b030-2d83a8c8568f", + "id": "1a2013f6-cc3e-415e-8e24-ae1957a2507c", "type": "text/javascript", "exec": [ "" @@ -1026,7 +1026,7 @@ { "listen": "test", "script": { - "id": "25e7f41c-0025-4182-9606-be898a37820e", + "id": "183ad857-27de-44fa-9859-8891c31e776c", "type": "text/javascript", "exec": [ "" @@ -1046,7 +1046,7 @@ { "listen": "test", "script": { - "id": "e766ecb8-a027-49f7-b2ad-c533b244df90", + "id": "10e0a1e1-692c-458e-bdb2-673602c79108", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -1142,7 +1142,7 @@ { "listen": "test", "script": { - "id": "675ef19f-2ea9-443c-a05d-a7d0d2234ea8", + "id": "fc53db1b-f27d-4729-9d69-6ee944abc820", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -1247,7 +1247,7 @@ { "listen": "prerequest", "script": { - "id": "430f448c-41bf-4401-9831-326eb8026b83", + "id": "1d639bb9-e315-4aae-b796-f15ea802e6ec", "exec": [ "" ], @@ -1257,7 +1257,7 @@ { "listen": "test", "script": { - "id": "c8cec27b-ac85-4d4d-af59-2388a533ae85", + "id": "5a5683b1-9e8f-46eb-ba4f-5650201a1465", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -1362,7 +1362,7 @@ { "listen": "prerequest", "script": { - "id": "3289ce89-c31f-4e22-870c-63cf356773ca", + "id": "219522a2-e144-42cf-9f04-68366fafac0a", "type": "text/javascript", "exec": [ "" @@ -1372,7 +1372,7 @@ { "listen": "test", "script": { - "id": "39891eb6-3eb2-4a0a-a41d-2bca6151b4b3", + "id": "fa7e892e-6d90-40a5-97cb-99525a6e8b7a", "type": "text/javascript", "exec": [ "" @@ -1392,7 +1392,7 @@ { "listen": "test", "script": { - "id": "df6928ae-903b-4f9f-bfb0-191e237561ca", + "id": "dfaa65f5-c5b3-4806-bc39-40544f19798b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -1488,7 +1488,7 @@ { "listen": "test", "script": { - "id": "ea71a98a-9201-4ae9-8770-02faef62534f", + "id": "d07156c2-cc6c-4cba-b8fa-a0cd9e373d61", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -1593,7 +1593,7 @@ { "listen": "test", "script": { - "id": "c8376906-40aa-48fe-a0b0-1d9d684672bc", + "id": "23ff5093-0371-455b-b393-e66cc2380e41", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -1698,7 +1698,7 @@ { "listen": "prerequest", "script": { - "id": "0a211880-4916-4977-a57f-6d2715d8768f", + "id": "1b121fbd-a105-4685-9d21-984f1fbaffc1", "type": "text/javascript", "exec": [ "" @@ -1708,7 +1708,7 @@ { "listen": "test", "script": { - "id": "999d4318-6e20-417d-8662-04021bb06be6", + "id": "f735cc70-86c7-4971-9e4f-a85a59ddd359", "type": "text/javascript", "exec": [ "" @@ -1728,7 +1728,7 @@ { "listen": "test", "script": { - "id": "1424d426-6272-4b28-ad65-3aecb003f8b7", + "id": "79e12c38-535f-4d3a-9ce5-c70124ec85bd", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -1824,7 +1824,7 @@ { "listen": "test", "script": { - "id": "8f2f3151-a8f7-4763-ac69-2a3067f1c1e4", + "id": "fdfdcc4e-8d97-46cd-9e50-8254fbd1d321", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -1929,7 +1929,7 @@ { "listen": "test", "script": { - "id": "35145d6c-0c85-4698-a044-8d35e41cccd2", + "id": "7d99d33b-94e4-48a6-9f0b-d442327cf4e8", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -2034,7 +2034,7 @@ { "listen": "prerequest", "script": { - "id": "d3883cd3-0222-4229-a9a2-ee5ac1864e29", + "id": "6eba0093-9b17-4169-bdac-bf1e8ab6bc35", "type": "text/javascript", "exec": [ "" @@ -2044,7 +2044,7 @@ { "listen": "test", "script": { - "id": "c3683d5f-7b97-49a5-b5fe-ca92562d7181", + "id": "99ddcb07-9436-42e1-a425-69cbf546cba1", "type": "text/javascript", "exec": [ "" @@ -2064,7 +2064,7 @@ { "listen": "test", "script": { - "id": "58e1bd19-cd46-4ad0-9fde-caaf653b820b", + "id": "8409a8ea-0d8a-4d0d-a6d8-95611798cf67", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -2160,7 +2160,7 @@ { "listen": "test", "script": { - "id": "b32897db-5715-436a-9f7f-f37601257ca4", + "id": "d0cc436b-4ef5-4f17-a316-f2cf75fc1577", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -2265,7 +2265,7 @@ { "listen": "test", "script": { - "id": "fcfe38f8-56a2-4529-8dd7-7704c1e59040", + "id": "2c527a7a-c3d0-487c-a0dc-b1615ace7ab6", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -2370,7 +2370,7 @@ { "listen": "prerequest", "script": { - "id": "587938d5-94c7-493f-a1ad-e0ccc0fd4618", + "id": "c2f4f35d-5bc6-4b0d-883a-665159c9bce0", "type": "text/javascript", "exec": [ "" @@ -2380,7 +2380,7 @@ { "listen": "test", "script": { - "id": "d4d516da-7f20-4d76-bc93-c0f33566ad28", + "id": "19225532-50cc-43d1-b903-efc8b60994f7", "type": "text/javascript", "exec": [ "" @@ -2400,7 +2400,7 @@ { "listen": "test", "script": { - "id": "1024de5d-3e77-40ad-adf4-50692a24e9a4", + "id": "284f1f97-715a-45a5-83df-17b66abc3e50", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -2496,7 +2496,7 @@ { "listen": "test", "script": { - "id": "d77b397f-6272-4ee8-bd09-f40a1a973982", + "id": "811f669b-9b43-45fb-a7b0-1fd19f80f3a1", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -2601,7 +2601,7 @@ { "listen": "test", "script": { - "id": "0681e29b-3a1a-4197-993a-76a26b3802b6", + "id": "6eb6ef38-30db-4511-8ac2-0510f1d78f6b", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -2706,7 +2706,7 @@ { "listen": "prerequest", "script": { - "id": "1656df87-a2d6-4dec-bebb-b5b9ce6b0e3c", + "id": "9e027802-b0be-40db-a7ac-decbe55676ea", "type": "text/javascript", "exec": [ "" @@ -2716,7 +2716,7 @@ { "listen": "test", "script": { - "id": "575faf11-89bc-40b9-bb28-47e8594fc01b", + "id": "6d9f6cd0-2f3d-43f8-bc27-b11be6504d14", "type": "text/javascript", "exec": [ "" @@ -2736,7 +2736,7 @@ { "listen": "test", "script": { - "id": "9bc2022e-061e-498c-bcd2-239948c1dd2a", + "id": "318a17a3-8358-42ff-a7e7-cbde3f8f2e0c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -2832,7 +2832,7 @@ { "listen": "test", "script": { - "id": "e87b1eac-c3cf-42e8-8575-b15b44601568", + "id": "61ddd8d0-619a-4256-9eeb-a94e27620e11", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -2944,7 +2944,7 @@ { "listen": "test", "script": { - "id": "9f526562-e662-4cc4-b66f-4f13578032f0", + "id": "dfd34975-92df-497a-a7c5-39195a9cbba4", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -3057,7 +3057,7 @@ { "listen": "test", "script": { - "id": "e75068bf-bc82-427c-8ce9-cd174cc5d5fa", + "id": "8aae971d-a09c-4275-9cdb-8589f8b4261b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -3153,7 +3153,7 @@ { "listen": "test", "script": { - "id": "a11554cc-f635-45fb-822c-52c2c0666883", + "id": "b23cb74f-2b24-41b0-91ef-28e673c9f611", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -3258,7 +3258,7 @@ { "listen": "prerequest", "script": { - "id": "502a56b9-3df7-4737-9280-64ec16a56036", + "id": "47865ce3-76d4-48da-990d-28ec108f8863", "exec": [ "" ], @@ -3268,7 +3268,7 @@ { "listen": "test", "script": { - "id": "1aef3d74-2447-45f8-886b-c9b74ec71a52", + "id": "b2dc9952-5b19-4ce2-9a45-0f24c432d633", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -3373,7 +3373,7 @@ { "listen": "prerequest", "script": { - "id": "e1fe8577-e52a-45ff-b34f-dbe9f65f3127", + "id": "d11b9744-f036-4490-944e-2cc52f7ce864", "type": "text/javascript", "exec": [ "" @@ -3383,7 +3383,7 @@ { "listen": "test", "script": { - "id": "e001025f-3de8-4a5b-8070-6d95a74414f8", + "id": "469621f5-e22d-49b0-804c-f774e5480842", "type": "text/javascript", "exec": [ "" @@ -3403,7 +3403,7 @@ { "listen": "test", "script": { - "id": "3c07de08-79e9-4052-88eb-24f5bed7caa2", + "id": "f9be0760-8144-44dc-9526-a2fe02a15010", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -3499,7 +3499,7 @@ { "listen": "test", "script": { - "id": "7504a39f-9f03-4589-9176-983ff2d3da2e", + "id": "adf93076-879c-4476-9aa7-81d7a70722ab", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -3604,7 +3604,7 @@ { "listen": "prerequest", "script": { - "id": "855cbe51-c8e5-4db4-ad8a-051e73966ef1", + "id": "c9e90a9f-f542-42c5-ab70-b98cbd10af17", "exec": [ "" ], @@ -3614,7 +3614,7 @@ { "listen": "test", "script": { - "id": "6b7d8646-63db-40a1-ac39-f85d319ba006", + "id": "0970f7a7-a16c-405e-83c1-374a475fca42", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -3727,7 +3727,7 @@ { "listen": "test", "script": { - "id": "dec70332-025d-4168-a86a-efd11551bbb5", + "id": "f7c575e9-5a69-42b2-966d-79e68a4fced0", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -3823,7 +3823,7 @@ { "listen": "test", "script": { - "id": "f62c71a2-d24b-4219-a9dd-a6e86e40c6b6", + "id": "4479b0cf-88d2-47d9-8c25-3fbbb9084592", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -3928,7 +3928,7 @@ { "listen": "prerequest", "script": { - "id": "641659bb-9fff-4f54-923d-58a77c80ace0", + "id": "5f8dc47c-7fb7-4815-af68-0ec7f2bd8912", "exec": [ "" ], @@ -3938,7 +3938,7 @@ { "listen": "test", "script": { - "id": "47efa9d4-93b9-4de0-a096-86ee20fce645", + "id": "fac44a30-8ad2-4074-b9a7-68d631093d4d", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -4051,7 +4051,7 @@ { "listen": "test", "script": { - "id": "8e9fe1b6-da18-46f7-bf26-01e71449fcfb", + "id": "2352223a-f412-47bb-8e2e-6006b79fec72", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -4147,7 +4147,7 @@ { "listen": "test", "script": { - "id": "38dd99c1-2562-49f4-a8f8-3d332dfd9cb4", + "id": "a6e61dfe-2e58-40b5-899b-9054c4f7977e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -4252,7 +4252,7 @@ { "listen": "test", "script": { - "id": "6283cfec-b712-4903-b413-a55e11a491bb", + "id": "cace0f3d-f437-4072-a9ae-c0ff660b1cf3", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -4365,7 +4365,7 @@ { "listen": "test", "script": { - "id": "fbceee32-3ee6-401a-aca8-0219f143349d", + "id": "44427faa-942f-432c-861f-292abe5dbbe5", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -4461,7 +4461,7 @@ { "listen": "test", "script": { - "id": "f2647bcd-993b-4906-8027-94328ac3bfec", + "id": "4959bb3b-c531-43d0-92d4-b047ff2de5e6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -4566,7 +4566,7 @@ { "listen": "test", "script": { - "id": "1dd88b9d-470d-49cf-84f1-96deecd6fa71", + "id": "38f0294b-cda4-412a-b050-f72bf195f6ac", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -4679,7 +4679,7 @@ { "listen": "test", "script": { - "id": "655ba402-e5ff-4a00-97b9-94d91ea8890a", + "id": "a1b07030-b27f-44f2-8e26-c69eb99dd008", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -4775,7 +4775,7 @@ { "listen": "test", "script": { - "id": "71f21c9b-c07f-436f-b221-e93568606e06", + "id": "0a4b287e-b1b0-4989-a24c-f09bcaf7f5dc", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -4880,7 +4880,7 @@ { "listen": "test", "script": { - "id": "11d9022e-39cf-47cb-9d73-6623162a3d69", + "id": "3515ce18-220b-4ba4-8c62-61c110b2748a", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -5000,7 +5000,7 @@ { "listen": "test", "script": { - "id": "1248f759-1bad-4ee0-bf32-a9500a04542f", + "id": "b74b0e9b-4deb-4585-b953-ab608cf01658", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -5096,7 +5096,7 @@ { "listen": "test", "script": { - "id": "7c8df6af-4590-4ec4-84c9-2d1028d1e14a", + "id": "aa4ee39d-c78b-4bd3-83c6-941570993c93", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -5201,7 +5201,7 @@ { "listen": "test", "script": { - "id": "de38cf59-2106-45d1-bd12-d50d13860145", + "id": "40bf03e2-6bd8-4fa4-9527-2303220f51dd", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -5314,7 +5314,7 @@ { "listen": "test", "script": { - "id": "a8729bd9-f7b7-4f6a-b724-d2674874b894", + "id": "dd9bd6c3-a2e6-4eb1-a531-f71c13a29967", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -5410,7 +5410,7 @@ { "listen": "test", "script": { - "id": "ddf293dc-8ffb-47f7-abae-062996c14c69", + "id": "c2b5e0c3-222f-441e-81ae-dbb0cd34805d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -5515,7 +5515,7 @@ { "listen": "test", "script": { - "id": "573c75ba-4d58-477e-b816-8ca5914d4369", + "id": "366863a2-a5ff-4af6-98cf-c42ddac3fd3b", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -5628,7 +5628,7 @@ { "listen": "test", "script": { - "id": "37d262b3-b73c-4f46-953a-2feda0fa6efa", + "id": "d98e51d1-3562-4ff1-be74-1ae456975e08", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -5724,7 +5724,7 @@ { "listen": "test", "script": { - "id": "91cbd68d-43ec-447c-b94e-1cd8a88489b8", + "id": "21f86bc4-9004-4e22-ba47-edfb9e19b599", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -5829,7 +5829,7 @@ { "listen": "test", "script": { - "id": "0b5dd480-d181-4351-a831-838fc135b8e4", + "id": "d62d284a-dd16-49ab-94fa-09d6b3dc458f", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -5942,7 +5942,7 @@ { "listen": "test", "script": { - "id": "2f438cba-f1d0-465e-8dd5-e09733099edd", + "id": "bf585c74-8a78-406c-b9a6-0b3a0996d269", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -6038,7 +6038,7 @@ { "listen": "test", "script": { - "id": "b02d3e72-8bfd-4c34-8c96-c3429d7b11a7", + "id": "fa54a866-010f-4e8c-9a27-e9d8c8b968c2", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -6143,7 +6143,7 @@ { "listen": "test", "script": { - "id": "c080652f-b6af-4799-b058-c2a579429569", + "id": "1787d4c8-3efe-4f11-9d04-efcb492dc3ac", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -6256,7 +6256,7 @@ { "listen": "test", "script": { - "id": "dd99b829-7ef4-4bb4-bf49-472e8ba897c2", + "id": "1f7c6b9d-2190-4f62-adb0-ba740c4b3cb3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -6352,7 +6352,7 @@ { "listen": "test", "script": { - "id": "695152ae-b4ec-4215-bf4a-06de6af1aaa0", + "id": "0e5ea27d-e1bd-444c-b667-d2f88f0e9b07", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -6457,7 +6457,7 @@ { "listen": "test", "script": { - "id": "b27f289e-da11-4062-9008-d9d34ba03838", + "id": "d7ef6e21-6560-4f4b-b23c-275f001d583b", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -6570,7 +6570,7 @@ { "listen": "test", "script": { - "id": "062e9276-9f2d-4c4c-9950-5d4911a91897", + "id": "b2452c51-2f86-4397-b55c-6f1f649d534c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -6666,7 +6666,7 @@ { "listen": "test", "script": { - "id": "e64d5476-f686-4d87-ab23-b3a727d4d194", + "id": "b6f3f5df-fb00-4574-82ec-3e85b2b46fa7", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -6771,7 +6771,7 @@ { "listen": "test", "script": { - "id": "4745fd6c-5c86-4f17-89b9-f63ba7d06f3e", + "id": "bdbf4775-5ca7-44be-ac6a-25ad04ae0651", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -6884,7 +6884,7 @@ { "listen": "test", "script": { - "id": "9a6275dd-6e3c-4371-a467-d6fd46da1a37", + "id": "08578156-a349-4521-9b14-02e0da5d4e68", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -6980,7 +6980,7 @@ { "listen": "test", "script": { - "id": "f643ceff-92a1-49ad-86d5-78f88529f896", + "id": "702eb5a1-e9e0-4002-8293-7a8bdc334f2c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -7085,7 +7085,7 @@ { "listen": "test", "script": { - "id": "2c5a3b77-8083-4ac0-872a-3ecb475a685e", + "id": "67e35946-9d04-426b-be1b-07c3b3602f7f", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -7198,7 +7198,7 @@ { "listen": "test", "script": { - "id": "64432de1-1a51-49b5-a981-4895b17fcf04", + "id": "74192eb4-228a-410d-bf3c-07565e6e3038", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -7294,7 +7294,7 @@ { "listen": "test", "script": { - "id": "8903c6b1-54aa-44bf-9244-87d5a4ca6afb", + "id": "bcd5c7c6-8838-4b28-a62a-f7fb420552fb", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -7399,7 +7399,7 @@ { "listen": "test", "script": { - "id": "dd84930f-ee63-49fe-b0d5-072af632222c", + "id": "c9985b6e-7977-4085-b38e-5a32ed750da0", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -7512,7 +7512,7 @@ { "listen": "test", "script": { - "id": "bd7ae51a-0883-45fe-bfd8-342a2e3316c3", + "id": "00c2cb40-cb67-40c8-be3b-423469e1ae4f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -7608,7 +7608,7 @@ { "listen": "test", "script": { - "id": "0c14149d-6046-40e5-a548-9e29c32af922", + "id": "b34a09d2-e400-4872-bbf9-a4d955fb99d3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -7713,7 +7713,7 @@ { "listen": "test", "script": { - "id": "acb86dab-9adb-4533-b876-e2fd47c35a59", + "id": "405ca5fd-71c2-490a-be1d-69fe79d870ee", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -7826,7 +7826,7 @@ { "listen": "test", "script": { - "id": "7977d6c4-2db0-497c-b321-ba3c23c21ede", + "id": "034e9a92-3cdd-42ce-8de6-3e8b417e09a9", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -7929,7 +7929,7 @@ { "listen": "test", "script": { - "id": "74938375-0c79-4a60-a249-dcd9c481874a", + "id": "89e5d18b-c547-4c3f-9335-c5de598d9dc8", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -8041,7 +8041,7 @@ { "listen": "test", "script": { - "id": "46ed998b-2638-4441-b62a-4d6ffe9cc3d1", + "id": "b172309c-f987-48c3-83cc-eec78f681e31", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -8154,7 +8154,7 @@ { "listen": "test", "script": { - "id": "d192cda3-70dd-4e20-a54f-4603bc598c4a", + "id": "e7f4882c-1058-473a-b8af-b05e8439aae5", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -8250,7 +8250,7 @@ { "listen": "test", "script": { - "id": "12032b26-3299-4cef-a0fa-5503972989a2", + "id": "ee607a5a-4d41-4e32-9dc6-152aef0184b1", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -8355,7 +8355,7 @@ { "listen": "test", "script": { - "id": "0efb4be9-4fae-406f-a6f2-51443610dc9a", + "id": "2ddfd490-a1d9-4f49-9d8b-323ef78ad6a1", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -8468,7 +8468,7 @@ { "listen": "test", "script": { - "id": "75cb7718-2107-48da-9398-0693878c0a53", + "id": "fc34a614-1258-4f22-9d62-cfa63ddae9bd", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -8564,7 +8564,7 @@ { "listen": "test", "script": { - "id": "b37571be-8cee-4cc5-9e17-5e1031e818aa", + "id": "ea4ae6d3-9f1c-48b8-82d0-7a5b6fc744be", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -8669,7 +8669,7 @@ { "listen": "test", "script": { - "id": "9028bc57-da9c-4cc1-bf76-ff06c0b8b678", + "id": "de675913-a1ff-4cf6-900a-62b6ef32d948", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -8782,7 +8782,7 @@ { "listen": "test", "script": { - "id": "1b8eafc6-5bfe-445d-9a15-fb582d77491d", + "id": "0281aac3-9200-465f-9f3d-310b26a16ec2", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -8878,7 +8878,7 @@ { "listen": "test", "script": { - "id": "2ac8c6db-6326-46df-a304-a9b35de38f50", + "id": "763c95d9-e906-44a4-b0aa-71f39c72c83a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -8983,7 +8983,7 @@ { "listen": "test", "script": { - "id": "2fe72d37-279e-455d-91a1-b25f74acdc2c", + "id": "cc06fb00-c685-402e-94b9-6c9f79baf5c4", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -9096,7 +9096,7 @@ { "listen": "test", "script": { - "id": "8fe52399-b972-4a1b-a8de-7803a1c148f8", + "id": "c2de924f-28ca-44f0-a4a9-61fb94643679", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -9199,7 +9199,7 @@ { "listen": "test", "script": { - "id": "941006d5-0e4a-4750-8c0d-d1cd632e9319", + "id": "2201dbc4-8394-4da1-a769-37a38348f6ef", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -9304,7 +9304,7 @@ { "listen": "test", "script": { - "id": "710ba74a-697c-4c9e-b3b7-90081d28290d", + "id": "370a4861-892d-4fb9-8cec-db5b4268064a", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -9417,7 +9417,7 @@ { "listen": "test", "script": { - "id": "8c32fae3-babd-4228-aa20-995f15cb368a", + "id": "82242de5-227e-4008-9b8f-5335ff7125e6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -9513,7 +9513,7 @@ { "listen": "test", "script": { - "id": "088d1078-93bd-417e-aa9f-153cef482ab9", + "id": "83992c46-75b2-4e39-a365-883691cdd5b4", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -9618,7 +9618,7 @@ { "listen": "test", "script": { - "id": "95587434-ccbb-41e2-892e-bdb6b204caae", + "id": "8afab651-d975-4edc-9d0a-186ee459dc36", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -9731,7 +9731,7 @@ { "listen": "test", "script": { - "id": "2f02cb31-cdde-4d9d-afc9-63baed04d40c", + "id": "fb80d00b-1337-416a-a682-c1d71cc36fe0", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -9827,7 +9827,7 @@ { "listen": "test", "script": { - "id": "006fc0ea-0335-47e4-b328-74ef799b3b02", + "id": "0475dcfa-dd0d-4249-97d0-547e98ee8331", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -9932,7 +9932,7 @@ { "listen": "test", "script": { - "id": "e29c091f-deed-4e16-b3f6-99d7b462f60f", + "id": "aa558e71-5c9a-4cab-8d37-8c2322226f47", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -10045,7 +10045,7 @@ { "listen": "test", "script": { - "id": "a69ec15a-de43-4052-9d53-9dfaaebf1b99", + "id": "afc52a53-e563-4f75-8c14-f8e5d62c9374", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -10141,7 +10141,7 @@ { "listen": "test", "script": { - "id": "713b7d0c-0a3b-45c4-8a28-5cffbc1e7cf0", + "id": "f4eb90a6-8422-4ca2-98c4-818333fe7468", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -10246,7 +10246,7 @@ { "listen": "test", "script": { - "id": "d1c507d6-109b-49eb-9804-75e4f5f39643", + "id": "9a8c554f-5fa2-46b0-8c92-2e0118cf195b", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -10359,7 +10359,7 @@ { "listen": "test", "script": { - "id": "8dc59159-aa49-41cd-98b8-b42970597c52", + "id": "75a472b5-13ba-4957-84e5-f1d4e8d234a1", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -10455,7 +10455,7 @@ { "listen": "test", "script": { - "id": "0dc3b458-4613-4e4d-bdb9-23278a9a638e", + "id": "c3d38f76-50d9-4656-9be6-afdb68a98411", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -10560,7 +10560,7 @@ { "listen": "test", "script": { - "id": "df6d4224-bf3a-424b-a460-1810495ee1dc", + "id": "1fcb0d62-6ddd-4e63-8f0d-add7623d5042", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -10673,7 +10673,7 @@ { "listen": "test", "script": { - "id": "d79a8650-e39e-476b-94d9-67fa7991e21d", + "id": "64f8c1ad-716c-4cd8-9784-634ae089df3a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -10710,19 +10710,19 @@ }, "response": [ { - "name": "Shifts By ID", + "name": "Users By ID", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/shifts/102", + "raw": "http://{{datagateway-api}}/users/4", "protocol": "http", "host": [ "{{datagateway-api}}" ], "path": [ - "shifts", - "102" + "users", + "4" ], "query": [ { @@ -10743,7 +10743,7 @@ }, { "key": "Content-Length", - "value": "395" + "value": "282" }, { "key": "Access-Control-Allow-Origin", @@ -10755,26 +10755,26 @@ }, { "key": "Date", - "value": "Wed, 22 Jul 2020 10:18:03 GMT" + "value": "Tue, 14 Jul 2020 12:22:50 GMT" } ], "cookie": [], - "body": "{\n \"ID\": 102,\n \"COMMENT\": \"Answer since heart message. Happy mission ok play dog character organization. Theory be region character along artist best.\",\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-01-05 13:20:58\",\n \"ENDDATE\": \"2027-01-10 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2011-05-06 16:20:45\",\n \"STARTDATE\": \"2027-02-07 00:00:00\",\n \"INVESTIGATION_ID\": 108\n}" + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" }, { - "name": "Users By ID", + "name": "Shifts By ID", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users/4", + "raw": "http://{{datagateway-api}}/shifts/102", "protocol": "http", "host": [ "{{datagateway-api}}" ], "path": [ - "users", - "4" + "shifts", + "102" ], "query": [ { @@ -10795,7 +10795,7 @@ }, { "key": "Content-Length", - "value": "282" + "value": "395" }, { "key": "Access-Control-Allow-Origin", @@ -10807,11 +10807,11 @@ }, { "key": "Date", - "value": "Tue, 14 Jul 2020 12:22:50 GMT" + "value": "Wed, 22 Jul 2020 10:18:03 GMT" } ], "cookie": [], - "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + "body": "{\n \"ID\": 102,\n \"COMMENT\": \"Answer since heart message. Happy mission ok play dog character organization. Theory be region character along artist best.\",\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-01-05 13:20:58\",\n \"ENDDATE\": \"2027-01-10 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2011-05-06 16:20:45\",\n \"STARTDATE\": \"2027-02-07 00:00:00\",\n \"INVESTIGATION_ID\": 108\n}" } ] }, @@ -10821,7 +10821,7 @@ { "listen": "test", "script": { - "id": "cee44e10-07b8-489f-b1a5-178305983b43", + "id": "c15bc241-6af6-4027-b6bb-ca47c5d4ef82", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -10926,7 +10926,7 @@ { "listen": "test", "script": { - "id": "b82f8612-e684-4ebb-9637-77d6840e46d5", + "id": "58cd39a9-1e6f-4fdc-ac5c-8bd41f4273ef", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -11048,7 +11048,7 @@ { "listen": "test", "script": { - "id": "6c614f07-ffcb-4353-806e-a869e9396c35", + "id": "a9eb5da3-4235-468d-ad51-81df59f767d8", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -11144,7 +11144,7 @@ { "listen": "test", "script": { - "id": "517ca6cc-8461-45c7-9c38-3d7cd87a0731", + "id": "7082ee2b-051c-4a7c-8875-55127beb3f27", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -11249,7 +11249,7 @@ { "listen": "test", "script": { - "id": "734b898e-af6e-4094-a5da-9809cca2255d", + "id": "3e1f2b14-3445-4f8b-8f4e-288cd3eaa217", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -11362,7 +11362,7 @@ { "listen": "test", "script": { - "id": "0475abd0-cce6-4835-bc84-fbc510ea9bd5", + "id": "9e40ff0e-50b1-4a66-9a8d-1cb83dc358ec", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -11458,7 +11458,7 @@ { "listen": "test", "script": { - "id": "bf8ca29f-8b7e-43ff-b816-02d41e243e94", + "id": "79417bee-3740-4441-bec2-92996d7c0c71", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -11563,7 +11563,7 @@ { "listen": "test", "script": { - "id": "78124deb-3250-4604-a9ea-073455af98ac", + "id": "de3a3bd2-6076-45df-80d8-ca7579ea4de9", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -11676,7 +11676,7 @@ { "listen": "test", "script": { - "id": "3ff1e38d-0793-4c33-b66e-b470a236da45", + "id": "17d43c15-6a71-4464-b77b-6204c9519f27", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -11772,7 +11772,7 @@ { "listen": "test", "script": { - "id": "fe987850-087a-4e43-a07a-458fb9eee9a9", + "id": "546f67a4-17ce-47c1-98df-908654ae2edc", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -11877,7 +11877,7 @@ { "listen": "test", "script": { - "id": "9acf1038-f9a5-4cba-803c-6352967e2d86", + "id": "73d00114-532a-4f31-ac78-a1c96b0b3b5d", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -11990,7 +11990,7 @@ { "listen": "test", "script": { - "id": "2f7190c6-fdaa-4f9f-8be0-b23eab9c7ba6", + "id": "e5f25818-a4a9-4016-8ce0-dc96df6c9c96", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12086,7 +12086,7 @@ { "listen": "test", "script": { - "id": "909b1fe9-952c-48c3-b012-fcfb9f57f84a", + "id": "e6136916-33e7-480c-8d06-a707cf124645", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -12191,7 +12191,7 @@ { "listen": "test", "script": { - "id": "a6ac9abe-65bd-40d7-8748-1ff1231ed302", + "id": "0abe7cc9-8f72-4cb6-a654-5f8df929a13a", "exec": [ "pm.test(\"Status: 204\", function () {\r", " pm.response.to.have.status(204);\r", @@ -12320,7 +12320,7 @@ { "listen": "test", "script": { - "id": "a1facd9c-60cc-420f-b88a-caccc2544b76", + "id": "5c4b9c1c-9339-459b-a135-e93866490349", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12415,7 +12415,7 @@ { "listen": "test", "script": { - "id": "8dce9a50-2bbc-483e-bc9e-7f7c555c6b2b", + "id": "5760d09b-d76b-4f49-9a36-a4de94b7aac2", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12519,7 +12519,7 @@ { "listen": "test", "script": { - "id": "d874a553-cb97-40fe-a1d1-11c0bc5edd67", + "id": "cfaeb805-20b6-43c1-9486-73b5443ae119", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12571,7 +12571,7 @@ { "listen": "prerequest", "script": { - "id": "54e73805-65c7-45d0-a13a-68465e319cdd", + "id": "73fe0ad4-655b-4dff-896b-64d8da572d4b", "exec": [ "" ], @@ -12581,7 +12581,7 @@ { "listen": "test", "script": { - "id": "d2f026fd-db1f-4329-9611-9d63fdadb7c9", + "id": "49a762d6-582f-496e-b434-a466360c5938", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12621,7 +12621,7 @@ { "listen": "prerequest", "script": { - "id": "3a291abc-47ac-4071-8710-4333c64a93a5", + "id": "7ec88f94-bd8d-493e-839e-e6f9896b9bd3", "exec": [ "" ], @@ -12631,7 +12631,7 @@ { "listen": "test", "script": { - "id": "d5f740c1-07b1-4d5e-8094-352dc8c54f76", + "id": "33adb6f9-6aaa-415a-8236-74a1d4c834a7", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12690,7 +12690,7 @@ { "listen": "prerequest", "script": { - "id": "e1f974ee-6440-48fe-8394-f004db3d00b0", + "id": "a6c88381-3170-4785-b535-28392d965f31", "type": "text/javascript", "exec": [ "" @@ -12700,7 +12700,7 @@ { "listen": "test", "script": { - "id": "fc9fc87f-4200-4d5a-867c-8c9770ea65e9", + "id": "f99114d1-bf49-4075-9334-e65e0bfa9aab", "type": "text/javascript", "exec": [ "" @@ -12720,7 +12720,7 @@ { "listen": "test", "script": { - "id": "07d74df0-f28e-46dc-9e6e-0a1534bf4662", + "id": "99f29b1a-378f-44e2-8274-d43ca0296e93", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12821,7 +12821,7 @@ { "listen": "test", "script": { - "id": "96079549-bb65-4576-bed8-17ff097d1256", + "id": "46a007a1-4859-459c-b682-67d4a695f6d4", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12925,7 +12925,7 @@ { "listen": "test", "script": { - "id": "978e51c7-e42e-4f3d-9e18-2e56ca1991cc", + "id": "766e9c38-db92-4992-a93c-c8a64580a9a4", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -12977,7 +12977,7 @@ { "listen": "prerequest", "script": { - "id": "ac52445f-c1b2-4d2f-b1cb-24097e8b76c5", + "id": "0ad0cfc3-bf7a-482d-9ec7-e41219f28506", "exec": [ "" ], @@ -12987,7 +12987,7 @@ { "listen": "test", "script": { - "id": "ab1f6ebd-e9f7-4acd-a960-a4f429b1456c", + "id": "f5ac5dcb-04d5-4c66-ae0c-a495f5ff8dc5", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13037,7 +13037,7 @@ { "listen": "prerequest", "script": { - "id": "ec9b88ec-bb18-46da-926d-950753c09b2e", + "id": "eec95f70-e09e-4bd9-b66f-39f5881c67f2", "exec": [ "" ], @@ -13047,7 +13047,7 @@ { "listen": "test", "script": { - "id": "82af69e4-7905-4b99-8116-690eb01d7d1a", + "id": "0cbcf01f-e2ef-4402-bc92-c113923c2d3e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13116,7 +13116,7 @@ { "listen": "prerequest", "script": { - "id": "d4830ca6-26f6-4a3c-8bdd-f2e908fcb2cb", + "id": "c34b06ac-883f-4af6-8e81-3970dcf424bb", "type": "text/javascript", "exec": [ "" @@ -13126,7 +13126,7 @@ { "listen": "test", "script": { - "id": "25827689-adbb-4c33-9bf6-6511cb37854c", + "id": "78f9d932-5b11-4552-b69f-344fe0da1630", "type": "text/javascript", "exec": [ "" @@ -13146,7 +13146,7 @@ { "listen": "test", "script": { - "id": "25f49a6b-6d6c-4724-ae81-9102f1e82194", + "id": "add5d255-2e22-4f6c-a67e-55b4fbfe5d96", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13241,7 +13241,7 @@ { "listen": "test", "script": { - "id": "303e951c-0a46-49b0-ba2c-8e78c9ea767e", + "id": "c6bf9f34-d01b-4a1e-9e15-ed17dbe02559", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13345,7 +13345,7 @@ { "listen": "test", "script": { - "id": "14b68008-c371-4f13-81b0-4374a62e4e1d", + "id": "c0a30f3f-57a1-4459-a94f-73827ad0937f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13397,7 +13397,7 @@ { "listen": "prerequest", "script": { - "id": "d0c052e4-550b-423d-a9f7-c748bc711f26", + "id": "ff0eb49b-31bd-4f4c-bc82-24290448d840", "exec": [ "" ], @@ -13407,7 +13407,7 @@ { "listen": "test", "script": { - "id": "b84693e9-aa99-4330-a91c-907a1a0258f9", + "id": "f796a432-57be-4bd9-8eae-6cc7a8b60bd9", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13447,7 +13447,7 @@ { "listen": "prerequest", "script": { - "id": "cd9d2572-22ac-4617-aad0-326821f20c34", + "id": "3b1d3053-3fb6-4f80-b516-125458a8f408", "exec": [ "" ], @@ -13457,7 +13457,7 @@ { "listen": "test", "script": { - "id": "ef4ed756-6f46-485e-acdd-ea0f76173aad", + "id": "d0996967-2846-4e1b-b99a-318ae624c894", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13516,7 +13516,7 @@ { "listen": "prerequest", "script": { - "id": "7282ab14-a6eb-4efa-a78e-a7b76be06ba4", + "id": "b7d7c432-92b2-4860-88b4-3e0c2ee99f42", "type": "text/javascript", "exec": [ "" @@ -13526,7 +13526,7 @@ { "listen": "test", "script": { - "id": "f8e34930-7148-4071-ac49-738e3fd2d597", + "id": "37400cb3-4846-4f28-ad5d-6d6d4324f34a", "type": "text/javascript", "exec": [ "" @@ -13546,7 +13546,7 @@ { "listen": "test", "script": { - "id": "bac48433-ef15-48e4-8547-738bda44a3c9", + "id": "84bb55c8-a116-4003-8db5-4bf123f33b3b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13641,7 +13641,7 @@ { "listen": "prerequest", "script": { - "id": "e5aed12e-e8ca-47d2-b393-6a332846fcbd", + "id": "a889712d-0f74-4b6e-a479-d6d5dd304bf7", "exec": [ "" ], @@ -13651,7 +13651,7 @@ { "listen": "test", "script": { - "id": "1436884a-86d7-40db-a237-5d97d935822c", + "id": "cc9865bb-8a9b-4728-b708-c431b0600e06", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13755,7 +13755,7 @@ { "listen": "test", "script": { - "id": "09f65736-e387-4ffc-a027-feee6ee95aff", + "id": "de3b3b9a-c2c0-4c24-9cc3-db6af0f89f89", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13807,7 +13807,7 @@ { "listen": "prerequest", "script": { - "id": "d95db506-cf49-4800-b794-89ef1d52f281", + "id": "5333399c-7de7-4fa7-a157-99ccdaf32c8e", "exec": [ "" ], @@ -13817,7 +13817,7 @@ { "listen": "test", "script": { - "id": "8d5b3102-ebf8-48af-a512-0fd40b5e8a64", + "id": "88cff8ec-8afb-4a8f-b06a-d646ec0d26c6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13867,7 +13867,7 @@ { "listen": "prerequest", "script": { - "id": "10c16598-e40e-44e0-93ed-73077d32d86b", + "id": "a1fcc384-1dc1-415c-bb64-4280972fda42", "exec": [ "" ], @@ -13877,7 +13877,7 @@ { "listen": "test", "script": { - "id": "86675cc6-5a22-4247-9654-ee7ad9f1d390", + "id": "3ee8f416-f868-456a-a9f7-f23a38939070", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -13946,7 +13946,7 @@ { "listen": "prerequest", "script": { - "id": "d79803e3-b74f-41c5-be20-ec1e306e2129", + "id": "6e996af3-69c2-40fb-bcca-0c405d346bd4", "type": "text/javascript", "exec": [ "" @@ -13956,7 +13956,7 @@ { "listen": "test", "script": { - "id": "e7553813-aa6a-4baf-8de6-5ab2ec14792b", + "id": "16eaded4-7b13-4758-b753-35e4219b128e", "type": "text/javascript", "exec": [ "pm.test(\"Status: 200\", function () {", @@ -13978,7 +13978,7 @@ { "listen": "test", "script": { - "id": "8e2e107b-9485-45d7-9118-f8fb4588eb19", + "id": "e01e5ea5-314b-4dcb-881c-8dcc82cdd63e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14073,7 +14073,7 @@ { "listen": "test", "script": { - "id": "4da6862d-3b8b-410e-9614-5b17095c4bd7", + "id": "640bf430-c453-456e-a818-8e6a2034dbdc", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14177,7 +14177,7 @@ { "listen": "test", "script": { - "id": "e9fa05ff-556a-4594-b11a-2ade2f85e3ef", + "id": "47ee8cc6-24f2-4e27-9e22-ffa557b2185f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14229,7 +14229,7 @@ { "listen": "prerequest", "script": { - "id": "c8434903-6db6-450a-8e18-30ebe445b6ac", + "id": "b769d4e6-8cba-46e8-af45-93aa71c13154", "exec": [ "" ], @@ -14239,7 +14239,7 @@ { "listen": "test", "script": { - "id": "13a66a70-a01e-4dd5-99b3-b2142265e081", + "id": "6d8f7f4a-c025-4026-b3b3-78a3b4f3e30a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14289,7 +14289,7 @@ { "listen": "prerequest", "script": { - "id": "32507639-029d-4951-bbc7-8a0d7038be76", + "id": "f3755899-37d9-44fd-aa06-0d98d73d4e4f", "exec": [ "" ], @@ -14299,7 +14299,7 @@ { "listen": "test", "script": { - "id": "c05f4978-0af3-4731-a260-5e421d157e01", + "id": "dfe7d35c-0ebd-446e-8952-d8e59398ef5b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14368,7 +14368,7 @@ { "listen": "prerequest", "script": { - "id": "cf7b24e6-0dd2-4d8a-8ea2-c507c36df4b6", + "id": "dfaf502a-49e7-44f8-b535-1b1ab4ad39ca", "type": "text/javascript", "exec": [ "" @@ -14378,7 +14378,7 @@ { "listen": "test", "script": { - "id": "12d64703-96ed-4c40-b2c9-b881c6e10b43", + "id": "4fdbaf38-f77d-49f2-aeb3-80425b1d7c10", "type": "text/javascript", "exec": [ "" @@ -14398,7 +14398,7 @@ { "listen": "test", "script": { - "id": "2c989820-89d8-4e4d-9b84-8d4e8d92f3ff", + "id": "fd2cf6cb-20e1-410c-abfb-4c8669a65181", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14493,7 +14493,7 @@ { "listen": "test", "script": { - "id": "51ea5e04-2b7a-4720-8937-77b0db6666e9", + "id": "5065cf2c-7f6f-469a-988c-59472058f45c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14597,7 +14597,7 @@ { "listen": "test", "script": { - "id": "83e19d8c-de1f-472d-b0aa-3193892f6ea5", + "id": "e9bd9eef-2a8f-4623-b00f-f7df475ebc85", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14649,7 +14649,7 @@ { "listen": "prerequest", "script": { - "id": "6d8d351a-b976-4d89-8052-5f6dbf70aebf", + "id": "58bfb182-0891-448d-a3d2-c1257cbe9357", "exec": [ "" ], @@ -14659,7 +14659,7 @@ { "listen": "test", "script": { - "id": "da2a5d45-05ac-4ad7-80b1-b0b5f403974c", + "id": "ce0d0d21-7035-4fc1-b7e3-976223e518b5", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14709,7 +14709,7 @@ { "listen": "prerequest", "script": { - "id": "0d0cb90e-e705-44e4-9789-1ba077d56061", + "id": "4b97c14b-deaf-4ee8-ac79-25943e585c45", "exec": [ "" ], @@ -14719,7 +14719,7 @@ { "listen": "test", "script": { - "id": "9bd10ebc-e455-44ca-b644-d2c948c04459", + "id": "bf3ba53d-d269-4349-bec4-136497a48abd", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14788,7 +14788,7 @@ { "listen": "prerequest", "script": { - "id": "fac9a2a9-7106-4c03-96bd-6800505fbd2f", + "id": "f301a0ed-4de1-491b-9273-93617e1f4fc5", "type": "text/javascript", "exec": [ "" @@ -14798,7 +14798,7 @@ { "listen": "test", "script": { - "id": "8448cb0b-5ce8-4cc6-aba8-c10163b1ed6f", + "id": "3a9da4f1-5489-40d1-96b2-370a85605b53", "type": "text/javascript", "exec": [ "" @@ -14818,7 +14818,7 @@ { "listen": "test", "script": { - "id": "f5a118c2-30d7-4a10-93d4-727968f4bfb7", + "id": "aea0fa3e-eff3-4619-87f2-bb0f33a26418", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -14913,7 +14913,7 @@ { "listen": "test", "script": { - "id": "265475e0-6186-47c7-9732-5a9d902f1deb", + "id": "8d2fcd8d-4106-48f4-ba45-0e5d36d5ff3b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15017,7 +15017,7 @@ { "listen": "test", "script": { - "id": "0ba3d871-2f5e-4788-ad36-47405221d5ef", + "id": "55bc6ba9-1933-4db0-8dea-84cff0a9411b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15069,7 +15069,7 @@ { "listen": "prerequest", "script": { - "id": "458f02f4-ece5-4b40-8530-51410aa3e46a", + "id": "8be7fd05-b458-4a26-b26f-779d0a17c259", "exec": [ "" ], @@ -15079,7 +15079,7 @@ { "listen": "test", "script": { - "id": "dc6a1250-6267-4c3c-9c7f-90a9cec6dbc0", + "id": "8f5e08bb-7b33-4c7f-928f-f7479d976f99", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15129,7 +15129,7 @@ { "listen": "prerequest", "script": { - "id": "b2994b37-3cf2-4c22-b506-500ba01ab12a", + "id": "99d41b8b-7786-4a52-9104-4b395bf55b33", "exec": [ "" ], @@ -15139,7 +15139,7 @@ { "listen": "test", "script": { - "id": "c0662dac-293f-43c3-bd77-e8e96c2803df", + "id": "4dd5d3e1-946d-46b2-ad7a-262bb9ac3ed6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15198,7 +15198,7 @@ { "listen": "prerequest", "script": { - "id": "79df7162-2bec-4ad1-ad01-0d780a18b987", + "id": "9b22e5ed-2340-4d61-b704-72e20a1e5033", "type": "text/javascript", "exec": [ "" @@ -15208,7 +15208,7 @@ { "listen": "test", "script": { - "id": "8c4b2c87-c1de-4620-b2d6-21a64ae0d8b1", + "id": "d29a984b-3626-4dfd-9edf-9ff035d1113d", "type": "text/javascript", "exec": [ "" @@ -15228,7 +15228,7 @@ { "listen": "test", "script": { - "id": "a0383285-cce4-4f75-b216-5c58d6f80e49", + "id": "ec308b4c-f607-4fdb-99c7-299d836d91fb", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15323,7 +15323,7 @@ { "listen": "test", "script": { - "id": "df837f3e-a2dc-4d52-b364-3b308b031467", + "id": "e7f0b0a6-3586-47d2-929f-2a5097933006", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15427,7 +15427,7 @@ { "listen": "test", "script": { - "id": "5150a7af-13fe-43aa-8eee-e99edf270891", + "id": "94d6bbde-bcea-46b7-a82a-ef652e2ad1df", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15479,7 +15479,7 @@ { "listen": "prerequest", "script": { - "id": "0c823ff8-4587-40ca-8852-edc9e8430448", + "id": "24aca046-0f36-4ee0-8341-0f44c1598b3c", "exec": [ "" ], @@ -15489,7 +15489,7 @@ { "listen": "test", "script": { - "id": "c5681c2e-9eba-4059-8842-95b2781d34c9", + "id": "6db2acce-05f6-4746-919a-92837d2e8e14", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15539,7 +15539,7 @@ { "listen": "prerequest", "script": { - "id": "ede5a9e5-7974-4647-9021-14bf71beed85", + "id": "43786f44-54ef-4193-a293-62b9f414da0f", "exec": [ "" ], @@ -15549,7 +15549,7 @@ { "listen": "test", "script": { - "id": "d5cf8e85-0b65-4977-b1b9-f090ecffebd4", + "id": "395664e4-2459-40c2-ae0f-17af30b259fb", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15618,7 +15618,7 @@ { "listen": "prerequest", "script": { - "id": "c4aabf55-c790-4cda-b7fc-9fff9fd3a9ee", + "id": "93a80ec3-4ba2-4936-8fd0-d9a5740b04e8", "type": "text/javascript", "exec": [ "" @@ -15628,7 +15628,7 @@ { "listen": "test", "script": { - "id": "17da6f5a-856e-4ede-92cc-813b8b7ab055", + "id": "59a5495a-a76d-4711-b109-bcb934002587", "type": "text/javascript", "exec": [ "" @@ -15648,7 +15648,7 @@ { "listen": "test", "script": { - "id": "b2a85bda-5382-44eb-9c08-7b8472eb0516", + "id": "34649bd2-34e5-447f-9eb2-ee1b5cd05b07", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15743,7 +15743,7 @@ { "listen": "test", "script": { - "id": "f6d619c1-ad3d-44de-b425-680987bbaea4", + "id": "bd7aa45b-99dd-40b3-831c-19062002f432", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15847,7 +15847,7 @@ { "listen": "test", "script": { - "id": "c174ea12-558b-4d6f-bec9-fef385bee6c5", + "id": "73a23589-5c2e-487d-84f0-e098e8515944", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15899,7 +15899,7 @@ { "listen": "prerequest", "script": { - "id": "387001ed-cdde-4766-96f0-80109b4b799f", + "id": "3ac859ec-9c22-4bb6-b944-7efec0a43e85", "exec": [ "" ], @@ -15909,7 +15909,7 @@ { "listen": "test", "script": { - "id": "8c16e6b8-829d-421d-aa1d-aa19aae74e15", + "id": "df748ca9-8cf8-4b7d-a3a4-d4211084841d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -15959,7 +15959,7 @@ { "listen": "prerequest", "script": { - "id": "6898751c-0c09-43f0-bf2e-eaf153d1a441", + "id": "f86ec9b4-1e94-46b8-ba78-7b11de9084e3", "exec": [ "" ], @@ -15969,7 +15969,7 @@ { "listen": "test", "script": { - "id": "5a226ded-2b70-4e26-b99d-fbbfebb0e74c", + "id": "e89434eb-13d9-48b9-8cfa-1a79a39ec9bf", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16046,7 +16046,7 @@ { "listen": "test", "script": { - "id": "4ddefddc-ed93-4e66-b338-d0d27f890b0c", + "id": "c3319753-2d17-4c37-b38b-85bb4c40619a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16141,7 +16141,7 @@ { "listen": "test", "script": { - "id": "01388a71-d05e-405c-9c30-4dd2b0431959", + "id": "2f7a01ce-1d55-4e0b-98bb-bd2325e6a702", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16245,7 +16245,7 @@ { "listen": "test", "script": { - "id": "79e11e48-5ac4-4952-a4c9-3ddca3978ba7", + "id": "eb863db4-5018-4079-8a7e-d07357cc624b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16297,7 +16297,7 @@ { "listen": "prerequest", "script": { - "id": "5526c100-fa84-40c8-a1f3-971c1cf1cf34", + "id": "a6ca2171-035d-47db-aa4e-842b9b4ec882", "exec": [ "" ], @@ -16307,7 +16307,7 @@ { "listen": "test", "script": { - "id": "8f0525f5-2753-49ae-b499-665e59b7d07c", + "id": "6c9cc124-cfb9-4674-8d1f-7de4d8c23f9a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16347,7 +16347,7 @@ { "listen": "prerequest", "script": { - "id": "84a587c9-4d7a-4d59-a17d-45a053e285be", + "id": "9de28764-4168-4af2-9d14-d8a4a4967854", "exec": [ "" ], @@ -16357,7 +16357,7 @@ { "listen": "test", "script": { - "id": "36b461f5-bb51-4234-9e09-6be71272f89a", + "id": "b90c607d-28bb-4829-97f5-d9ea5127acc6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16426,7 +16426,7 @@ { "listen": "prerequest", "script": { - "id": "f1d480f0-60e8-4972-b7bd-67b725d254ab", + "id": "1651c4b5-6c45-4885-9614-117733a99ceb", "type": "text/javascript", "exec": [ "" @@ -16436,7 +16436,7 @@ { "listen": "test", "script": { - "id": "93d7fb99-4b49-4378-82d7-af0ff725c0e4", + "id": "86e6a349-495e-4d1a-8439-4ff3b3d057e2", "type": "text/javascript", "exec": [ "" @@ -16456,7 +16456,7 @@ { "listen": "test", "script": { - "id": "8d9eeb13-da8b-402f-b78f-bbf4d45af149", + "id": "98c0fee7-2f52-4f64-964a-7c9348c2bd99", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16551,7 +16551,7 @@ { "listen": "test", "script": { - "id": "710d7bca-04a1-4eb4-aa87-23aaa59b20c3", + "id": "23a9ac21-4d2b-4e64-b422-fa05f012396d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16655,7 +16655,7 @@ { "listen": "test", "script": { - "id": "c0af4fcf-8740-4e3e-8d22-72e0485680c0", + "id": "d4e37829-72e4-448f-b842-f1305b5e464d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16707,7 +16707,7 @@ { "listen": "prerequest", "script": { - "id": "e01ff4dc-33a4-46dc-a34d-71b31b919d6f", + "id": "14594ed1-4c23-4862-a66e-1e942115c25f", "exec": [ "" ], @@ -16717,7 +16717,7 @@ { "listen": "test", "script": { - "id": "d1f57685-cac5-449c-badf-e7522e9ccdaa", + "id": "0d364d54-3e6f-4b9d-b563-62f7fe436628", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16757,7 +16757,7 @@ { "listen": "prerequest", "script": { - "id": "5aa396be-23e7-44e4-975d-8adc52146d33", + "id": "eb1edab1-c94f-4e21-80fe-45c75dd7016e", "exec": [ "" ], @@ -16767,7 +16767,7 @@ { "listen": "test", "script": { - "id": "bf6caadd-8dcd-4197-896d-672a139bb2b0", + "id": "932ac173-8529-47b1-a085-14f412f67e71", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16834,7 +16834,7 @@ { "listen": "test", "script": { - "id": "a366872b-b5c5-481e-97b5-2b1b8cb2dc29", + "id": "d0f882db-712d-4066-a935-ede56ec7d342", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -16929,7 +16929,7 @@ { "listen": "test", "script": { - "id": "4166297b-4706-401a-b81a-4aa4b6c02f43", + "id": "06c1cff9-fc83-4631-97f6-37801f3d5875", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17033,7 +17033,7 @@ { "listen": "test", "script": { - "id": "7e495ce5-18a1-444b-8ccb-ffacf25d5c63", + "id": "88e632f8-d44f-499f-89f7-e4a24ff9402f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17085,7 +17085,7 @@ { "listen": "prerequest", "script": { - "id": "3b74eb8b-f372-41d8-9d17-63d712723f8b", + "id": "56ec9ad2-36d7-42e5-9b01-19954ee7f222", "exec": [ "" ], @@ -17095,7 +17095,7 @@ { "listen": "test", "script": { - "id": "9b5231c9-4765-4198-90be-641cc7e082e3", + "id": "31d2d349-c37a-474d-a5a8-9235c0839b44", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17145,7 +17145,7 @@ { "listen": "prerequest", "script": { - "id": "f7a0f73e-fbdc-4781-a09f-e0bea14e8a6b", + "id": "c853c212-bebd-4318-8a6c-161fe680f79e", "exec": [ "" ], @@ -17155,7 +17155,7 @@ { "listen": "test", "script": { - "id": "76892690-934d-450a-a5dd-03b57f6819e2", + "id": "ed9f2f5c-bf98-4006-825e-3ce786371f0b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17232,7 +17232,7 @@ { "listen": "test", "script": { - "id": "75c49599-2615-4c88-8acf-874e3c0b3c6b", + "id": "feccecb6-36f9-4ebb-832d-4f7aa5424273", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17327,7 +17327,7 @@ { "listen": "test", "script": { - "id": "b1b8daea-e845-428d-9f0f-c03f4c914bf6", + "id": "bc16b278-9bef-4895-974e-762b7f8ad23e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17431,7 +17431,7 @@ { "listen": "test", "script": { - "id": "66f70764-8a8b-4dde-bb47-7f00d5b29608", + "id": "bfcdab26-ac17-46fd-9f29-6ef36345be0e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17483,7 +17483,7 @@ { "listen": "prerequest", "script": { - "id": "64c03c32-9ede-43ad-a682-3049e44379f7", + "id": "e3c239a4-c35e-4846-a7dc-ad724e7eebbe", "exec": [ "" ], @@ -17493,7 +17493,7 @@ { "listen": "test", "script": { - "id": "a205f126-aecc-4203-826d-4731e31d3d10", + "id": "6f288156-6450-4462-bc80-7a4fb265c5a6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17543,7 +17543,7 @@ { "listen": "prerequest", "script": { - "id": "7eb53e4b-a41e-497e-873a-4fbb66ed66f6", + "id": "dbd352b2-2b8f-43e9-b43d-da3e7b1317df", "exec": [ "" ], @@ -17553,7 +17553,7 @@ { "listen": "test", "script": { - "id": "26ba2d09-3541-4d0e-bb50-2df511075088", + "id": "cfb3aebf-ea6d-4b64-8c98-631c8a1529b5", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17630,7 +17630,7 @@ { "listen": "test", "script": { - "id": "86c1eb5f-48ce-4689-99cf-8465c376a3ba", + "id": "0931dbe5-60d3-4beb-80f6-d25144063b30", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17725,7 +17725,7 @@ { "listen": "test", "script": { - "id": "59223757-30ba-404a-a8d9-cbabdded07ec", + "id": "d3d211cf-372d-486d-9860-69dbb04f48f5", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17829,7 +17829,7 @@ { "listen": "test", "script": { - "id": "261e1390-129c-44d9-81b0-c51a66fddd8e", + "id": "93dd7c8c-79b7-4d48-8134-f2b19e93ffeb", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17881,7 +17881,7 @@ { "listen": "prerequest", "script": { - "id": "43216eec-7a40-4643-a619-f85dae21d9c9", + "id": "1ff6cf75-7de4-4285-98a5-9c06d428ee41", "exec": [ "" ], @@ -17891,7 +17891,7 @@ { "listen": "test", "script": { - "id": "7c384cf2-a056-4595-a669-d54604ee668e", + "id": "e7a33b89-8c10-483e-92aa-d005cd203a29", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -17941,7 +17941,7 @@ { "listen": "prerequest", "script": { - "id": "708442c1-39bf-481b-892a-fb4ca1cda088", + "id": "db0cd568-a9bb-4de0-9e44-086a3e3a6ae1", "exec": [ "" ], @@ -17951,7 +17951,7 @@ { "listen": "test", "script": { - "id": "123091c2-baf1-44a9-8ade-39b84e728b12", + "id": "bab99e89-4688-442b-98bf-7740baf9efc9", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18028,7 +18028,7 @@ { "listen": "test", "script": { - "id": "5ccd10dd-0bf6-45b5-90af-3918fd16802f", + "id": "c9fdd97f-1a9f-45e4-b7c1-eef4a478db50", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18123,7 +18123,7 @@ { "listen": "test", "script": { - "id": "c11b4666-3b84-42fc-8a48-22b4a9e06f52", + "id": "dbfcc499-b1ca-4e6b-ae8d-ef7aadc954f3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18227,7 +18227,7 @@ { "listen": "test", "script": { - "id": "69bdae1f-9f30-4e0b-940e-c3a78701a009", + "id": "84080a3b-e8e8-4ccd-8b4e-2f71989720df", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18279,7 +18279,7 @@ { "listen": "prerequest", "script": { - "id": "06f9ff59-e30a-4d61-b6c5-3ab7ef82434c", + "id": "cbe1e262-59b9-4cd8-bded-c811b2fca209", "exec": [ "" ], @@ -18289,7 +18289,7 @@ { "listen": "test", "script": { - "id": "d8bc023e-e1df-4455-bc70-2ddcfa751a75", + "id": "a74790fd-3f81-46d1-9c5d-f686b7ff0119", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18339,7 +18339,7 @@ { "listen": "prerequest", "script": { - "id": "5148698d-d8e9-424c-934a-57e6b59d9dc1", + "id": "552d4953-39e4-4cb2-ad14-d3e34b2d7778", "exec": [ "" ], @@ -18349,7 +18349,7 @@ { "listen": "test", "script": { - "id": "989c1dd7-fd4c-4f86-a09c-5e0258370ca4", + "id": "bd8c0f70-cfd6-45d2-98f5-73234e9549b8", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18426,7 +18426,7 @@ { "listen": "test", "script": { - "id": "45912883-70b7-4d9d-bee6-b41a0672e516", + "id": "15f31813-b46f-4d82-9035-596480e11bf2", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18521,7 +18521,7 @@ { "listen": "test", "script": { - "id": "e5e7c3e3-6748-4f85-a1b3-ec3080da2433", + "id": "59766661-cb28-4fa8-bbce-981562ef9787", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -18625,7 +18625,7 @@ { "listen": "test", "script": { - "id": "a1feadb9-5079-42c9-a822-ce8bc85ea0ac", + "id": "3334156d-0030-4605-9f4c-cc9539c83e93", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18677,7 +18677,7 @@ { "listen": "prerequest", "script": { - "id": "bba8ca9f-8edf-4c12-85ea-c3f05cd0c20d", + "id": "2b2696d1-075e-4845-b767-254768b49410", "exec": [ "" ], @@ -18687,7 +18687,7 @@ { "listen": "test", "script": { - "id": "6865922e-1c34-469c-a0a6-9ce366049eb8", + "id": "ab5be46d-f619-4424-b5d1-bf2654cd8815", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18737,7 +18737,7 @@ { "listen": "prerequest", "script": { - "id": "eb5de760-6626-4b00-a4ef-2134fd94bcbf", + "id": "5bef5930-097c-4d00-b5e7-2c8fae8b5842", "exec": [ "" ], @@ -18747,7 +18747,7 @@ { "listen": "test", "script": { - "id": "3651fc4b-43c1-4098-91ef-50fcb7af462a", + "id": "bc83eabd-fbb8-40a9-b32a-9bb4ac666c0c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18824,7 +18824,7 @@ { "listen": "test", "script": { - "id": "e56c2482-b9e8-418a-b967-1fcf09e0ab7b", + "id": "8f77a667-d125-4138-8b26-8b7f1a9fc287", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -18940,7 +18940,7 @@ { "listen": "test", "script": { - "id": "a421bfe7-d53c-4dc1-8a88-ea47673c53cf", + "id": "55a87c42-e7ea-45a0-90c2-bd82ffae1469", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19044,7 +19044,7 @@ { "listen": "test", "script": { - "id": "86c6b295-fd62-428e-bebb-379b558e55f7", + "id": "be26e821-f74f-49af-adb5-ae098a60a0de", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19096,7 +19096,7 @@ { "listen": "prerequest", "script": { - "id": "ef76a45c-c05c-49ea-8f89-71fa3924e265", + "id": "65f4c99e-504a-4cd1-a346-de90bbcee3b5", "exec": [ "" ], @@ -19106,7 +19106,7 @@ { "listen": "test", "script": { - "id": "f73eaf1d-dd61-40c3-8c10-df414e95e958", + "id": "890cfd70-053a-4a5f-8e3b-255b6e445c7b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19156,7 +19156,7 @@ { "listen": "prerequest", "script": { - "id": "a23b4cad-2d04-4f88-a817-49cdb1c1f6f9", + "id": "9f1fae33-748a-4ab7-bce7-633b40d3ef14", "exec": [ "" ], @@ -19166,7 +19166,7 @@ { "listen": "test", "script": { - "id": "d268049e-6c6d-48c0-b973-cdc44e90398d", + "id": "50535c60-8135-49ab-9db5-1461baa8d491", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19243,7 +19243,7 @@ { "listen": "test", "script": { - "id": "d0b1e7ed-e108-4236-97c4-d191dfdb2f18", + "id": "d1709638-7e2d-40de-9fd0-1f2f32d77b8c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19338,7 +19338,7 @@ { "listen": "test", "script": { - "id": "8a14c06c-a7f0-4267-b5ee-b1059072ce3f", + "id": "d8ede072-7d3d-45ef-b3bb-e5c60f66ee67", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19442,7 +19442,7 @@ { "listen": "test", "script": { - "id": "90351e88-b923-4c62-a289-86c702c7b3b9", + "id": "6e2abee4-9d41-4472-9626-e4ed3db715a6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19494,7 +19494,7 @@ { "listen": "prerequest", "script": { - "id": "1a262202-7e76-45ae-aa24-2e9248b58a7f", + "id": "d3ccbd59-e9e1-48a4-833e-3304830d0b2c", "exec": [ "" ], @@ -19504,7 +19504,7 @@ { "listen": "test", "script": { - "id": "f7371e19-6459-477c-9105-b585797d4ed8", + "id": "e50bd595-018c-4dc4-bd97-ef88921907aa", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19554,7 +19554,7 @@ { "listen": "prerequest", "script": { - "id": "8132ddc3-9622-45a9-898c-b6724eb5e6df", + "id": "9b48f880-8201-4edc-8378-d333c64434f4", "exec": [ "" ], @@ -19564,7 +19564,7 @@ { "listen": "test", "script": { - "id": "7c36bb62-d96f-44d5-aafe-4ebaff291ee0", + "id": "e046f4fe-373b-40c2-85d4-17cefaba2c68", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19641,7 +19641,7 @@ { "listen": "test", "script": { - "id": "6f076ebd-dadd-42f7-9e3c-f96ba2395ffa", + "id": "f6ec0626-8ec4-4c4a-8480-9200d03c530a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19754,7 +19754,7 @@ { "listen": "test", "script": { - "id": "f8704d00-c0ec-4bf0-b087-1a85dec1927c", + "id": "9ed2c15a-98ed-4ea3-a601-2726c90c49e9", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -19858,7 +19858,7 @@ { "listen": "test", "script": { - "id": "5d214dd4-33cd-41a5-ad74-b250edeba6fa", + "id": "8e78eabf-9f8b-4f02-8ec7-9c7120900423", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19910,7 +19910,7 @@ { "listen": "prerequest", "script": { - "id": "c1adbe21-fc1a-4059-8eb5-f28ea87b8360", + "id": "cec4ed3c-8ab4-4b14-8c30-34c0bcd1beea", "exec": [ "" ], @@ -19920,7 +19920,7 @@ { "listen": "test", "script": { - "id": "030127eb-0a86-44af-9cdb-ef90a9a4d07a", + "id": "0207b662-8bff-4e05-b98b-7631030cb0d0", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -19970,7 +19970,7 @@ { "listen": "prerequest", "script": { - "id": "6bfe9bdf-de89-46f0-9973-8095b3a2c018", + "id": "84c29ef9-a24c-4868-a19e-fdcbcaabf15f", "exec": [ "" ], @@ -19980,7 +19980,7 @@ { "listen": "test", "script": { - "id": "e8c0bd2b-878c-4b92-a9f9-9a28ed794f75", + "id": "93475fa0-5a44-4d85-af13-2eca93b008d3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20057,7 +20057,7 @@ { "listen": "test", "script": { - "id": "5c00b4af-3144-4ec7-80ee-12ceafa5fd35", + "id": "88628cf0-cafc-44bd-888f-da73ffc2207a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20152,7 +20152,7 @@ { "listen": "test", "script": { - "id": "0d3d17c8-38cd-4eeb-be5d-084ab42a3fe6", + "id": "aef4addf-40bd-4aa9-bba4-f903961cf8cf", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20256,7 +20256,7 @@ { "listen": "test", "script": { - "id": "c098f3e4-62cc-4b6f-8ba5-7f4c4fd8d6a9", + "id": "0fb46ae3-3d0e-4e31-82fe-de15f03c587d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20308,7 +20308,7 @@ { "listen": "prerequest", "script": { - "id": "6022d631-31fb-4a30-98e6-e063d04e63ab", + "id": "4f0ca397-4bfd-4fea-ad5f-40500b851c59", "exec": [ "" ], @@ -20318,7 +20318,7 @@ { "listen": "test", "script": { - "id": "a8f6d578-2122-45c3-809a-ca163ee2a4bb", + "id": "c2f8de5a-f663-475a-bb04-4db7f16ae841", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20368,7 +20368,7 @@ { "listen": "prerequest", "script": { - "id": "5ba17970-1958-453c-a88e-77afb0068ea2", + "id": "44f770bd-d302-4050-9952-e11f2a1b4a09", "exec": [ "" ], @@ -20378,7 +20378,7 @@ { "listen": "test", "script": { - "id": "328d1d5d-2f90-4a48-9953-af9e6d963f9a", + "id": "a80bcf71-b092-4dc1-870d-bc21edc4b312", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20455,7 +20455,7 @@ { "listen": "test", "script": { - "id": "732ae740-6192-46cf-b23d-01738743d7bf", + "id": "d8463105-a70d-46e3-bbc4-45d864389674", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20550,7 +20550,7 @@ { "listen": "test", "script": { - "id": "d21185b4-aaa4-46fb-89da-2d7308d20ce1", + "id": "075ca318-7cd3-4e50-9fe1-9ae46088cedf", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20654,7 +20654,7 @@ { "listen": "test", "script": { - "id": "cb02da2f-f972-43fe-b466-cd362c430a90", + "id": "45019517-71ea-4b7d-b291-6d6a4dffe893", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20706,7 +20706,7 @@ { "listen": "prerequest", "script": { - "id": "17fcac5d-5930-4372-ab08-d02aeac05320", + "id": "56a74ba6-c593-4b74-b990-1f74007302b2", "exec": [ "" ], @@ -20716,7 +20716,7 @@ { "listen": "test", "script": { - "id": "101aeb1f-9d59-42f3-aea9-90ad41176b98", + "id": "064c4a9a-33c8-4b69-952c-90590ceb6eb3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20766,7 +20766,7 @@ { "listen": "prerequest", "script": { - "id": "7ad383be-0c62-4e73-a0fc-bbbc770c6e78", + "id": "644ba2d0-41ea-49ae-aaa5-a56f6eef3b1d", "exec": [ "" ], @@ -20776,7 +20776,7 @@ { "listen": "test", "script": { - "id": "4bf60ec5-d05a-4062-85d6-8e311b829fda", + "id": "b60a2073-221e-450a-abfd-b1b8f5492528", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20853,7 +20853,7 @@ { "listen": "test", "script": { - "id": "60e1b0f7-dbde-41b4-80ee-3940d0bff57e", + "id": "a8d2dacc-3201-49d0-90b0-f931a8e2568e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -20948,7 +20948,7 @@ { "listen": "test", "script": { - "id": "74a2f887-5885-4355-80b7-6bf7c1697a2d", + "id": "2500f7af-916a-46d6-b67f-677ff4fc1b29", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21052,7 +21052,7 @@ { "listen": "test", "script": { - "id": "9cac23ce-d138-4cf8-bfee-18f484928963", + "id": "0e27907d-6a55-4179-8371-b8095685fb5e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21104,7 +21104,7 @@ { "listen": "prerequest", "script": { - "id": "e45cf902-0216-4aa0-bee8-6b877b153b54", + "id": "aafd5aa6-6de2-457c-8577-a1ea544c35d0", "exec": [ "" ], @@ -21114,7 +21114,7 @@ { "listen": "test", "script": { - "id": "48bde646-9ef7-4ad8-8de5-c5bfc7a0141e", + "id": "4f16bbf0-4e34-4ea9-94eb-c3b1c332264e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21164,7 +21164,7 @@ { "listen": "prerequest", "script": { - "id": "1c8fa6f1-d124-49d6-8906-e97af89a3a2b", + "id": "80e734d1-1ab4-40bf-b187-ee9634eb220b", "exec": [ "" ], @@ -21174,7 +21174,7 @@ { "listen": "test", "script": { - "id": "4d47c6be-810a-45d2-b294-1e96b42efd5e", + "id": "07b83945-196e-4387-8d45-44f32b0c2cda", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21251,7 +21251,7 @@ { "listen": "test", "script": { - "id": "8d05a1af-e6bd-483f-ad7f-28e39c75fa4e", + "id": "c309e263-1d7c-4a37-9ea2-d3ebd4249b1b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21346,7 +21346,7 @@ { "listen": "test", "script": { - "id": "34671830-536c-4a72-a6f6-16a210a00068", + "id": "dc1a4521-d827-4a21-b868-a918c18db51a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21450,7 +21450,7 @@ { "listen": "test", "script": { - "id": "971710a7-f31f-4c0d-8ac0-54cce7748d03", + "id": "f28e5c33-0906-411e-928e-026f2677e941", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21502,7 +21502,7 @@ { "listen": "prerequest", "script": { - "id": "52e912e3-f847-49f4-ba5f-568d23fcd728", + "id": "9a96fab9-c3d8-4ae1-a794-19ffb6a3d90d", "exec": [ "" ], @@ -21512,7 +21512,7 @@ { "listen": "test", "script": { - "id": "a08dafe6-a18d-4e04-a902-0ac94d093eb2", + "id": "3a9019cd-72ab-4250-a05f-868b47d01005", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21562,7 +21562,7 @@ { "listen": "prerequest", "script": { - "id": "811e9adc-bec5-4688-93bb-8a2193527467", + "id": "c07c028f-491d-4564-9e25-547a1ec41791", "exec": [ "" ], @@ -21572,7 +21572,7 @@ { "listen": "test", "script": { - "id": "e23a726f-f413-4518-b0f4-ad7c561955bd", + "id": "09106705-2d80-4449-851d-05d0e3f077e0", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21649,7 +21649,7 @@ { "listen": "test", "script": { - "id": "ca30a51e-7462-4cbd-bc00-e2ff1fbfc22f", + "id": "caa34ea8-fb08-4735-a203-ada485857226", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(500);\r", @@ -21744,7 +21744,7 @@ { "listen": "test", "script": { - "id": "064c2779-2956-4097-b86f-9f38cdcc5ae7", + "id": "4bcb28d4-4102-46b0-9c40-e22d39718e11", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21848,7 +21848,7 @@ { "listen": "test", "script": { - "id": "5399afe3-f4d8-42b0-8080-96fc4eb56b50", + "id": "efd396d2-dd5d-48c0-a1f3-8226b0cbd3b7", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21900,7 +21900,7 @@ { "listen": "prerequest", "script": { - "id": "6054130c-7524-41ab-8fed-729406dfd81d", + "id": "1d4b438e-a9d9-4f49-869f-50b8c8e536bc", "exec": [ "" ], @@ -21910,7 +21910,7 @@ { "listen": "test", "script": { - "id": "310f8ced-8929-4b05-93de-f4e3848ffbe1", + "id": "fa53a464-7c5d-4816-9771-305e9ac74b8c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -21960,7 +21960,7 @@ { "listen": "prerequest", "script": { - "id": "dbec880f-83ed-4f5c-afb9-dcfda832a79f", + "id": "baae86eb-4eac-47b3-8ec4-2a93fa2ab308", "exec": [ "" ], @@ -21970,7 +21970,7 @@ { "listen": "test", "script": { - "id": "ba8df30a-dfaf-44a8-a9fa-773a066ad030", + "id": "c262f1ee-f39f-4e6e-9d92-67d77bfc4af5", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22047,7 +22047,7 @@ { "listen": "test", "script": { - "id": "629fc626-787c-443a-a2f3-9302979443f4", + "id": "031836d5-a7c5-4584-a793-a0891e028d5c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22142,7 +22142,7 @@ { "listen": "test", "script": { - "id": "e0eadb51-0aa8-4af7-a634-011e077a491d", + "id": "36f6e0ba-e709-40e9-97c1-4049d9245fd9", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22246,7 +22246,7 @@ { "listen": "test", "script": { - "id": "7037d8e2-4e6b-4406-a802-b588f1562cf1", + "id": "1d993a30-7dce-41f4-9850-60265ed2f01a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22298,7 +22298,7 @@ { "listen": "prerequest", "script": { - "id": "839cc129-2b54-49ba-bf11-b7ca9c43f086", + "id": "a8325b67-1164-40bb-b82d-8206de04090d", "exec": [ "" ], @@ -22308,7 +22308,7 @@ { "listen": "test", "script": { - "id": "36a36d91-2f6a-4e4d-8356-13bf26225ab2", + "id": "96dd2e56-ec2a-41d3-8599-ab82ef5e55c9", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22358,7 +22358,7 @@ { "listen": "prerequest", "script": { - "id": "124d4985-27ca-4257-ac2f-6c7abec5c6a4", + "id": "3ee2e4d8-cfae-4199-af38-80f9e428b2e3", "exec": [ "" ], @@ -22368,7 +22368,7 @@ { "listen": "test", "script": { - "id": "d21de205-cffa-41a0-a231-6d29c27312ee", + "id": "823dfd77-8a1a-489c-825e-48d386f21cc9", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22445,7 +22445,7 @@ { "listen": "test", "script": { - "id": "3c7ead07-71bd-4133-8f3c-913480718e83", + "id": "6887d421-e0cf-4a68-a06e-81a160f325b4", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22540,7 +22540,7 @@ { "listen": "test", "script": { - "id": "2a9d52f1-c5a0-4bed-9bfa-9694b233c3ac", + "id": "f321d099-37a7-4c7f-9b23-83361eeca6d3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22644,7 +22644,7 @@ { "listen": "test", "script": { - "id": "397e4ece-3381-434a-9a98-08412e33d5d1", + "id": "be6803ab-5dc8-4b97-8cb5-4d2eefe13111", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22696,7 +22696,7 @@ { "listen": "prerequest", "script": { - "id": "6d2212f4-f138-4caa-8681-972e315eb4be", + "id": "c8ceb3f3-22cb-4146-b4a2-96ff9ff19c0a", "exec": [ "" ], @@ -22706,7 +22706,7 @@ { "listen": "test", "script": { - "id": "3a8b5864-bfdf-42ef-9240-ce62a2ec9a80", + "id": "85138f10-9216-4f15-91b8-1b6d7f898066", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22756,7 +22756,7 @@ { "listen": "prerequest", "script": { - "id": "35bd509b-bcf4-4fd4-9fea-db49b3f18eec", + "id": "9a278807-64b8-43e8-a5c3-2778f4f83205", "exec": [ "" ], @@ -22766,7 +22766,7 @@ { "listen": "test", "script": { - "id": "1d7c1830-083f-43ac-b287-dc1ceec20476", + "id": "ea5b1921-09f7-47bf-b997-3bba107c899a", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22843,7 +22843,7 @@ { "listen": "test", "script": { - "id": "e2d32d5b-38b4-4fdc-9c4d-31f58c4fc6bb", + "id": "7f0e6dfa-76da-4823-b755-48ea2f2cfd6e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -22938,7 +22938,7 @@ { "listen": "test", "script": { - "id": "f0f5d07d-ebb6-41aa-b153-a043e2159548", + "id": "4b5f25c7-9d66-4649-8276-6f38aec93613", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23042,7 +23042,7 @@ { "listen": "test", "script": { - "id": "0def1b99-1394-45de-ba1a-1e67c199e9e2", + "id": "fbe69fe1-8edd-4cce-81ce-164932a12d46", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23094,7 +23094,7 @@ { "listen": "prerequest", "script": { - "id": "b806734b-825f-436a-9d6d-04509e1326f9", + "id": "e6ed4bb8-8174-40b7-b4e6-7f1b1577b4c0", "exec": [ "" ], @@ -23104,7 +23104,7 @@ { "listen": "test", "script": { - "id": "6b62845f-2162-4fad-b1e4-1a3dcb681d38", + "id": "46e8d9c7-eed0-4a22-a528-4288d9fbde9f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23154,7 +23154,7 @@ { "listen": "prerequest", "script": { - "id": "06320cad-3b8b-46fa-b130-7d3df76d2e32", + "id": "6c230821-c37d-437d-9ceb-dc0fe6957ef0", "exec": [ "" ], @@ -23164,7 +23164,7 @@ { "listen": "test", "script": { - "id": "989f2d18-169e-4fc2-96d9-e94ba324a3fd", + "id": "e6522e4e-087f-486d-aeee-8d32652a2f28", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23241,7 +23241,7 @@ { "listen": "test", "script": { - "id": "f1c5af70-77eb-4ab6-af43-603d896942d7", + "id": "1f198b07-7690-4c9f-b92b-ba9c93e8e2d6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23336,7 +23336,7 @@ { "listen": "test", "script": { - "id": "bf958ac3-f27a-4be1-b206-cd10a41375f7", + "id": "553a8050-fb86-47a8-8f93-37a907a02738", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23440,7 +23440,7 @@ { "listen": "test", "script": { - "id": "7a47a7e4-ad98-440b-8baf-019bb4da56aa", + "id": "d8d0a1f9-a868-4f4f-8e3d-e8e96fa1458f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23492,7 +23492,7 @@ { "listen": "prerequest", "script": { - "id": "c133f7c7-44d3-4be9-b55e-eb0ee1be1da1", + "id": "93dcad6a-a2d5-4659-9af3-a015aede8ff6", "exec": [ "" ], @@ -23502,7 +23502,7 @@ { "listen": "test", "script": { - "id": "98710151-0f10-4e01-bab1-11e4db2ffedf", + "id": "db492e68-47d3-47da-9d38-58972d179eed", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23552,7 +23552,7 @@ { "listen": "prerequest", "script": { - "id": "69b62de6-ded5-4864-9935-9b1d5a9687e2", + "id": "39fae62f-ad7c-410d-8ea6-6423ac1680fa", "exec": [ "" ], @@ -23562,7 +23562,7 @@ { "listen": "test", "script": { - "id": "78eb830e-175a-498e-88c1-73ebea186299", + "id": "8162ac12-f1d6-4c90-b6b7-5f8982d2c1a0", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23639,7 +23639,7 @@ { "listen": "test", "script": { - "id": "2f69f07f-0ee1-4728-abde-2aba9a292f4d", + "id": "6e07e266-d803-4b69-913b-13ab3256ebb4", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23734,7 +23734,7 @@ { "listen": "test", "script": { - "id": "dbdff1fa-4d95-4aac-b352-4e8579a3db11", + "id": "84f14087-8291-48ac-abaa-75a134873d9e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23838,7 +23838,7 @@ { "listen": "test", "script": { - "id": "52f7ac69-4790-4ac3-85f4-e6278b98d03c", + "id": "faf6ce26-fb58-4200-9bf3-d3bb8db1dd28", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23890,7 +23890,7 @@ { "listen": "prerequest", "script": { - "id": "173ba461-c4ab-427d-be92-ac43125af5f8", + "id": "a7bef93c-4800-4688-981a-cb16c1fd1d36", "exec": [ "" ], @@ -23900,7 +23900,7 @@ { "listen": "test", "script": { - "id": "f9842ff4-8b73-4c53-9a91-f03cc2832268", + "id": "8b3596b9-1489-444b-8494-6cb2ffad7893", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -23950,7 +23950,7 @@ { "listen": "prerequest", "script": { - "id": "e7f15e74-7852-431a-b8b6-481b3499ad9a", + "id": "0d25b2cc-0fc1-4321-9510-67b02583297e", "exec": [ "" ], @@ -23960,7 +23960,7 @@ { "listen": "test", "script": { - "id": "a7db2ac7-61be-4458-bda6-0af32f8bfab9", + "id": "2f9e8204-41fd-43ef-8690-d76e18f5ef50", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24037,7 +24037,7 @@ { "listen": "test", "script": { - "id": "47d8e18b-05d7-44ce-9246-287825c7b812", + "id": "ef263efe-7777-4b44-9e6e-ae7d2ef74db6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24132,7 +24132,7 @@ { "listen": "test", "script": { - "id": "fa61bd84-26f6-44c3-9666-638fe4a9e10e", + "id": "6cb833a8-3034-458a-b68d-632fe0851a9c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24236,7 +24236,7 @@ { "listen": "test", "script": { - "id": "daf2b68f-45d4-4bd2-bf95-61a89e12acaf", + "id": "1471c292-609d-4fd5-baba-20a0fd67d36e", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24288,7 +24288,7 @@ { "listen": "prerequest", "script": { - "id": "6e314830-2de0-4c1b-ae9e-0fa4fdf8429d", + "id": "f36bb586-4341-4c36-883e-caa3e9058ce5", "exec": [ "" ], @@ -24298,7 +24298,7 @@ { "listen": "test", "script": { - "id": "7c7e4d87-c99d-41c1-bc49-d734051c3cb1", + "id": "1187458b-a3ce-4eaf-a252-b5a4431f282c", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24348,7 +24348,7 @@ { "listen": "prerequest", "script": { - "id": "724678e5-65a7-477b-a9b6-5d33d1f6c247", + "id": "ba2732cf-1e44-4a89-8f6e-f91b47d3c368", "exec": [ "" ], @@ -24358,7 +24358,7 @@ { "listen": "test", "script": { - "id": "e87dca2f-3eb1-4e9c-86ea-164afd3b09af", + "id": "3467ba68-a166-408c-a13d-4e7c451228e1", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24435,7 +24435,7 @@ { "listen": "test", "script": { - "id": "d78c8e10-b449-4efd-9aa2-328b7d791eff", + "id": "39626d66-6675-4578-b3ba-8cea6191f47f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24530,7 +24530,7 @@ { "listen": "test", "script": { - "id": "dd880d3b-8c5a-4817-afa0-40387948a486", + "id": "0ef33b0b-6c7c-4832-8848-e376d7f550ae", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24634,7 +24634,7 @@ { "listen": "test", "script": { - "id": "19f8cb84-8520-4366-af10-df5b2316f018", + "id": "8bc6bf1d-37ca-4124-9447-d361ce24ede2", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24686,7 +24686,7 @@ { "listen": "prerequest", "script": { - "id": "3fb9c7a6-9e86-4f46-b5dd-0d5b83fa1abd", + "id": "b94f01c2-64c2-4732-a9c3-5b552fc1a4be", "exec": [ "" ], @@ -24696,7 +24696,7 @@ { "listen": "test", "script": { - "id": "3438e430-b9fb-4e5e-9ed0-875e94fa222e", + "id": "3d618b59-83b3-425e-82f7-d33585b15d47", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24746,7 +24746,7 @@ { "listen": "prerequest", "script": { - "id": "530957c4-0988-4a52-9353-4f1c96e249ce", + "id": "cb317aea-311b-45ce-89a2-32db131f2bdb", "exec": [ "" ], @@ -24756,7 +24756,7 @@ { "listen": "test", "script": { - "id": "b38166bf-e3ba-43d6-8ac9-f7e41849eac2", + "id": "d3a1d351-ffb5-4d67-a1a7-715ac5919bb3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24833,7 +24833,7 @@ { "listen": "test", "script": { - "id": "0140a293-a72a-46df-a675-7b6b01100f2b", + "id": "a4a31b81-691d-4bd4-a4e4-31244721d146", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -24928,7 +24928,7 @@ { "listen": "test", "script": { - "id": "6d21069d-cc62-4eb1-bb31-d5355ed75321", + "id": "894e2c76-18f2-4d45-a281-1c8d6f01371b", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25032,7 +25032,7 @@ { "listen": "test", "script": { - "id": "4043f987-bae8-4562-ae7b-ea6ef1eb8123", + "id": "c6dc06d9-687f-4868-9d31-2dddb5b52351", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25084,7 +25084,7 @@ { "listen": "prerequest", "script": { - "id": "582879b7-fe54-44b7-87db-bc869c6ee30d", + "id": "603847a3-2726-48d1-9884-a2c9508769a5", "exec": [ "" ], @@ -25094,7 +25094,7 @@ { "listen": "test", "script": { - "id": "877449eb-d096-46b4-814e-1d01555c39b3", + "id": "742fe3e3-0480-4827-af0a-1321c3431e46", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25134,7 +25134,7 @@ { "listen": "prerequest", "script": { - "id": "8517f331-cd64-44af-abf2-3a34512a59d5", + "id": "e77f8c9c-40a7-46ab-9b81-bdf1862c4347", "exec": [ "" ], @@ -25144,7 +25144,7 @@ { "listen": "test", "script": { - "id": "11bcd35d-6a42-4493-bd4e-d406374e63df", + "id": "14506129-7c10-4d4f-b089-86f41479418d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25211,7 +25211,7 @@ { "listen": "test", "script": { - "id": "19046218-86f0-4849-99d1-1131b1647407", + "id": "89c1a932-1337-4ba3-a4b3-b3f74d0b19d6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25306,7 +25306,7 @@ { "listen": "test", "script": { - "id": "0c4457a4-1b6a-43c9-9a0d-2c811db92a9f", + "id": "d4daca52-f2f1-444e-84e0-c5baca698b73", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25410,7 +25410,7 @@ { "listen": "test", "script": { - "id": "68f8a542-4844-494a-9a48-b85d2d8e1b93", + "id": "b5364e76-2f93-48e8-8ef4-8288b9bf3997", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25462,7 +25462,7 @@ { "listen": "prerequest", "script": { - "id": "d65a743a-5ffc-4195-b24e-5845ddd4a204", + "id": "40e833a2-b7c5-47a8-b355-cf9b65357761", "exec": [ "" ], @@ -25472,7 +25472,7 @@ { "listen": "test", "script": { - "id": "1df2bd64-7245-4b61-a8e3-39f16d8e5193", + "id": "72319441-ee1f-41b5-a81b-ba37eb842c45", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25522,7 +25522,7 @@ { "listen": "prerequest", "script": { - "id": "e5e3b6d1-4a74-4c88-9d3c-536677b92bab", + "id": "f1fe4e37-0121-4b92-b48d-011dd732ba29", "exec": [ "" ], @@ -25532,7 +25532,7 @@ { "listen": "test", "script": { - "id": "bec61a28-fe8e-4b2f-9758-afc423a758ca", + "id": "fc8e1c39-1691-4f10-a20c-504dd6f0983f", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25609,7 +25609,7 @@ { "listen": "test", "script": { - "id": "7430a0c2-0a6f-4158-810e-1b9747cf4512", + "id": "8feafa2d-a31f-4a7f-a095-5b05d2eb8339", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25646,19 +25646,19 @@ }, "response": [ { - "name": "Shifts By ID", + "name": "Users By ID", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/shifts/102", + "raw": "http://{{datagateway-api}}/users/4", "protocol": "http", "host": [ "{{datagateway-api}}" ], "path": [ - "shifts", - "102" + "users", + "4" ], "query": [ { @@ -25679,7 +25679,7 @@ }, { "key": "Content-Length", - "value": "395" + "value": "282" }, { "key": "Access-Control-Allow-Origin", @@ -25691,26 +25691,26 @@ }, { "key": "Date", - "value": "Wed, 22 Jul 2020 10:18:03 GMT" + "value": "Tue, 14 Jul 2020 12:22:50 GMT" } ], "cookie": [], - "body": "{\n \"ID\": 102,\n \"COMMENT\": \"Answer since heart message. Happy mission ok play dog character organization. Theory be region character along artist best.\",\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-01-05 13:20:58\",\n \"ENDDATE\": \"2027-01-10 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2011-05-06 16:20:45\",\n \"STARTDATE\": \"2027-02-07 00:00:00\",\n \"INVESTIGATION_ID\": 108\n}" + "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" }, { - "name": "Users By ID", + "name": "Shifts By ID", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users/4", + "raw": "http://{{datagateway-api}}/shifts/102", "protocol": "http", "host": [ "{{datagateway-api}}" ], "path": [ - "users", - "4" + "shifts", + "102" ], "query": [ { @@ -25731,7 +25731,7 @@ }, { "key": "Content-Length", - "value": "282" + "value": "395" }, { "key": "Access-Control-Allow-Origin", @@ -25743,11 +25743,11 @@ }, { "key": "Date", - "value": "Tue, 14 Jul 2020 12:22:50 GMT" + "value": "Wed, 22 Jul 2020 10:18:03 GMT" } ], "cookie": [], - "body": "{\n \"ID\": 4,\n \"CREATE_ID\": \"simple/root\",\n \"CREATE_TIME\": \"2020-06-02 10:46:13\",\n \"EMAIL\": \"elisa.hills@durganprice.com\",\n \"FULLNAME\": \"Erna Marvin II\",\n \"MOD_ID\": \"simple/root\",\n \"MOD_TIME\": \"2020-06-02 10:46:13\",\n \"NAME\": \"db/user11\",\n \"ORCIDID\": null\n}" + "body": "{\n \"ID\": 102,\n \"COMMENT\": \"Answer since heart message. Happy mission ok play dog character organization. Theory be region character along artist best.\",\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-01-05 13:20:58\",\n \"ENDDATE\": \"2027-01-10 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2011-05-06 16:20:45\",\n \"STARTDATE\": \"2027-02-07 00:00:00\",\n \"INVESTIGATION_ID\": 108\n}" } ] }, @@ -25757,7 +25757,7 @@ { "listen": "test", "script": { - "id": "90df5e83-90bd-48ac-9ce5-8b40ea930da3", + "id": "c0cdf903-65a2-4a2c-9012-39889c0eff23", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25862,7 +25862,7 @@ { "listen": "test", "script": { - "id": "909c7c24-e1f4-4f7f-905b-0ed8b2158560", + "id": "48452bfa-78da-452c-8c7d-b85eca2da8e1", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25914,7 +25914,7 @@ { "listen": "prerequest", "script": { - "id": "aeb300af-5dd0-47f6-9220-6de1082cbdfa", + "id": "bb81fe3d-94a3-4f1a-a6a8-07bb2b377470", "exec": [ "" ], @@ -25924,7 +25924,7 @@ { "listen": "test", "script": { - "id": "55c13c69-2799-4647-ba56-45d12332827f", + "id": "72311f1c-7ce7-4cd3-86a0-5bba2a93ca03", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -25974,7 +25974,7 @@ { "listen": "prerequest", "script": { - "id": "19296a04-9bb3-4779-8c9d-49c699194edf", + "id": "e092bfef-9986-4390-a21e-1574178be1dc", "exec": [ "" ], @@ -25984,7 +25984,7 @@ { "listen": "test", "script": { - "id": "d684a398-5681-4274-94d6-9216b6aae0f6", + "id": "077ac65f-d593-4a91-90f8-a59b35c0d645", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26061,7 +26061,7 @@ { "listen": "test", "script": { - "id": "dc6879ec-84ff-4dd5-87fd-c0e2c01410a3", + "id": "3ea7431d-2277-488c-b2e8-aaa18cf11140", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26156,7 +26156,7 @@ { "listen": "test", "script": { - "id": "ba2556bd-bd7c-416e-af0e-d75d6932fc15", + "id": "4ea561e5-c536-42fa-86f4-c6aa4faa8611", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26260,7 +26260,7 @@ { "listen": "test", "script": { - "id": "a1c58868-1354-4f1e-86a0-5b2be4202bee", + "id": "baf1615c-50be-40a1-a409-b3b1954568d3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26312,7 +26312,7 @@ { "listen": "prerequest", "script": { - "id": "49d86c10-2038-4890-a663-7698c33598d6", + "id": "7eaa6cee-1c8b-41a1-ad01-64b187ed95e9", "exec": [ "" ], @@ -26322,7 +26322,7 @@ { "listen": "test", "script": { - "id": "322434fc-731f-457e-a190-49fe673e0abe", + "id": "5798aec8-d9f1-445d-86b9-4958cb527024", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26372,7 +26372,7 @@ { "listen": "prerequest", "script": { - "id": "b478f962-f8ec-412e-b067-069ca66e6f59", + "id": "17d0ca0e-970e-4921-9fc8-9d1abc0c9a4e", "exec": [ "" ], @@ -26382,7 +26382,7 @@ { "listen": "test", "script": { - "id": "cf058126-e3d3-4e39-b188-51d0d086fa45", + "id": "69e5da30-901e-4754-a1da-4fa605bdfb97", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26459,7 +26459,7 @@ { "listen": "test", "script": { - "id": "0844aa5b-4145-44c8-8a61-fb04ed4255d1", + "id": "0fd1eb9f-7d20-4957-831c-6d2084d40ce3", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26573,7 +26573,7 @@ { "listen": "test", "script": { - "id": "245eeab0-159c-4ac1-8739-19d8bb342135", + "id": "1471db18-7687-4d14-aa1d-e072daf0cf7a", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -26677,7 +26677,7 @@ { "listen": "test", "script": { - "id": "122e3477-a94a-4fd7-9c7d-1d5e0b15ceda", + "id": "341d3e6f-863f-4726-b338-129ee254988d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26729,7 +26729,7 @@ { "listen": "prerequest", "script": { - "id": "6ec3cc90-fe48-4589-83af-f65a1c3d0fd7", + "id": "91159127-6a75-4ad8-8b19-551c9d1b8986", "exec": [ "" ], @@ -26739,7 +26739,7 @@ { "listen": "test", "script": { - "id": "f99d801f-c0b7-4938-939c-c34070a36d42", + "id": "ce4e3b69-8eaf-4a7f-b8f7-6164cafd9948", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26789,7 +26789,7 @@ { "listen": "prerequest", "script": { - "id": "8a20e2d3-1345-495f-b056-2aa162fa3a1a", + "id": "3980666f-35e3-4979-af35-a8fa9f038dae", "exec": [ "" ], @@ -26799,7 +26799,7 @@ { "listen": "test", "script": { - "id": "b3a5f9e2-46fe-4b87-809e-51cdbb9ed19a", + "id": "2dce257c-7dbd-418b-b20e-5907fcf7f4ef", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26876,7 +26876,7 @@ { "listen": "test", "script": { - "id": "41d7d29e-e94c-46ce-a317-73e250c52266", + "id": "b61ebbce-a0f9-4340-8619-501747de2085", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -26993,12 +26993,12 @@ }, "response": [ { - "name": "Users By Filter - Distinct, no included fields", + "name": "Users By Filter", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users?distinct=\"id\"", + "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", "protocol": "http", "host": [ "{{datagateway-api}}" @@ -27009,47 +27009,36 @@ "query": [ { "key": "where", - "value": "{\"userGroups.id\": {\"in\": [44,23]}}", - "disabled": true - }, - { - "key": "include", - "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", - "disabled": true - }, - { - "key": "include", - "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "value": "{\"id\": {\"in\": [492, 3]}}", "disabled": true }, { "key": "include", - "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", "disabled": true }, { - "key": "include", - "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "key": "order", + "value": "\"ID desc\"", "disabled": true }, { - "key": "include", - "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "key": "limit", + "value": "10", "disabled": true }, { - "key": "order", - "value": "\"id desc\"", + "key": "skip", + "value": "5", "disabled": true }, { "key": "distinct", - "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", - "disabled": true + "value": "\"NAME\"" }, { "key": "where", - "value": "{\"userGroups.id\": {\"eq\": 50}}", + "value": "{\"id\": {\"like\": 4}}", "disabled": true }, { @@ -27063,22 +27052,23 @@ "disabled": true }, { - "key": "distinct", - "value": "\"id\"" + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true }, { - "key": "limit", - "value": "10", + "key": "order", + "value": "\"id desc\"", "disabled": true }, { - "key": "skip", - "value": "5", + "key": "order", + "value": "\"name asc\"", "disabled": true }, { - "key": "include", - "value": "\"userGroups\"", + "key": "order", + "value": "\"orcidId desc\"", "disabled": true } ] @@ -27094,7 +27084,7 @@ }, { "key": "Content-Length", - "value": "15333" + "value": "20374" }, { "key": "Access-Control-Allow-Origin", @@ -27106,11 +27096,11 @@ }, { "key": "Date", - "value": "Tue, 15 Sep 2020 10:33:56 GMT" + "value": "Mon, 24 Aug 2020 12:18:53 GMT" } ], "cookie": [], - "body": "[\n {\n \"id\": 1\n },\n {\n \"id\": 2\n },\n {\n \"id\": 3\n },\n {\n \"id\": 4\n },\n {\n \"id\": 5\n },\n {\n \"id\": 6\n },\n {\n \"id\": 7\n },\n {\n \"id\": 8\n },\n {\n \"id\": 9\n },\n {\n \"id\": 10\n },\n {\n \"id\": 11\n },\n {\n \"id\": 12\n },\n {\n \"id\": 13\n },\n {\n \"id\": 14\n },\n {\n \"id\": 15\n },\n {\n \"id\": 16\n },\n {\n \"id\": 17\n },\n {\n \"id\": 18\n },\n {\n \"id\": 19\n },\n {\n \"id\": 20\n },\n {\n \"id\": 21\n },\n {\n \"id\": 22\n },\n {\n \"id\": 23\n },\n {\n \"id\": 24\n },\n {\n \"id\": 25\n },\n {\n \"id\": 26\n },\n {\n \"id\": 27\n },\n {\n \"id\": 28\n },\n {\n \"id\": 29\n },\n {\n \"id\": 30\n },\n {\n \"id\": 31\n },\n {\n \"id\": 32\n },\n {\n \"id\": 33\n },\n {\n \"id\": 34\n },\n {\n \"id\": 35\n },\n {\n \"id\": 36\n },\n {\n \"id\": 37\n },\n {\n \"id\": 38\n },\n {\n \"id\": 39\n },\n {\n \"id\": 40\n },\n {\n \"id\": 41\n },\n {\n \"id\": 42\n },\n {\n \"id\": 43\n },\n {\n \"id\": 44\n },\n {\n \"id\": 45\n },\n {\n \"id\": 46\n },\n {\n \"id\": 47\n },\n {\n \"id\": 48\n },\n {\n \"id\": 49\n },\n {\n \"id\": 50\n },\n {\n \"id\": 51\n },\n {\n \"id\": 52\n },\n {\n \"id\": 53\n },\n {\n \"id\": 54\n },\n {\n \"id\": 55\n },\n {\n \"id\": 56\n },\n {\n \"id\": 57\n },\n {\n \"id\": 58\n },\n {\n \"id\": 59\n },\n {\n \"id\": 60\n },\n {\n \"id\": 61\n },\n {\n \"id\": 62\n },\n {\n \"id\": 63\n },\n {\n \"id\": 64\n },\n {\n \"id\": 65\n },\n {\n \"id\": 66\n },\n {\n \"id\": 67\n },\n {\n \"id\": 68\n },\n {\n \"id\": 69\n },\n {\n \"id\": 70\n },\n {\n \"id\": 71\n },\n {\n \"id\": 72\n },\n {\n \"id\": 73\n },\n {\n \"id\": 74\n },\n {\n \"id\": 75\n },\n {\n \"id\": 76\n },\n {\n \"id\": 77\n },\n {\n \"id\": 78\n },\n {\n \"id\": 79\n },\n {\n \"id\": 80\n },\n {\n \"id\": 81\n },\n {\n \"id\": 82\n },\n {\n \"id\": 83\n },\n {\n \"id\": 84\n },\n {\n \"id\": 85\n },\n {\n \"id\": 86\n },\n {\n \"id\": 87\n },\n {\n \"id\": 88\n },\n {\n \"id\": 89\n },\n {\n \"id\": 90\n },\n {\n \"id\": 91\n },\n {\n \"id\": 92\n },\n {\n \"id\": 93\n },\n {\n \"id\": 94\n },\n {\n \"id\": 95\n },\n {\n \"id\": 96\n },\n {\n \"id\": 97\n },\n {\n \"id\": 98\n },\n {\n \"id\": 99\n },\n {\n \"id\": 100\n },\n {\n \"id\": 101\n },\n {\n \"id\": 102\n },\n {\n \"id\": 103\n },\n {\n \"id\": 104\n },\n {\n \"id\": 105\n },\n {\n \"id\": 106\n },\n {\n \"id\": 107\n },\n {\n \"id\": 108\n },\n {\n \"id\": 109\n },\n {\n \"id\": 110\n },\n {\n \"id\": 111\n },\n {\n \"id\": 112\n },\n {\n \"id\": 113\n },\n {\n \"id\": 114\n },\n {\n \"id\": 115\n },\n {\n \"id\": 116\n },\n {\n \"id\": 117\n },\n {\n \"id\": 118\n },\n {\n \"id\": 119\n },\n {\n \"id\": 120\n },\n {\n \"id\": 121\n },\n {\n \"id\": 122\n },\n {\n \"id\": 123\n },\n {\n \"id\": 124\n },\n {\n \"id\": 125\n },\n {\n \"id\": 126\n },\n {\n \"id\": 127\n },\n {\n \"id\": 128\n },\n {\n \"id\": 129\n },\n {\n \"id\": 130\n },\n {\n \"id\": 131\n },\n {\n \"id\": 132\n },\n {\n \"id\": 133\n },\n {\n \"id\": 134\n },\n {\n \"id\": 135\n },\n {\n \"id\": 136\n },\n {\n \"id\": 137\n },\n {\n \"id\": 138\n },\n {\n \"id\": 139\n },\n {\n \"id\": 140\n },\n {\n \"id\": 141\n },\n {\n \"id\": 142\n },\n {\n \"id\": 143\n },\n {\n \"id\": 144\n },\n {\n \"id\": 145\n },\n {\n \"id\": 146\n },\n {\n \"id\": 147\n },\n {\n \"id\": 148\n },\n {\n \"id\": 149\n },\n {\n \"id\": 150\n },\n {\n \"id\": 151\n },\n {\n \"id\": 152\n },\n {\n \"id\": 153\n },\n {\n \"id\": 154\n },\n {\n \"id\": 155\n },\n {\n \"id\": 156\n },\n {\n \"id\": 157\n },\n {\n \"id\": 158\n },\n {\n \"id\": 159\n },\n {\n \"id\": 160\n },\n {\n \"id\": 161\n },\n {\n \"id\": 162\n },\n {\n \"id\": 163\n },\n {\n \"id\": 164\n },\n {\n \"id\": 165\n },\n {\n \"id\": 166\n },\n {\n \"id\": 167\n },\n {\n \"id\": 168\n },\n {\n \"id\": 169\n },\n {\n \"id\": 170\n },\n {\n \"id\": 171\n },\n {\n \"id\": 172\n },\n {\n \"id\": 173\n },\n {\n \"id\": 174\n },\n {\n \"id\": 175\n },\n {\n \"id\": 176\n },\n {\n \"id\": 177\n },\n {\n \"id\": 178\n },\n {\n \"id\": 179\n },\n {\n \"id\": 180\n },\n {\n \"id\": 181\n },\n {\n \"id\": 182\n },\n {\n \"id\": 183\n },\n {\n \"id\": 184\n },\n {\n \"id\": 185\n },\n {\n \"id\": 186\n },\n {\n \"id\": 187\n },\n {\n \"id\": 188\n },\n {\n \"id\": 189\n },\n {\n \"id\": 190\n },\n {\n \"id\": 191\n },\n {\n \"id\": 192\n },\n {\n \"id\": 193\n },\n {\n \"id\": 194\n },\n {\n \"id\": 195\n },\n {\n \"id\": 196\n },\n {\n \"id\": 197\n },\n {\n \"id\": 198\n },\n {\n \"id\": 199\n },\n {\n \"id\": 200\n },\n {\n \"id\": 201\n },\n {\n \"id\": 202\n },\n {\n \"id\": 203\n },\n {\n \"id\": 204\n },\n {\n \"id\": 205\n },\n {\n \"id\": 206\n },\n {\n \"id\": 207\n },\n {\n \"id\": 208\n },\n {\n \"id\": 209\n },\n {\n \"id\": 210\n },\n {\n \"id\": 211\n },\n {\n \"id\": 212\n },\n {\n \"id\": 213\n },\n {\n \"id\": 214\n },\n {\n \"id\": 215\n },\n {\n \"id\": 216\n },\n {\n \"id\": 217\n },\n {\n \"id\": 218\n },\n {\n \"id\": 219\n },\n {\n \"id\": 220\n },\n {\n \"id\": 221\n },\n {\n \"id\": 222\n },\n {\n \"id\": 223\n },\n {\n \"id\": 224\n },\n {\n \"id\": 225\n },\n {\n \"id\": 226\n },\n {\n \"id\": 227\n },\n {\n \"id\": 228\n },\n {\n \"id\": 229\n },\n {\n \"id\": 230\n },\n {\n \"id\": 231\n },\n {\n \"id\": 232\n },\n {\n \"id\": 233\n },\n {\n \"id\": 234\n },\n {\n \"id\": 235\n },\n {\n \"id\": 236\n },\n {\n \"id\": 237\n },\n {\n \"id\": 238\n },\n {\n \"id\": 239\n },\n {\n \"id\": 240\n },\n {\n \"id\": 241\n },\n {\n \"id\": 242\n },\n {\n \"id\": 243\n },\n {\n \"id\": 244\n },\n {\n \"id\": 245\n },\n {\n \"id\": 246\n },\n {\n \"id\": 247\n },\n {\n \"id\": 248\n },\n {\n \"id\": 249\n },\n {\n \"id\": 250\n },\n {\n \"id\": 251\n },\n {\n \"id\": 252\n },\n {\n \"id\": 253\n },\n {\n \"id\": 254\n },\n {\n \"id\": 255\n },\n {\n \"id\": 256\n },\n {\n \"id\": 257\n },\n {\n \"id\": 258\n },\n {\n \"id\": 259\n },\n {\n \"id\": 260\n },\n {\n \"id\": 261\n },\n {\n \"id\": 262\n },\n {\n \"id\": 263\n },\n {\n \"id\": 264\n },\n {\n \"id\": 265\n },\n {\n \"id\": 266\n },\n {\n \"id\": 267\n },\n {\n \"id\": 268\n },\n {\n \"id\": 269\n },\n {\n \"id\": 270\n },\n {\n \"id\": 271\n },\n {\n \"id\": 272\n },\n {\n \"id\": 273\n },\n {\n \"id\": 274\n },\n {\n \"id\": 275\n },\n {\n \"id\": 276\n },\n {\n \"id\": 277\n },\n {\n \"id\": 278\n },\n {\n \"id\": 279\n },\n {\n \"id\": 280\n },\n {\n \"id\": 281\n },\n {\n \"id\": 282\n },\n {\n \"id\": 283\n },\n {\n \"id\": 284\n },\n {\n \"id\": 285\n },\n {\n \"id\": 286\n },\n {\n \"id\": 287\n },\n {\n \"id\": 288\n },\n {\n \"id\": 289\n },\n {\n \"id\": 290\n },\n {\n \"id\": 291\n },\n {\n \"id\": 292\n },\n {\n \"id\": 293\n },\n {\n \"id\": 294\n },\n {\n \"id\": 295\n },\n {\n \"id\": 296\n },\n {\n \"id\": 297\n },\n {\n \"id\": 298\n },\n {\n \"id\": 299\n },\n {\n \"id\": 300\n },\n {\n \"id\": 301\n },\n {\n \"id\": 302\n },\n {\n \"id\": 303\n },\n {\n \"id\": 304\n },\n {\n \"id\": 305\n },\n {\n \"id\": 306\n },\n {\n \"id\": 307\n },\n {\n \"id\": 308\n },\n {\n \"id\": 309\n },\n {\n \"id\": 310\n },\n {\n \"id\": 311\n },\n {\n \"id\": 312\n },\n {\n \"id\": 313\n },\n {\n \"id\": 314\n },\n {\n \"id\": 315\n },\n {\n \"id\": 316\n },\n {\n \"id\": 317\n },\n {\n \"id\": 318\n },\n {\n \"id\": 319\n },\n {\n \"id\": 320\n },\n {\n \"id\": 321\n },\n {\n \"id\": 322\n },\n {\n \"id\": 323\n },\n {\n \"id\": 324\n },\n {\n \"id\": 325\n },\n {\n \"id\": 326\n },\n {\n \"id\": 327\n },\n {\n \"id\": 328\n },\n {\n \"id\": 329\n },\n {\n \"id\": 330\n },\n {\n \"id\": 331\n },\n {\n \"id\": 332\n },\n {\n \"id\": 333\n },\n {\n \"id\": 334\n },\n {\n \"id\": 335\n },\n {\n \"id\": 336\n },\n {\n \"id\": 337\n },\n {\n \"id\": 338\n },\n {\n \"id\": 339\n },\n {\n \"id\": 340\n },\n {\n \"id\": 341\n },\n {\n \"id\": 342\n },\n {\n \"id\": 343\n },\n {\n \"id\": 344\n },\n {\n \"id\": 345\n },\n {\n \"id\": 346\n },\n {\n \"id\": 347\n },\n {\n \"id\": 348\n },\n {\n \"id\": 349\n },\n {\n \"id\": 350\n },\n {\n \"id\": 351\n },\n {\n \"id\": 352\n },\n {\n \"id\": 353\n },\n {\n \"id\": 354\n },\n {\n \"id\": 355\n },\n {\n \"id\": 356\n },\n {\n \"id\": 357\n },\n {\n \"id\": 358\n },\n {\n \"id\": 359\n },\n {\n \"id\": 360\n },\n {\n \"id\": 361\n },\n {\n \"id\": 362\n },\n {\n \"id\": 363\n },\n {\n \"id\": 364\n },\n {\n \"id\": 365\n },\n {\n \"id\": 366\n },\n {\n \"id\": 367\n },\n {\n \"id\": 368\n },\n {\n \"id\": 369\n },\n {\n \"id\": 370\n },\n {\n \"id\": 371\n },\n {\n \"id\": 372\n },\n {\n \"id\": 373\n },\n {\n \"id\": 374\n },\n {\n \"id\": 375\n },\n {\n \"id\": 376\n },\n {\n \"id\": 377\n },\n {\n \"id\": 378\n },\n {\n \"id\": 379\n },\n {\n \"id\": 380\n },\n {\n \"id\": 381\n },\n {\n \"id\": 382\n },\n {\n \"id\": 383\n },\n {\n \"id\": 384\n },\n {\n \"id\": 385\n },\n {\n \"id\": 386\n },\n {\n \"id\": 387\n },\n {\n \"id\": 388\n },\n {\n \"id\": 389\n },\n {\n \"id\": 390\n },\n {\n \"id\": 391\n },\n {\n \"id\": 392\n },\n {\n \"id\": 393\n },\n {\n \"id\": 394\n },\n {\n \"id\": 395\n },\n {\n \"id\": 396\n },\n {\n \"id\": 397\n },\n {\n \"id\": 398\n },\n {\n \"id\": 399\n },\n {\n \"id\": 400\n },\n {\n \"id\": 401\n },\n {\n \"id\": 402\n },\n {\n \"id\": 403\n },\n {\n \"id\": 404\n },\n {\n \"id\": 405\n },\n {\n \"id\": 406\n },\n {\n \"id\": 407\n },\n {\n \"id\": 408\n },\n {\n \"id\": 409\n },\n {\n \"id\": 410\n },\n {\n \"id\": 411\n },\n {\n \"id\": 412\n },\n {\n \"id\": 413\n },\n {\n \"id\": 414\n },\n {\n \"id\": 415\n },\n {\n \"id\": 416\n },\n {\n \"id\": 417\n },\n {\n \"id\": 418\n },\n {\n \"id\": 419\n },\n {\n \"id\": 420\n },\n {\n \"id\": 421\n },\n {\n \"id\": 422\n },\n {\n \"id\": 423\n },\n {\n \"id\": 424\n },\n {\n \"id\": 425\n },\n {\n \"id\": 426\n },\n {\n \"id\": 427\n },\n {\n \"id\": 428\n },\n {\n \"id\": 429\n },\n {\n \"id\": 430\n },\n {\n \"id\": 431\n },\n {\n \"id\": 432\n },\n {\n \"id\": 433\n },\n {\n \"id\": 434\n },\n {\n \"id\": 435\n },\n {\n \"id\": 436\n },\n {\n \"id\": 437\n },\n {\n \"id\": 438\n },\n {\n \"id\": 439\n },\n {\n \"id\": 440\n },\n {\n \"id\": 441\n },\n {\n \"id\": 442\n },\n {\n \"id\": 443\n },\n {\n \"id\": 444\n },\n {\n \"id\": 445\n },\n {\n \"id\": 446\n },\n {\n \"id\": 447\n },\n {\n \"id\": 448\n },\n {\n \"id\": 449\n },\n {\n \"id\": 450\n },\n {\n \"id\": 451\n },\n {\n \"id\": 452\n },\n {\n \"id\": 453\n },\n {\n \"id\": 454\n },\n {\n \"id\": 455\n },\n {\n \"id\": 456\n },\n {\n \"id\": 457\n },\n {\n \"id\": 458\n },\n {\n \"id\": 459\n },\n {\n \"id\": 460\n },\n {\n \"id\": 461\n },\n {\n \"id\": 462\n },\n {\n \"id\": 463\n },\n {\n \"id\": 464\n },\n {\n \"id\": 465\n },\n {\n \"id\": 466\n },\n {\n \"id\": 467\n },\n {\n \"id\": 468\n },\n {\n \"id\": 469\n },\n {\n \"id\": 470\n },\n {\n \"id\": 471\n },\n {\n \"id\": 472\n },\n {\n \"id\": 473\n },\n {\n \"id\": 474\n },\n {\n \"id\": 475\n },\n {\n \"id\": 476\n },\n {\n \"id\": 477\n },\n {\n \"id\": 478\n },\n {\n \"id\": 479\n },\n {\n \"id\": 480\n },\n {\n \"id\": 481\n },\n {\n \"id\": 482\n },\n {\n \"id\": 483\n },\n {\n \"id\": 484\n },\n {\n \"id\": 485\n },\n {\n \"id\": 486\n },\n {\n \"id\": 487\n },\n {\n \"id\": 488\n },\n {\n \"id\": 489\n },\n {\n \"id\": 490\n },\n {\n \"id\": 491\n },\n {\n \"id\": 492\n },\n {\n \"id\": 493\n },\n {\n \"id\": 494\n },\n {\n \"id\": 495\n },\n {\n \"id\": 496\n },\n {\n \"id\": 498\n },\n {\n \"id\": 499\n }\n]" + "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" }, { "name": "Users By Filter", @@ -27223,12 +27213,12 @@ "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" }, { - "name": "Users By Filter - DB Include Filter", + "name": "Users By Filter - Distinct, no included fields", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users?include=[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]&limit=2&skip=4", + "raw": "http://{{datagateway-api}}/users?distinct=\"id\"", "protocol": "http", "host": [ "{{datagateway-api}}" @@ -27239,30 +27229,38 @@ "query": [ { "key": "where", - "value": "{\"ID\": {\"in\": [49,23]}}", + "value": "{\"userGroups.id\": {\"in\": [44,23]}}", "disabled": true }, { "key": "include", - "value": "\"userGroups\"", + "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", "disabled": true }, { "key": "include", - "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]" + "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "disabled": true }, { - "key": "order", - "value": "\"id desc\"", + "key": "include", + "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", "disabled": true }, { - "key": "limit", - "value": "2" + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "disabled": true }, { - "key": "skip", - "value": "4" + "key": "include", + "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true }, { "key": "distinct", @@ -27271,7 +27269,7 @@ }, { "key": "where", - "value": "{\"id\": {\"eq\": 6}}", + "value": "{\"userGroups.id\": {\"eq\": 50}}", "disabled": true }, { @@ -27285,13 +27283,22 @@ "disabled": true }, { - "key": "include", - "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "key": "distinct", + "value": "\"id\"" + }, + { + "key": "limit", + "value": "10", "disabled": true }, { - "key": "order", - "value": "\"name asc\"", + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", "disabled": true } ] @@ -27307,7 +27314,7 @@ }, { "key": "Content-Length", - "value": "4521" + "value": "15333" }, { "key": "Access-Control-Allow-Origin", @@ -27319,19 +27326,19 @@ }, { "key": "Date", - "value": "Wed, 02 Sep 2020 14:35:19 GMT" + "value": "Tue, 15 Sep 2020 10:33:56 GMT" } ], "cookie": [], - "body": "[\n {\n \"ID\": 5,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta3\",\n \"ORCIDID\": \"5437\",\n \"USERGROUP\": [\n {\n \"ID\": 11,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-08-28 02:17:38\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-04-20 18:29:09\",\n \"GROUP_ID\": 7,\n \"USER_ID\": 5\n }\n ]\n },\n {\n \"ID\": 6,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta66\",\n \"ORCIDID\": \"15966\",\n \"USERGROUP\": [\n {\n \"ID\": 13,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-02-27 11:47:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2016-08-25 00:53:55\",\n \"GROUP_ID\": 4,\n \"USER_ID\": 6\n }\n ],\n \"INVESTIGATIONUSER\": [\n {\n \"ID\": 36,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-03-06 18:05:52\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-03-09 01:58:15\",\n \"ROLE\": \"CI\",\n \"INVESTIGATION_ID\": 33,\n \"USER_ID\": 6,\n \"INVESTIGATION\": {\n \"ID\": 33,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2016-12-12 08:53:47\",\n \"DOI\": \"1-148-83222-X\",\n \"ENDDATE\": \"2008-05-04 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2005-01-04 07:22:59\",\n \"NAME\": \"INVESTIGATION 32\",\n \"RELEASEDATE\": \"2008-01-26 00:00:00\",\n \"STARTDATE\": \"2008-02-02 00:00:00\",\n \"SUMMARY\": \"Contain sea lose. Threat available well fish expert. Involve begin father.\",\n \"TITLE\": \"Trouble it write available low market open them. Maintain letter adult study child individual example. Behind appear throughout mother statement campaign month.\",\n \"VISIT_ID\": \"29\",\n \"FACILITY_ID\": 1,\n \"TYPE_ID\": 1,\n \"DATASET\": [\n {\n \"ID\": 135,\n \"COMPLETE\": false,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2012-06-07 21:26:39\",\n \"DESCRIPTION\": \"Respond opportunity record seek home. Yard anything get next page tree hundred. Feeling enter many treat kind community manage.\",\n \"DOI\": \"1-342-36668-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/agent/near.wav\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2018-10-27 14:59:23\",\n \"NAME\": \"DATASET 153\",\n \"STARTDATE\": \"2038-01-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 1\n },\n {\n \"ID\": 14,\n \"COMPLETE\": true,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2019-05-06 07:27:24\",\n \"DESCRIPTION\": \"Eat young business more similar important write local. Keep man despite kitchen positive. Store material all effort drug decade.\",\n \"DOI\": \"1-925475-68-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/full/song.png\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2002-02-24 04:37:23\",\n \"NAME\": \"DATASET 33\",\n \"STARTDATE\": \"2008-02-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 3\n }\n ]\n }\n }\n ]\n }\n]" + "body": "[\n {\n \"id\": 1\n },\n {\n \"id\": 2\n },\n {\n \"id\": 3\n },\n {\n \"id\": 4\n },\n {\n \"id\": 5\n },\n {\n \"id\": 6\n },\n {\n \"id\": 7\n },\n {\n \"id\": 8\n },\n {\n \"id\": 9\n },\n {\n \"id\": 10\n },\n {\n \"id\": 11\n },\n {\n \"id\": 12\n },\n {\n \"id\": 13\n },\n {\n \"id\": 14\n },\n {\n \"id\": 15\n },\n {\n \"id\": 16\n },\n {\n \"id\": 17\n },\n {\n \"id\": 18\n },\n {\n \"id\": 19\n },\n {\n \"id\": 20\n },\n {\n \"id\": 21\n },\n {\n \"id\": 22\n },\n {\n \"id\": 23\n },\n {\n \"id\": 24\n },\n {\n \"id\": 25\n },\n {\n \"id\": 26\n },\n {\n \"id\": 27\n },\n {\n \"id\": 28\n },\n {\n \"id\": 29\n },\n {\n \"id\": 30\n },\n {\n \"id\": 31\n },\n {\n \"id\": 32\n },\n {\n \"id\": 33\n },\n {\n \"id\": 34\n },\n {\n \"id\": 35\n },\n {\n \"id\": 36\n },\n {\n \"id\": 37\n },\n {\n \"id\": 38\n },\n {\n \"id\": 39\n },\n {\n \"id\": 40\n },\n {\n \"id\": 41\n },\n {\n \"id\": 42\n },\n {\n \"id\": 43\n },\n {\n \"id\": 44\n },\n {\n \"id\": 45\n },\n {\n \"id\": 46\n },\n {\n \"id\": 47\n },\n {\n \"id\": 48\n },\n {\n \"id\": 49\n },\n {\n \"id\": 50\n },\n {\n \"id\": 51\n },\n {\n \"id\": 52\n },\n {\n \"id\": 53\n },\n {\n \"id\": 54\n },\n {\n \"id\": 55\n },\n {\n \"id\": 56\n },\n {\n \"id\": 57\n },\n {\n \"id\": 58\n },\n {\n \"id\": 59\n },\n {\n \"id\": 60\n },\n {\n \"id\": 61\n },\n {\n \"id\": 62\n },\n {\n \"id\": 63\n },\n {\n \"id\": 64\n },\n {\n \"id\": 65\n },\n {\n \"id\": 66\n },\n {\n \"id\": 67\n },\n {\n \"id\": 68\n },\n {\n \"id\": 69\n },\n {\n \"id\": 70\n },\n {\n \"id\": 71\n },\n {\n \"id\": 72\n },\n {\n \"id\": 73\n },\n {\n \"id\": 74\n },\n {\n \"id\": 75\n },\n {\n \"id\": 76\n },\n {\n \"id\": 77\n },\n {\n \"id\": 78\n },\n {\n \"id\": 79\n },\n {\n \"id\": 80\n },\n {\n \"id\": 81\n },\n {\n \"id\": 82\n },\n {\n \"id\": 83\n },\n {\n \"id\": 84\n },\n {\n \"id\": 85\n },\n {\n \"id\": 86\n },\n {\n \"id\": 87\n },\n {\n \"id\": 88\n },\n {\n \"id\": 89\n },\n {\n \"id\": 90\n },\n {\n \"id\": 91\n },\n {\n \"id\": 92\n },\n {\n \"id\": 93\n },\n {\n \"id\": 94\n },\n {\n \"id\": 95\n },\n {\n \"id\": 96\n },\n {\n \"id\": 97\n },\n {\n \"id\": 98\n },\n {\n \"id\": 99\n },\n {\n \"id\": 100\n },\n {\n \"id\": 101\n },\n {\n \"id\": 102\n },\n {\n \"id\": 103\n },\n {\n \"id\": 104\n },\n {\n \"id\": 105\n },\n {\n \"id\": 106\n },\n {\n \"id\": 107\n },\n {\n \"id\": 108\n },\n {\n \"id\": 109\n },\n {\n \"id\": 110\n },\n {\n \"id\": 111\n },\n {\n \"id\": 112\n },\n {\n \"id\": 113\n },\n {\n \"id\": 114\n },\n {\n \"id\": 115\n },\n {\n \"id\": 116\n },\n {\n \"id\": 117\n },\n {\n \"id\": 118\n },\n {\n \"id\": 119\n },\n {\n \"id\": 120\n },\n {\n \"id\": 121\n },\n {\n \"id\": 122\n },\n {\n \"id\": 123\n },\n {\n \"id\": 124\n },\n {\n \"id\": 125\n },\n {\n \"id\": 126\n },\n {\n \"id\": 127\n },\n {\n \"id\": 128\n },\n {\n \"id\": 129\n },\n {\n \"id\": 130\n },\n {\n \"id\": 131\n },\n {\n \"id\": 132\n },\n {\n \"id\": 133\n },\n {\n \"id\": 134\n },\n {\n \"id\": 135\n },\n {\n \"id\": 136\n },\n {\n \"id\": 137\n },\n {\n \"id\": 138\n },\n {\n \"id\": 139\n },\n {\n \"id\": 140\n },\n {\n \"id\": 141\n },\n {\n \"id\": 142\n },\n {\n \"id\": 143\n },\n {\n \"id\": 144\n },\n {\n \"id\": 145\n },\n {\n \"id\": 146\n },\n {\n \"id\": 147\n },\n {\n \"id\": 148\n },\n {\n \"id\": 149\n },\n {\n \"id\": 150\n },\n {\n \"id\": 151\n },\n {\n \"id\": 152\n },\n {\n \"id\": 153\n },\n {\n \"id\": 154\n },\n {\n \"id\": 155\n },\n {\n \"id\": 156\n },\n {\n \"id\": 157\n },\n {\n \"id\": 158\n },\n {\n \"id\": 159\n },\n {\n \"id\": 160\n },\n {\n \"id\": 161\n },\n {\n \"id\": 162\n },\n {\n \"id\": 163\n },\n {\n \"id\": 164\n },\n {\n \"id\": 165\n },\n {\n \"id\": 166\n },\n {\n \"id\": 167\n },\n {\n \"id\": 168\n },\n {\n \"id\": 169\n },\n {\n \"id\": 170\n },\n {\n \"id\": 171\n },\n {\n \"id\": 172\n },\n {\n \"id\": 173\n },\n {\n \"id\": 174\n },\n {\n \"id\": 175\n },\n {\n \"id\": 176\n },\n {\n \"id\": 177\n },\n {\n \"id\": 178\n },\n {\n \"id\": 179\n },\n {\n \"id\": 180\n },\n {\n \"id\": 181\n },\n {\n \"id\": 182\n },\n {\n \"id\": 183\n },\n {\n \"id\": 184\n },\n {\n \"id\": 185\n },\n {\n \"id\": 186\n },\n {\n \"id\": 187\n },\n {\n \"id\": 188\n },\n {\n \"id\": 189\n },\n {\n \"id\": 190\n },\n {\n \"id\": 191\n },\n {\n \"id\": 192\n },\n {\n \"id\": 193\n },\n {\n \"id\": 194\n },\n {\n \"id\": 195\n },\n {\n \"id\": 196\n },\n {\n \"id\": 197\n },\n {\n \"id\": 198\n },\n {\n \"id\": 199\n },\n {\n \"id\": 200\n },\n {\n \"id\": 201\n },\n {\n \"id\": 202\n },\n {\n \"id\": 203\n },\n {\n \"id\": 204\n },\n {\n \"id\": 205\n },\n {\n \"id\": 206\n },\n {\n \"id\": 207\n },\n {\n \"id\": 208\n },\n {\n \"id\": 209\n },\n {\n \"id\": 210\n },\n {\n \"id\": 211\n },\n {\n \"id\": 212\n },\n {\n \"id\": 213\n },\n {\n \"id\": 214\n },\n {\n \"id\": 215\n },\n {\n \"id\": 216\n },\n {\n \"id\": 217\n },\n {\n \"id\": 218\n },\n {\n \"id\": 219\n },\n {\n \"id\": 220\n },\n {\n \"id\": 221\n },\n {\n \"id\": 222\n },\n {\n \"id\": 223\n },\n {\n \"id\": 224\n },\n {\n \"id\": 225\n },\n {\n \"id\": 226\n },\n {\n \"id\": 227\n },\n {\n \"id\": 228\n },\n {\n \"id\": 229\n },\n {\n \"id\": 230\n },\n {\n \"id\": 231\n },\n {\n \"id\": 232\n },\n {\n \"id\": 233\n },\n {\n \"id\": 234\n },\n {\n \"id\": 235\n },\n {\n \"id\": 236\n },\n {\n \"id\": 237\n },\n {\n \"id\": 238\n },\n {\n \"id\": 239\n },\n {\n \"id\": 240\n },\n {\n \"id\": 241\n },\n {\n \"id\": 242\n },\n {\n \"id\": 243\n },\n {\n \"id\": 244\n },\n {\n \"id\": 245\n },\n {\n \"id\": 246\n },\n {\n \"id\": 247\n },\n {\n \"id\": 248\n },\n {\n \"id\": 249\n },\n {\n \"id\": 250\n },\n {\n \"id\": 251\n },\n {\n \"id\": 252\n },\n {\n \"id\": 253\n },\n {\n \"id\": 254\n },\n {\n \"id\": 255\n },\n {\n \"id\": 256\n },\n {\n \"id\": 257\n },\n {\n \"id\": 258\n },\n {\n \"id\": 259\n },\n {\n \"id\": 260\n },\n {\n \"id\": 261\n },\n {\n \"id\": 262\n },\n {\n \"id\": 263\n },\n {\n \"id\": 264\n },\n {\n \"id\": 265\n },\n {\n \"id\": 266\n },\n {\n \"id\": 267\n },\n {\n \"id\": 268\n },\n {\n \"id\": 269\n },\n {\n \"id\": 270\n },\n {\n \"id\": 271\n },\n {\n \"id\": 272\n },\n {\n \"id\": 273\n },\n {\n \"id\": 274\n },\n {\n \"id\": 275\n },\n {\n \"id\": 276\n },\n {\n \"id\": 277\n },\n {\n \"id\": 278\n },\n {\n \"id\": 279\n },\n {\n \"id\": 280\n },\n {\n \"id\": 281\n },\n {\n \"id\": 282\n },\n {\n \"id\": 283\n },\n {\n \"id\": 284\n },\n {\n \"id\": 285\n },\n {\n \"id\": 286\n },\n {\n \"id\": 287\n },\n {\n \"id\": 288\n },\n {\n \"id\": 289\n },\n {\n \"id\": 290\n },\n {\n \"id\": 291\n },\n {\n \"id\": 292\n },\n {\n \"id\": 293\n },\n {\n \"id\": 294\n },\n {\n \"id\": 295\n },\n {\n \"id\": 296\n },\n {\n \"id\": 297\n },\n {\n \"id\": 298\n },\n {\n \"id\": 299\n },\n {\n \"id\": 300\n },\n {\n \"id\": 301\n },\n {\n \"id\": 302\n },\n {\n \"id\": 303\n },\n {\n \"id\": 304\n },\n {\n \"id\": 305\n },\n {\n \"id\": 306\n },\n {\n \"id\": 307\n },\n {\n \"id\": 308\n },\n {\n \"id\": 309\n },\n {\n \"id\": 310\n },\n {\n \"id\": 311\n },\n {\n \"id\": 312\n },\n {\n \"id\": 313\n },\n {\n \"id\": 314\n },\n {\n \"id\": 315\n },\n {\n \"id\": 316\n },\n {\n \"id\": 317\n },\n {\n \"id\": 318\n },\n {\n \"id\": 319\n },\n {\n \"id\": 320\n },\n {\n \"id\": 321\n },\n {\n \"id\": 322\n },\n {\n \"id\": 323\n },\n {\n \"id\": 324\n },\n {\n \"id\": 325\n },\n {\n \"id\": 326\n },\n {\n \"id\": 327\n },\n {\n \"id\": 328\n },\n {\n \"id\": 329\n },\n {\n \"id\": 330\n },\n {\n \"id\": 331\n },\n {\n \"id\": 332\n },\n {\n \"id\": 333\n },\n {\n \"id\": 334\n },\n {\n \"id\": 335\n },\n {\n \"id\": 336\n },\n {\n \"id\": 337\n },\n {\n \"id\": 338\n },\n {\n \"id\": 339\n },\n {\n \"id\": 340\n },\n {\n \"id\": 341\n },\n {\n \"id\": 342\n },\n {\n \"id\": 343\n },\n {\n \"id\": 344\n },\n {\n \"id\": 345\n },\n {\n \"id\": 346\n },\n {\n \"id\": 347\n },\n {\n \"id\": 348\n },\n {\n \"id\": 349\n },\n {\n \"id\": 350\n },\n {\n \"id\": 351\n },\n {\n \"id\": 352\n },\n {\n \"id\": 353\n },\n {\n \"id\": 354\n },\n {\n \"id\": 355\n },\n {\n \"id\": 356\n },\n {\n \"id\": 357\n },\n {\n \"id\": 358\n },\n {\n \"id\": 359\n },\n {\n \"id\": 360\n },\n {\n \"id\": 361\n },\n {\n \"id\": 362\n },\n {\n \"id\": 363\n },\n {\n \"id\": 364\n },\n {\n \"id\": 365\n },\n {\n \"id\": 366\n },\n {\n \"id\": 367\n },\n {\n \"id\": 368\n },\n {\n \"id\": 369\n },\n {\n \"id\": 370\n },\n {\n \"id\": 371\n },\n {\n \"id\": 372\n },\n {\n \"id\": 373\n },\n {\n \"id\": 374\n },\n {\n \"id\": 375\n },\n {\n \"id\": 376\n },\n {\n \"id\": 377\n },\n {\n \"id\": 378\n },\n {\n \"id\": 379\n },\n {\n \"id\": 380\n },\n {\n \"id\": 381\n },\n {\n \"id\": 382\n },\n {\n \"id\": 383\n },\n {\n \"id\": 384\n },\n {\n \"id\": 385\n },\n {\n \"id\": 386\n },\n {\n \"id\": 387\n },\n {\n \"id\": 388\n },\n {\n \"id\": 389\n },\n {\n \"id\": 390\n },\n {\n \"id\": 391\n },\n {\n \"id\": 392\n },\n {\n \"id\": 393\n },\n {\n \"id\": 394\n },\n {\n \"id\": 395\n },\n {\n \"id\": 396\n },\n {\n \"id\": 397\n },\n {\n \"id\": 398\n },\n {\n \"id\": 399\n },\n {\n \"id\": 400\n },\n {\n \"id\": 401\n },\n {\n \"id\": 402\n },\n {\n \"id\": 403\n },\n {\n \"id\": 404\n },\n {\n \"id\": 405\n },\n {\n \"id\": 406\n },\n {\n \"id\": 407\n },\n {\n \"id\": 408\n },\n {\n \"id\": 409\n },\n {\n \"id\": 410\n },\n {\n \"id\": 411\n },\n {\n \"id\": 412\n },\n {\n \"id\": 413\n },\n {\n \"id\": 414\n },\n {\n \"id\": 415\n },\n {\n \"id\": 416\n },\n {\n \"id\": 417\n },\n {\n \"id\": 418\n },\n {\n \"id\": 419\n },\n {\n \"id\": 420\n },\n {\n \"id\": 421\n },\n {\n \"id\": 422\n },\n {\n \"id\": 423\n },\n {\n \"id\": 424\n },\n {\n \"id\": 425\n },\n {\n \"id\": 426\n },\n {\n \"id\": 427\n },\n {\n \"id\": 428\n },\n {\n \"id\": 429\n },\n {\n \"id\": 430\n },\n {\n \"id\": 431\n },\n {\n \"id\": 432\n },\n {\n \"id\": 433\n },\n {\n \"id\": 434\n },\n {\n \"id\": 435\n },\n {\n \"id\": 436\n },\n {\n \"id\": 437\n },\n {\n \"id\": 438\n },\n {\n \"id\": 439\n },\n {\n \"id\": 440\n },\n {\n \"id\": 441\n },\n {\n \"id\": 442\n },\n {\n \"id\": 443\n },\n {\n \"id\": 444\n },\n {\n \"id\": 445\n },\n {\n \"id\": 446\n },\n {\n \"id\": 447\n },\n {\n \"id\": 448\n },\n {\n \"id\": 449\n },\n {\n \"id\": 450\n },\n {\n \"id\": 451\n },\n {\n \"id\": 452\n },\n {\n \"id\": 453\n },\n {\n \"id\": 454\n },\n {\n \"id\": 455\n },\n {\n \"id\": 456\n },\n {\n \"id\": 457\n },\n {\n \"id\": 458\n },\n {\n \"id\": 459\n },\n {\n \"id\": 460\n },\n {\n \"id\": 461\n },\n {\n \"id\": 462\n },\n {\n \"id\": 463\n },\n {\n \"id\": 464\n },\n {\n \"id\": 465\n },\n {\n \"id\": 466\n },\n {\n \"id\": 467\n },\n {\n \"id\": 468\n },\n {\n \"id\": 469\n },\n {\n \"id\": 470\n },\n {\n \"id\": 471\n },\n {\n \"id\": 472\n },\n {\n \"id\": 473\n },\n {\n \"id\": 474\n },\n {\n \"id\": 475\n },\n {\n \"id\": 476\n },\n {\n \"id\": 477\n },\n {\n \"id\": 478\n },\n {\n \"id\": 479\n },\n {\n \"id\": 480\n },\n {\n \"id\": 481\n },\n {\n \"id\": 482\n },\n {\n \"id\": 483\n },\n {\n \"id\": 484\n },\n {\n \"id\": 485\n },\n {\n \"id\": 486\n },\n {\n \"id\": 487\n },\n {\n \"id\": 488\n },\n {\n \"id\": 489\n },\n {\n \"id\": 490\n },\n {\n \"id\": 491\n },\n {\n \"id\": 492\n },\n {\n \"id\": 493\n },\n {\n \"id\": 494\n },\n {\n \"id\": 495\n },\n {\n \"id\": 496\n },\n {\n \"id\": 498\n },\n {\n \"id\": 499\n }\n]" }, { - "name": "Users By Filter", + "name": "Users By Filter - DB Include Filter", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", + "raw": "http://{{datagateway-api}}/users?include=[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]&limit=2&skip=4", "protocol": "http", "host": [ "{{datagateway-api}}" @@ -27342,36 +27349,39 @@ "query": [ { "key": "where", - "value": "{\"id\": {\"in\": [492, 3]}}", + "value": "{\"ID\": {\"in\": [49,23]}}", "disabled": true }, { "key": "include", - "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "value": "\"userGroups\"", "disabled": true }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]" + }, { "key": "order", - "value": "\"ID desc\"", + "value": "\"id desc\"", "disabled": true }, { "key": "limit", - "value": "10", - "disabled": true + "value": "2" }, { "key": "skip", - "value": "5", - "disabled": true + "value": "4" }, { "key": "distinct", - "value": "\"NAME\"" + "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", + "disabled": true }, { "key": "where", - "value": "{\"id\": {\"like\": 4}}", + "value": "{\"id\": {\"eq\": 6}}", "disabled": true }, { @@ -27389,20 +27399,10 @@ "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", "disabled": true }, - { - "key": "order", - "value": "\"id desc\"", - "disabled": true - }, { "key": "order", "value": "\"name asc\"", "disabled": true - }, - { - "key": "order", - "value": "\"orcidId desc\"", - "disabled": true } ] } @@ -27417,7 +27417,7 @@ }, { "key": "Content-Length", - "value": "20374" + "value": "4521" }, { "key": "Access-Control-Allow-Origin", @@ -27429,11 +27429,11 @@ }, { "key": "Date", - "value": "Mon, 24 Aug 2020 12:18:53 GMT" + "value": "Wed, 02 Sep 2020 14:35:19 GMT" } ], "cookie": [], - "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" + "body": "[\n {\n \"ID\": 5,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta3\",\n \"ORCIDID\": \"5437\",\n \"USERGROUP\": [\n {\n \"ID\": 11,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-08-28 02:17:38\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-04-20 18:29:09\",\n \"GROUP_ID\": 7,\n \"USER_ID\": 5\n }\n ]\n },\n {\n \"ID\": 6,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta66\",\n \"ORCIDID\": \"15966\",\n \"USERGROUP\": [\n {\n \"ID\": 13,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-02-27 11:47:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2016-08-25 00:53:55\",\n \"GROUP_ID\": 4,\n \"USER_ID\": 6\n }\n ],\n \"INVESTIGATIONUSER\": [\n {\n \"ID\": 36,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-03-06 18:05:52\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-03-09 01:58:15\",\n \"ROLE\": \"CI\",\n \"INVESTIGATION_ID\": 33,\n \"USER_ID\": 6,\n \"INVESTIGATION\": {\n \"ID\": 33,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2016-12-12 08:53:47\",\n \"DOI\": \"1-148-83222-X\",\n \"ENDDATE\": \"2008-05-04 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2005-01-04 07:22:59\",\n \"NAME\": \"INVESTIGATION 32\",\n \"RELEASEDATE\": \"2008-01-26 00:00:00\",\n \"STARTDATE\": \"2008-02-02 00:00:00\",\n \"SUMMARY\": \"Contain sea lose. Threat available well fish expert. Involve begin father.\",\n \"TITLE\": \"Trouble it write available low market open them. Maintain letter adult study child individual example. Behind appear throughout mother statement campaign month.\",\n \"VISIT_ID\": \"29\",\n \"FACILITY_ID\": 1,\n \"TYPE_ID\": 1,\n \"DATASET\": [\n {\n \"ID\": 135,\n \"COMPLETE\": false,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2012-06-07 21:26:39\",\n \"DESCRIPTION\": \"Respond opportunity record seek home. Yard anything get next page tree hundred. Feeling enter many treat kind community manage.\",\n \"DOI\": \"1-342-36668-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/agent/near.wav\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2018-10-27 14:59:23\",\n \"NAME\": \"DATASET 153\",\n \"STARTDATE\": \"2038-01-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 1\n },\n {\n \"ID\": 14,\n \"COMPLETE\": true,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2019-05-06 07:27:24\",\n \"DESCRIPTION\": \"Eat young business more similar important write local. Keep man despite kitchen positive. Store material all effort drug decade.\",\n \"DOI\": \"1-925475-68-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/full/song.png\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2002-02-24 04:37:23\",\n \"NAME\": \"DATASET 33\",\n \"STARTDATE\": \"2008-02-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 3\n }\n ]\n }\n }\n ]\n }\n]" } ] }, @@ -27443,7 +27443,7 @@ { "listen": "test", "script": { - "id": "28478358-4f9d-4e4e-ac9f-981ec127f639", + "id": "6f706c4e-e1c4-4d9a-9683-215e29a13602", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -27547,7 +27547,7 @@ { "listen": "test", "script": { - "id": "b693e05a-5361-4002-b9f1-162f1b1f1d05", + "id": "abeb7fe8-b1c3-417c-a8f5-d6caf2c08c12", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -27651,7 +27651,7 @@ { "listen": "prerequest", "script": { - "id": "b291ab98-afd1-42ee-a939-75096c2d6288", + "id": "8a8dfa4f-d001-4ad5-9708-a175196b4894", "exec": [ "" ], @@ -27661,7 +27661,7 @@ { "listen": "test", "script": { - "id": "91de39fc-9d8c-4fdf-8364-9f671400245a", + "id": "dc6f082f-0e11-4fbc-8e8e-baed77665957", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -27721,7 +27721,7 @@ { "listen": "prerequest", "script": { - "id": "ad46d89e-8cd4-4cc6-be21-675c613df4b2", + "id": "c95a56b2-7e0a-466e-a1d9-003fb77b2a1e", "exec": [ "" ], @@ -27731,7 +27731,7 @@ { "listen": "test", "script": { - "id": "09c9f799-9ccc-41f3-a099-0963a2d224fa", + "id": "f0c4fefe-495c-4fb9-a5e4-480999fdf019", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -27808,7 +27808,7 @@ { "listen": "test", "script": { - "id": "a78032ec-b291-4b16-a11d-0de1ee532873", + "id": "2416d6ac-7f9c-4fa3-8449-553197f31198", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -27927,7 +27927,7 @@ { "listen": "test", "script": { - "id": "d1042055-8ac0-4d90-82c8-093309c8296d", + "id": "3ef3fd72-4afc-465c-bc09-330fe8f0d31d", "exec": [ "pm.test(\"Status: 400\", function () {\r", " pm.response.to.have.status(400);\r", @@ -28031,7 +28031,7 @@ { "listen": "test", "script": { - "id": "6bbf422a-d9d5-4cbc-a5d0-82799e41b0ac", + "id": "e08b992b-6730-4be8-b141-c2c345e3acf1", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -28083,7 +28083,7 @@ { "listen": "prerequest", "script": { - "id": "8e944a9c-145f-46bb-9a00-9b330769947d", + "id": "a09457fe-c153-42d7-bda2-dde558a62efd", "exec": [ "" ], @@ -28093,7 +28093,7 @@ { "listen": "test", "script": { - "id": "afa804a7-45ed-463b-b31f-7f599a841093", + "id": "c61a69a3-efa0-4ebe-a5d7-5583cf404b28", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -28133,7 +28133,7 @@ { "listen": "prerequest", "script": { - "id": "4c34521a-7ae0-4ac2-8249-2a21bf3778ed", + "id": "abfbe2b9-f7e4-430f-83f8-c459c99fae57", "exec": [ "" ], @@ -28143,7 +28143,7 @@ { "listen": "test", "script": { - "id": "7f2397a3-1de7-4f86-911b-d3ff2a3a1821", + "id": "9ac6ddf6-d9fb-46a3-8e12-ca07d4795f63", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -28216,7 +28216,7 @@ { "listen": "prerequest", "script": { - "id": "18cb0bbc-d743-46ab-aabd-9a3e55d0ae5a", + "id": "363939d6-3879-4976-8db6-d61dbdbc5bc7", "type": "text/javascript", "exec": [ "" @@ -28226,7 +28226,7 @@ { "listen": "test", "script": { - "id": "cafedb8c-b684-4fc8-98a4-6a25be1d6b8e", + "id": "3fe41aa6-ae42-4ac1-8f7e-6f50d66f6b50", "type": "text/javascript", "exec": [ "" @@ -28377,7 +28377,7 @@ { "listen": "test", "script": { - "id": "90e89f71-e58b-4d1d-a304-db3c7a0da032", + "id": "42ceb325-d791-46af-a86b-993295b2778d", "type": "text/javascript", "exec": [ "pm.test(\"Status: 200\", function () {", @@ -28398,10 +28398,10 @@ { "listen": "test", "script": { - "id": "2247f05c-ae9a-4b15-837b-c6dcd8732cbf", + "id": "780a3c06-5364-4ee8-ba72-c1ae7feba34c", "exec": [ "var jsonData = JSON.parse(responseBody);\r", - "postman.setEnvironmentVariable(\"sessionID\", jsonData.sessionID);" + "pm.collectionVariables.set(\"sessionID\", jsonData.sessionID);" ], "type": "text/javascript" } @@ -28446,10 +28446,10 @@ { "listen": "test", "script": { - "id": "9ea20d99-8104-4fbb-be78-cb4af8bc0aed", + "id": "9c88bbb2-0bb9-498e-b9ec-36081d1d3b81", "exec": [ "var jsonData = JSON.parse(responseBody);\r", - "postman.setEnvironmentVariable(\"sessionID\", jsonData.sessionID);" + "pm.collectionVariables.set(\"sessionID\", jsonData.sessionID);" ], "type": "text/javascript" } @@ -28494,10 +28494,10 @@ { "listen": "test", "script": { - "id": "09367220-2b04-471f-a040-ed3b2b56f971", + "id": "4541c28e-62e1-4857-8bef-401fbaf14f34", "exec": [ "var jsonData = JSON.parse(responseBody);\r", - "postman.setEnvironmentVariable(\"sessionID\", jsonData.sessionID);" + "pm.collectionVariables.set(\"sessionID\", jsonData.sessionID);" ], "type": "text/javascript" } @@ -28542,7 +28542,7 @@ { "listen": "test", "script": { - "id": "9d68455e-05f5-4799-b7b6-58b22b250ecd", + "id": "25ed5999-bf6e-4a32-b3cb-0eadbbb5d686", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -28577,6 +28577,77 @@ } }, "response": [] + }, + { + "name": "Refresh Session", + "event": [ + { + "listen": "test", + "script": { + "id": "32ae580c-43d5-4944-87af-ba28534b2a0e", + "exec": [ + "pm.test(\"Status: 200\", function () {\r", + " pm.response.to.have.status(200);\r", + "});\r", + "" + ], + "type": "text/javascript" + } + } + ], + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "PUT", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sessions", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sessions" + ] + } + }, + "response": [] + }, + { + "name": "Logout", + "request": { + "auth": { + "type": "bearer", + "bearer": [ + { + "key": "token", + "value": "{{sessionID}}", + "type": "string" + } + ] + }, + "method": "DELETE", + "header": [], + "url": { + "raw": "http://{{datagateway-api}}/sessions", + "protocol": "http", + "host": [ + "{{datagateway-api}}" + ], + "path": [ + "sessions" + ] + } + }, + "response": [] } ], "auth": { @@ -28600,7 +28671,7 @@ { "listen": "test", "script": { - "id": "21592636-b010-4156-8e5e-d815e1306557", + "id": "7535173d-abc2-44ef-90e9-e55249712a19", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -28661,7 +28732,7 @@ { "listen": "test", "script": { - "id": "870723d2-67de-4310-93d2-bcd568a6848c", + "id": "491752ea-23ca-4d1e-af28-d039c11438be", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -28731,7 +28802,7 @@ { "listen": "test", "script": { - "id": "2edad0f1-c458-4b63-bf65-07fa5c8cfa18", + "id": "fcecf8ad-0a2d-4394-b581-3e5e0e813339", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -28849,12 +28920,12 @@ }, "response": [ { - "name": "Users By Filter - Distinct, no included fields", + "name": "Users By Filter", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users?distinct=\"id\"", + "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", "protocol": "http", "host": [ "{{datagateway-api}}" @@ -28865,47 +28936,36 @@ "query": [ { "key": "where", - "value": "{\"userGroups.id\": {\"in\": [44,23]}}", - "disabled": true - }, - { - "key": "include", - "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", - "disabled": true - }, - { - "key": "include", - "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "value": "{\"id\": {\"in\": [492, 3]}}", "disabled": true }, { "key": "include", - "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", "disabled": true }, { - "key": "include", - "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "key": "order", + "value": "\"ID desc\"", "disabled": true }, { - "key": "include", - "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "key": "limit", + "value": "10", "disabled": true }, { - "key": "order", - "value": "\"id desc\"", + "key": "skip", + "value": "5", "disabled": true }, { "key": "distinct", - "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", - "disabled": true + "value": "\"NAME\"" }, { "key": "where", - "value": "{\"userGroups.id\": {\"eq\": 50}}", + "value": "{\"id\": {\"like\": 4}}", "disabled": true }, { @@ -28919,22 +28979,23 @@ "disabled": true }, { - "key": "distinct", - "value": "\"id\"" + "key": "include", + "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "disabled": true }, { - "key": "limit", - "value": "10", + "key": "order", + "value": "\"id desc\"", "disabled": true }, { - "key": "skip", - "value": "5", + "key": "order", + "value": "\"name asc\"", "disabled": true }, { - "key": "include", - "value": "\"userGroups\"", + "key": "order", + "value": "\"orcidId desc\"", "disabled": true } ] @@ -28950,7 +29011,7 @@ }, { "key": "Content-Length", - "value": "15333" + "value": "20374" }, { "key": "Access-Control-Allow-Origin", @@ -28962,11 +29023,11 @@ }, { "key": "Date", - "value": "Tue, 15 Sep 2020 10:33:56 GMT" + "value": "Mon, 24 Aug 2020 12:18:53 GMT" } ], "cookie": [], - "body": "[\n {\n \"id\": 1\n },\n {\n \"id\": 2\n },\n {\n \"id\": 3\n },\n {\n \"id\": 4\n },\n {\n \"id\": 5\n },\n {\n \"id\": 6\n },\n {\n \"id\": 7\n },\n {\n \"id\": 8\n },\n {\n \"id\": 9\n },\n {\n \"id\": 10\n },\n {\n \"id\": 11\n },\n {\n \"id\": 12\n },\n {\n \"id\": 13\n },\n {\n \"id\": 14\n },\n {\n \"id\": 15\n },\n {\n \"id\": 16\n },\n {\n \"id\": 17\n },\n {\n \"id\": 18\n },\n {\n \"id\": 19\n },\n {\n \"id\": 20\n },\n {\n \"id\": 21\n },\n {\n \"id\": 22\n },\n {\n \"id\": 23\n },\n {\n \"id\": 24\n },\n {\n \"id\": 25\n },\n {\n \"id\": 26\n },\n {\n \"id\": 27\n },\n {\n \"id\": 28\n },\n {\n \"id\": 29\n },\n {\n \"id\": 30\n },\n {\n \"id\": 31\n },\n {\n \"id\": 32\n },\n {\n \"id\": 33\n },\n {\n \"id\": 34\n },\n {\n \"id\": 35\n },\n {\n \"id\": 36\n },\n {\n \"id\": 37\n },\n {\n \"id\": 38\n },\n {\n \"id\": 39\n },\n {\n \"id\": 40\n },\n {\n \"id\": 41\n },\n {\n \"id\": 42\n },\n {\n \"id\": 43\n },\n {\n \"id\": 44\n },\n {\n \"id\": 45\n },\n {\n \"id\": 46\n },\n {\n \"id\": 47\n },\n {\n \"id\": 48\n },\n {\n \"id\": 49\n },\n {\n \"id\": 50\n },\n {\n \"id\": 51\n },\n {\n \"id\": 52\n },\n {\n \"id\": 53\n },\n {\n \"id\": 54\n },\n {\n \"id\": 55\n },\n {\n \"id\": 56\n },\n {\n \"id\": 57\n },\n {\n \"id\": 58\n },\n {\n \"id\": 59\n },\n {\n \"id\": 60\n },\n {\n \"id\": 61\n },\n {\n \"id\": 62\n },\n {\n \"id\": 63\n },\n {\n \"id\": 64\n },\n {\n \"id\": 65\n },\n {\n \"id\": 66\n },\n {\n \"id\": 67\n },\n {\n \"id\": 68\n },\n {\n \"id\": 69\n },\n {\n \"id\": 70\n },\n {\n \"id\": 71\n },\n {\n \"id\": 72\n },\n {\n \"id\": 73\n },\n {\n \"id\": 74\n },\n {\n \"id\": 75\n },\n {\n \"id\": 76\n },\n {\n \"id\": 77\n },\n {\n \"id\": 78\n },\n {\n \"id\": 79\n },\n {\n \"id\": 80\n },\n {\n \"id\": 81\n },\n {\n \"id\": 82\n },\n {\n \"id\": 83\n },\n {\n \"id\": 84\n },\n {\n \"id\": 85\n },\n {\n \"id\": 86\n },\n {\n \"id\": 87\n },\n {\n \"id\": 88\n },\n {\n \"id\": 89\n },\n {\n \"id\": 90\n },\n {\n \"id\": 91\n },\n {\n \"id\": 92\n },\n {\n \"id\": 93\n },\n {\n \"id\": 94\n },\n {\n \"id\": 95\n },\n {\n \"id\": 96\n },\n {\n \"id\": 97\n },\n {\n \"id\": 98\n },\n {\n \"id\": 99\n },\n {\n \"id\": 100\n },\n {\n \"id\": 101\n },\n {\n \"id\": 102\n },\n {\n \"id\": 103\n },\n {\n \"id\": 104\n },\n {\n \"id\": 105\n },\n {\n \"id\": 106\n },\n {\n \"id\": 107\n },\n {\n \"id\": 108\n },\n {\n \"id\": 109\n },\n {\n \"id\": 110\n },\n {\n \"id\": 111\n },\n {\n \"id\": 112\n },\n {\n \"id\": 113\n },\n {\n \"id\": 114\n },\n {\n \"id\": 115\n },\n {\n \"id\": 116\n },\n {\n \"id\": 117\n },\n {\n \"id\": 118\n },\n {\n \"id\": 119\n },\n {\n \"id\": 120\n },\n {\n \"id\": 121\n },\n {\n \"id\": 122\n },\n {\n \"id\": 123\n },\n {\n \"id\": 124\n },\n {\n \"id\": 125\n },\n {\n \"id\": 126\n },\n {\n \"id\": 127\n },\n {\n \"id\": 128\n },\n {\n \"id\": 129\n },\n {\n \"id\": 130\n },\n {\n \"id\": 131\n },\n {\n \"id\": 132\n },\n {\n \"id\": 133\n },\n {\n \"id\": 134\n },\n {\n \"id\": 135\n },\n {\n \"id\": 136\n },\n {\n \"id\": 137\n },\n {\n \"id\": 138\n },\n {\n \"id\": 139\n },\n {\n \"id\": 140\n },\n {\n \"id\": 141\n },\n {\n \"id\": 142\n },\n {\n \"id\": 143\n },\n {\n \"id\": 144\n },\n {\n \"id\": 145\n },\n {\n \"id\": 146\n },\n {\n \"id\": 147\n },\n {\n \"id\": 148\n },\n {\n \"id\": 149\n },\n {\n \"id\": 150\n },\n {\n \"id\": 151\n },\n {\n \"id\": 152\n },\n {\n \"id\": 153\n },\n {\n \"id\": 154\n },\n {\n \"id\": 155\n },\n {\n \"id\": 156\n },\n {\n \"id\": 157\n },\n {\n \"id\": 158\n },\n {\n \"id\": 159\n },\n {\n \"id\": 160\n },\n {\n \"id\": 161\n },\n {\n \"id\": 162\n },\n {\n \"id\": 163\n },\n {\n \"id\": 164\n },\n {\n \"id\": 165\n },\n {\n \"id\": 166\n },\n {\n \"id\": 167\n },\n {\n \"id\": 168\n },\n {\n \"id\": 169\n },\n {\n \"id\": 170\n },\n {\n \"id\": 171\n },\n {\n \"id\": 172\n },\n {\n \"id\": 173\n },\n {\n \"id\": 174\n },\n {\n \"id\": 175\n },\n {\n \"id\": 176\n },\n {\n \"id\": 177\n },\n {\n \"id\": 178\n },\n {\n \"id\": 179\n },\n {\n \"id\": 180\n },\n {\n \"id\": 181\n },\n {\n \"id\": 182\n },\n {\n \"id\": 183\n },\n {\n \"id\": 184\n },\n {\n \"id\": 185\n },\n {\n \"id\": 186\n },\n {\n \"id\": 187\n },\n {\n \"id\": 188\n },\n {\n \"id\": 189\n },\n {\n \"id\": 190\n },\n {\n \"id\": 191\n },\n {\n \"id\": 192\n },\n {\n \"id\": 193\n },\n {\n \"id\": 194\n },\n {\n \"id\": 195\n },\n {\n \"id\": 196\n },\n {\n \"id\": 197\n },\n {\n \"id\": 198\n },\n {\n \"id\": 199\n },\n {\n \"id\": 200\n },\n {\n \"id\": 201\n },\n {\n \"id\": 202\n },\n {\n \"id\": 203\n },\n {\n \"id\": 204\n },\n {\n \"id\": 205\n },\n {\n \"id\": 206\n },\n {\n \"id\": 207\n },\n {\n \"id\": 208\n },\n {\n \"id\": 209\n },\n {\n \"id\": 210\n },\n {\n \"id\": 211\n },\n {\n \"id\": 212\n },\n {\n \"id\": 213\n },\n {\n \"id\": 214\n },\n {\n \"id\": 215\n },\n {\n \"id\": 216\n },\n {\n \"id\": 217\n },\n {\n \"id\": 218\n },\n {\n \"id\": 219\n },\n {\n \"id\": 220\n },\n {\n \"id\": 221\n },\n {\n \"id\": 222\n },\n {\n \"id\": 223\n },\n {\n \"id\": 224\n },\n {\n \"id\": 225\n },\n {\n \"id\": 226\n },\n {\n \"id\": 227\n },\n {\n \"id\": 228\n },\n {\n \"id\": 229\n },\n {\n \"id\": 230\n },\n {\n \"id\": 231\n },\n {\n \"id\": 232\n },\n {\n \"id\": 233\n },\n {\n \"id\": 234\n },\n {\n \"id\": 235\n },\n {\n \"id\": 236\n },\n {\n \"id\": 237\n },\n {\n \"id\": 238\n },\n {\n \"id\": 239\n },\n {\n \"id\": 240\n },\n {\n \"id\": 241\n },\n {\n \"id\": 242\n },\n {\n \"id\": 243\n },\n {\n \"id\": 244\n },\n {\n \"id\": 245\n },\n {\n \"id\": 246\n },\n {\n \"id\": 247\n },\n {\n \"id\": 248\n },\n {\n \"id\": 249\n },\n {\n \"id\": 250\n },\n {\n \"id\": 251\n },\n {\n \"id\": 252\n },\n {\n \"id\": 253\n },\n {\n \"id\": 254\n },\n {\n \"id\": 255\n },\n {\n \"id\": 256\n },\n {\n \"id\": 257\n },\n {\n \"id\": 258\n },\n {\n \"id\": 259\n },\n {\n \"id\": 260\n },\n {\n \"id\": 261\n },\n {\n \"id\": 262\n },\n {\n \"id\": 263\n },\n {\n \"id\": 264\n },\n {\n \"id\": 265\n },\n {\n \"id\": 266\n },\n {\n \"id\": 267\n },\n {\n \"id\": 268\n },\n {\n \"id\": 269\n },\n {\n \"id\": 270\n },\n {\n \"id\": 271\n },\n {\n \"id\": 272\n },\n {\n \"id\": 273\n },\n {\n \"id\": 274\n },\n {\n \"id\": 275\n },\n {\n \"id\": 276\n },\n {\n \"id\": 277\n },\n {\n \"id\": 278\n },\n {\n \"id\": 279\n },\n {\n \"id\": 280\n },\n {\n \"id\": 281\n },\n {\n \"id\": 282\n },\n {\n \"id\": 283\n },\n {\n \"id\": 284\n },\n {\n \"id\": 285\n },\n {\n \"id\": 286\n },\n {\n \"id\": 287\n },\n {\n \"id\": 288\n },\n {\n \"id\": 289\n },\n {\n \"id\": 290\n },\n {\n \"id\": 291\n },\n {\n \"id\": 292\n },\n {\n \"id\": 293\n },\n {\n \"id\": 294\n },\n {\n \"id\": 295\n },\n {\n \"id\": 296\n },\n {\n \"id\": 297\n },\n {\n \"id\": 298\n },\n {\n \"id\": 299\n },\n {\n \"id\": 300\n },\n {\n \"id\": 301\n },\n {\n \"id\": 302\n },\n {\n \"id\": 303\n },\n {\n \"id\": 304\n },\n {\n \"id\": 305\n },\n {\n \"id\": 306\n },\n {\n \"id\": 307\n },\n {\n \"id\": 308\n },\n {\n \"id\": 309\n },\n {\n \"id\": 310\n },\n {\n \"id\": 311\n },\n {\n \"id\": 312\n },\n {\n \"id\": 313\n },\n {\n \"id\": 314\n },\n {\n \"id\": 315\n },\n {\n \"id\": 316\n },\n {\n \"id\": 317\n },\n {\n \"id\": 318\n },\n {\n \"id\": 319\n },\n {\n \"id\": 320\n },\n {\n \"id\": 321\n },\n {\n \"id\": 322\n },\n {\n \"id\": 323\n },\n {\n \"id\": 324\n },\n {\n \"id\": 325\n },\n {\n \"id\": 326\n },\n {\n \"id\": 327\n },\n {\n \"id\": 328\n },\n {\n \"id\": 329\n },\n {\n \"id\": 330\n },\n {\n \"id\": 331\n },\n {\n \"id\": 332\n },\n {\n \"id\": 333\n },\n {\n \"id\": 334\n },\n {\n \"id\": 335\n },\n {\n \"id\": 336\n },\n {\n \"id\": 337\n },\n {\n \"id\": 338\n },\n {\n \"id\": 339\n },\n {\n \"id\": 340\n },\n {\n \"id\": 341\n },\n {\n \"id\": 342\n },\n {\n \"id\": 343\n },\n {\n \"id\": 344\n },\n {\n \"id\": 345\n },\n {\n \"id\": 346\n },\n {\n \"id\": 347\n },\n {\n \"id\": 348\n },\n {\n \"id\": 349\n },\n {\n \"id\": 350\n },\n {\n \"id\": 351\n },\n {\n \"id\": 352\n },\n {\n \"id\": 353\n },\n {\n \"id\": 354\n },\n {\n \"id\": 355\n },\n {\n \"id\": 356\n },\n {\n \"id\": 357\n },\n {\n \"id\": 358\n },\n {\n \"id\": 359\n },\n {\n \"id\": 360\n },\n {\n \"id\": 361\n },\n {\n \"id\": 362\n },\n {\n \"id\": 363\n },\n {\n \"id\": 364\n },\n {\n \"id\": 365\n },\n {\n \"id\": 366\n },\n {\n \"id\": 367\n },\n {\n \"id\": 368\n },\n {\n \"id\": 369\n },\n {\n \"id\": 370\n },\n {\n \"id\": 371\n },\n {\n \"id\": 372\n },\n {\n \"id\": 373\n },\n {\n \"id\": 374\n },\n {\n \"id\": 375\n },\n {\n \"id\": 376\n },\n {\n \"id\": 377\n },\n {\n \"id\": 378\n },\n {\n \"id\": 379\n },\n {\n \"id\": 380\n },\n {\n \"id\": 381\n },\n {\n \"id\": 382\n },\n {\n \"id\": 383\n },\n {\n \"id\": 384\n },\n {\n \"id\": 385\n },\n {\n \"id\": 386\n },\n {\n \"id\": 387\n },\n {\n \"id\": 388\n },\n {\n \"id\": 389\n },\n {\n \"id\": 390\n },\n {\n \"id\": 391\n },\n {\n \"id\": 392\n },\n {\n \"id\": 393\n },\n {\n \"id\": 394\n },\n {\n \"id\": 395\n },\n {\n \"id\": 396\n },\n {\n \"id\": 397\n },\n {\n \"id\": 398\n },\n {\n \"id\": 399\n },\n {\n \"id\": 400\n },\n {\n \"id\": 401\n },\n {\n \"id\": 402\n },\n {\n \"id\": 403\n },\n {\n \"id\": 404\n },\n {\n \"id\": 405\n },\n {\n \"id\": 406\n },\n {\n \"id\": 407\n },\n {\n \"id\": 408\n },\n {\n \"id\": 409\n },\n {\n \"id\": 410\n },\n {\n \"id\": 411\n },\n {\n \"id\": 412\n },\n {\n \"id\": 413\n },\n {\n \"id\": 414\n },\n {\n \"id\": 415\n },\n {\n \"id\": 416\n },\n {\n \"id\": 417\n },\n {\n \"id\": 418\n },\n {\n \"id\": 419\n },\n {\n \"id\": 420\n },\n {\n \"id\": 421\n },\n {\n \"id\": 422\n },\n {\n \"id\": 423\n },\n {\n \"id\": 424\n },\n {\n \"id\": 425\n },\n {\n \"id\": 426\n },\n {\n \"id\": 427\n },\n {\n \"id\": 428\n },\n {\n \"id\": 429\n },\n {\n \"id\": 430\n },\n {\n \"id\": 431\n },\n {\n \"id\": 432\n },\n {\n \"id\": 433\n },\n {\n \"id\": 434\n },\n {\n \"id\": 435\n },\n {\n \"id\": 436\n },\n {\n \"id\": 437\n },\n {\n \"id\": 438\n },\n {\n \"id\": 439\n },\n {\n \"id\": 440\n },\n {\n \"id\": 441\n },\n {\n \"id\": 442\n },\n {\n \"id\": 443\n },\n {\n \"id\": 444\n },\n {\n \"id\": 445\n },\n {\n \"id\": 446\n },\n {\n \"id\": 447\n },\n {\n \"id\": 448\n },\n {\n \"id\": 449\n },\n {\n \"id\": 450\n },\n {\n \"id\": 451\n },\n {\n \"id\": 452\n },\n {\n \"id\": 453\n },\n {\n \"id\": 454\n },\n {\n \"id\": 455\n },\n {\n \"id\": 456\n },\n {\n \"id\": 457\n },\n {\n \"id\": 458\n },\n {\n \"id\": 459\n },\n {\n \"id\": 460\n },\n {\n \"id\": 461\n },\n {\n \"id\": 462\n },\n {\n \"id\": 463\n },\n {\n \"id\": 464\n },\n {\n \"id\": 465\n },\n {\n \"id\": 466\n },\n {\n \"id\": 467\n },\n {\n \"id\": 468\n },\n {\n \"id\": 469\n },\n {\n \"id\": 470\n },\n {\n \"id\": 471\n },\n {\n \"id\": 472\n },\n {\n \"id\": 473\n },\n {\n \"id\": 474\n },\n {\n \"id\": 475\n },\n {\n \"id\": 476\n },\n {\n \"id\": 477\n },\n {\n \"id\": 478\n },\n {\n \"id\": 479\n },\n {\n \"id\": 480\n },\n {\n \"id\": 481\n },\n {\n \"id\": 482\n },\n {\n \"id\": 483\n },\n {\n \"id\": 484\n },\n {\n \"id\": 485\n },\n {\n \"id\": 486\n },\n {\n \"id\": 487\n },\n {\n \"id\": 488\n },\n {\n \"id\": 489\n },\n {\n \"id\": 490\n },\n {\n \"id\": 491\n },\n {\n \"id\": 492\n },\n {\n \"id\": 493\n },\n {\n \"id\": 494\n },\n {\n \"id\": 495\n },\n {\n \"id\": 496\n },\n {\n \"id\": 498\n },\n {\n \"id\": 499\n }\n]" + "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" }, { "name": "Users By Filter", @@ -29079,12 +29140,12 @@ "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" }, { - "name": "Users By Filter - DB Include Filter", + "name": "Users By Filter - Distinct, no included fields", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users?include=[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]&limit=2&skip=4", + "raw": "http://{{datagateway-api}}/users?distinct=\"id\"", "protocol": "http", "host": [ "{{datagateway-api}}" @@ -29095,30 +29156,38 @@ "query": [ { "key": "where", - "value": "{\"ID\": {\"in\": [49,23]}}", + "value": "{\"userGroups.id\": {\"in\": [44,23]}}", "disabled": true }, { "key": "include", - "value": "\"userGroups\"", + "value": "[\"userGroups\", {\"investigationUsers\":[\"investigation\"]}]", "disabled": true }, { "key": "include", - "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]" + "value": "{\"investigationUsers\":{\"investigation\": \"datasets\"}}", + "disabled": true }, { - "key": "order", - "value": "\"id desc\"", + "key": "include", + "value": "[\"userGroups\", \"studies\", {\"investigationUsers\":{\"investigation\": \"datasets\"}}, \"instrumentScientists\"]", "disabled": true }, { - "key": "limit", - "value": "2" + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]", + "disabled": true }, { - "key": "skip", - "value": "4" + "key": "include", + "value": "{\"INVESTIGATIONUSER\":[\"INVESTIGATION\"]}", + "disabled": true + }, + { + "key": "order", + "value": "\"id desc\"", + "disabled": true }, { "key": "distinct", @@ -29127,7 +29196,7 @@ }, { "key": "where", - "value": "{\"id\": {\"eq\": 6}}", + "value": "{\"userGroups.id\": {\"eq\": 50}}", "disabled": true }, { @@ -29141,13 +29210,22 @@ "disabled": true }, { - "key": "include", - "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "key": "distinct", + "value": "\"id\"" + }, + { + "key": "limit", + "value": "10", "disabled": true }, { - "key": "order", - "value": "\"name asc\"", + "key": "skip", + "value": "5", + "disabled": true + }, + { + "key": "include", + "value": "\"userGroups\"", "disabled": true } ] @@ -29163,7 +29241,7 @@ }, { "key": "Content-Length", - "value": "4521" + "value": "15333" }, { "key": "Access-Control-Allow-Origin", @@ -29175,19 +29253,19 @@ }, { "key": "Date", - "value": "Wed, 02 Sep 2020 14:35:19 GMT" + "value": "Tue, 15 Sep 2020 10:33:56 GMT" } ], "cookie": [], - "body": "[\n {\n \"ID\": 5,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta3\",\n \"ORCIDID\": \"5437\",\n \"USERGROUP\": [\n {\n \"ID\": 11,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-08-28 02:17:38\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-04-20 18:29:09\",\n \"GROUP_ID\": 7,\n \"USER_ID\": 5\n }\n ]\n },\n {\n \"ID\": 6,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta66\",\n \"ORCIDID\": \"15966\",\n \"USERGROUP\": [\n {\n \"ID\": 13,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-02-27 11:47:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2016-08-25 00:53:55\",\n \"GROUP_ID\": 4,\n \"USER_ID\": 6\n }\n ],\n \"INVESTIGATIONUSER\": [\n {\n \"ID\": 36,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-03-06 18:05:52\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-03-09 01:58:15\",\n \"ROLE\": \"CI\",\n \"INVESTIGATION_ID\": 33,\n \"USER_ID\": 6,\n \"INVESTIGATION\": {\n \"ID\": 33,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2016-12-12 08:53:47\",\n \"DOI\": \"1-148-83222-X\",\n \"ENDDATE\": \"2008-05-04 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2005-01-04 07:22:59\",\n \"NAME\": \"INVESTIGATION 32\",\n \"RELEASEDATE\": \"2008-01-26 00:00:00\",\n \"STARTDATE\": \"2008-02-02 00:00:00\",\n \"SUMMARY\": \"Contain sea lose. Threat available well fish expert. Involve begin father.\",\n \"TITLE\": \"Trouble it write available low market open them. Maintain letter adult study child individual example. Behind appear throughout mother statement campaign month.\",\n \"VISIT_ID\": \"29\",\n \"FACILITY_ID\": 1,\n \"TYPE_ID\": 1,\n \"DATASET\": [\n {\n \"ID\": 135,\n \"COMPLETE\": false,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2012-06-07 21:26:39\",\n \"DESCRIPTION\": \"Respond opportunity record seek home. Yard anything get next page tree hundred. Feeling enter many treat kind community manage.\",\n \"DOI\": \"1-342-36668-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/agent/near.wav\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2018-10-27 14:59:23\",\n \"NAME\": \"DATASET 153\",\n \"STARTDATE\": \"2038-01-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 1\n },\n {\n \"ID\": 14,\n \"COMPLETE\": true,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2019-05-06 07:27:24\",\n \"DESCRIPTION\": \"Eat young business more similar important write local. Keep man despite kitchen positive. Store material all effort drug decade.\",\n \"DOI\": \"1-925475-68-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/full/song.png\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2002-02-24 04:37:23\",\n \"NAME\": \"DATASET 33\",\n \"STARTDATE\": \"2008-02-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 3\n }\n ]\n }\n }\n ]\n }\n]" + "body": "[\n {\n \"id\": 1\n },\n {\n \"id\": 2\n },\n {\n \"id\": 3\n },\n {\n \"id\": 4\n },\n {\n \"id\": 5\n },\n {\n \"id\": 6\n },\n {\n \"id\": 7\n },\n {\n \"id\": 8\n },\n {\n \"id\": 9\n },\n {\n \"id\": 10\n },\n {\n \"id\": 11\n },\n {\n \"id\": 12\n },\n {\n \"id\": 13\n },\n {\n \"id\": 14\n },\n {\n \"id\": 15\n },\n {\n \"id\": 16\n },\n {\n \"id\": 17\n },\n {\n \"id\": 18\n },\n {\n \"id\": 19\n },\n {\n \"id\": 20\n },\n {\n \"id\": 21\n },\n {\n \"id\": 22\n },\n {\n \"id\": 23\n },\n {\n \"id\": 24\n },\n {\n \"id\": 25\n },\n {\n \"id\": 26\n },\n {\n \"id\": 27\n },\n {\n \"id\": 28\n },\n {\n \"id\": 29\n },\n {\n \"id\": 30\n },\n {\n \"id\": 31\n },\n {\n \"id\": 32\n },\n {\n \"id\": 33\n },\n {\n \"id\": 34\n },\n {\n \"id\": 35\n },\n {\n \"id\": 36\n },\n {\n \"id\": 37\n },\n {\n \"id\": 38\n },\n {\n \"id\": 39\n },\n {\n \"id\": 40\n },\n {\n \"id\": 41\n },\n {\n \"id\": 42\n },\n {\n \"id\": 43\n },\n {\n \"id\": 44\n },\n {\n \"id\": 45\n },\n {\n \"id\": 46\n },\n {\n \"id\": 47\n },\n {\n \"id\": 48\n },\n {\n \"id\": 49\n },\n {\n \"id\": 50\n },\n {\n \"id\": 51\n },\n {\n \"id\": 52\n },\n {\n \"id\": 53\n },\n {\n \"id\": 54\n },\n {\n \"id\": 55\n },\n {\n \"id\": 56\n },\n {\n \"id\": 57\n },\n {\n \"id\": 58\n },\n {\n \"id\": 59\n },\n {\n \"id\": 60\n },\n {\n \"id\": 61\n },\n {\n \"id\": 62\n },\n {\n \"id\": 63\n },\n {\n \"id\": 64\n },\n {\n \"id\": 65\n },\n {\n \"id\": 66\n },\n {\n \"id\": 67\n },\n {\n \"id\": 68\n },\n {\n \"id\": 69\n },\n {\n \"id\": 70\n },\n {\n \"id\": 71\n },\n {\n \"id\": 72\n },\n {\n \"id\": 73\n },\n {\n \"id\": 74\n },\n {\n \"id\": 75\n },\n {\n \"id\": 76\n },\n {\n \"id\": 77\n },\n {\n \"id\": 78\n },\n {\n \"id\": 79\n },\n {\n \"id\": 80\n },\n {\n \"id\": 81\n },\n {\n \"id\": 82\n },\n {\n \"id\": 83\n },\n {\n \"id\": 84\n },\n {\n \"id\": 85\n },\n {\n \"id\": 86\n },\n {\n \"id\": 87\n },\n {\n \"id\": 88\n },\n {\n \"id\": 89\n },\n {\n \"id\": 90\n },\n {\n \"id\": 91\n },\n {\n \"id\": 92\n },\n {\n \"id\": 93\n },\n {\n \"id\": 94\n },\n {\n \"id\": 95\n },\n {\n \"id\": 96\n },\n {\n \"id\": 97\n },\n {\n \"id\": 98\n },\n {\n \"id\": 99\n },\n {\n \"id\": 100\n },\n {\n \"id\": 101\n },\n {\n \"id\": 102\n },\n {\n \"id\": 103\n },\n {\n \"id\": 104\n },\n {\n \"id\": 105\n },\n {\n \"id\": 106\n },\n {\n \"id\": 107\n },\n {\n \"id\": 108\n },\n {\n \"id\": 109\n },\n {\n \"id\": 110\n },\n {\n \"id\": 111\n },\n {\n \"id\": 112\n },\n {\n \"id\": 113\n },\n {\n \"id\": 114\n },\n {\n \"id\": 115\n },\n {\n \"id\": 116\n },\n {\n \"id\": 117\n },\n {\n \"id\": 118\n },\n {\n \"id\": 119\n },\n {\n \"id\": 120\n },\n {\n \"id\": 121\n },\n {\n \"id\": 122\n },\n {\n \"id\": 123\n },\n {\n \"id\": 124\n },\n {\n \"id\": 125\n },\n {\n \"id\": 126\n },\n {\n \"id\": 127\n },\n {\n \"id\": 128\n },\n {\n \"id\": 129\n },\n {\n \"id\": 130\n },\n {\n \"id\": 131\n },\n {\n \"id\": 132\n },\n {\n \"id\": 133\n },\n {\n \"id\": 134\n },\n {\n \"id\": 135\n },\n {\n \"id\": 136\n },\n {\n \"id\": 137\n },\n {\n \"id\": 138\n },\n {\n \"id\": 139\n },\n {\n \"id\": 140\n },\n {\n \"id\": 141\n },\n {\n \"id\": 142\n },\n {\n \"id\": 143\n },\n {\n \"id\": 144\n },\n {\n \"id\": 145\n },\n {\n \"id\": 146\n },\n {\n \"id\": 147\n },\n {\n \"id\": 148\n },\n {\n \"id\": 149\n },\n {\n \"id\": 150\n },\n {\n \"id\": 151\n },\n {\n \"id\": 152\n },\n {\n \"id\": 153\n },\n {\n \"id\": 154\n },\n {\n \"id\": 155\n },\n {\n \"id\": 156\n },\n {\n \"id\": 157\n },\n {\n \"id\": 158\n },\n {\n \"id\": 159\n },\n {\n \"id\": 160\n },\n {\n \"id\": 161\n },\n {\n \"id\": 162\n },\n {\n \"id\": 163\n },\n {\n \"id\": 164\n },\n {\n \"id\": 165\n },\n {\n \"id\": 166\n },\n {\n \"id\": 167\n },\n {\n \"id\": 168\n },\n {\n \"id\": 169\n },\n {\n \"id\": 170\n },\n {\n \"id\": 171\n },\n {\n \"id\": 172\n },\n {\n \"id\": 173\n },\n {\n \"id\": 174\n },\n {\n \"id\": 175\n },\n {\n \"id\": 176\n },\n {\n \"id\": 177\n },\n {\n \"id\": 178\n },\n {\n \"id\": 179\n },\n {\n \"id\": 180\n },\n {\n \"id\": 181\n },\n {\n \"id\": 182\n },\n {\n \"id\": 183\n },\n {\n \"id\": 184\n },\n {\n \"id\": 185\n },\n {\n \"id\": 186\n },\n {\n \"id\": 187\n },\n {\n \"id\": 188\n },\n {\n \"id\": 189\n },\n {\n \"id\": 190\n },\n {\n \"id\": 191\n },\n {\n \"id\": 192\n },\n {\n \"id\": 193\n },\n {\n \"id\": 194\n },\n {\n \"id\": 195\n },\n {\n \"id\": 196\n },\n {\n \"id\": 197\n },\n {\n \"id\": 198\n },\n {\n \"id\": 199\n },\n {\n \"id\": 200\n },\n {\n \"id\": 201\n },\n {\n \"id\": 202\n },\n {\n \"id\": 203\n },\n {\n \"id\": 204\n },\n {\n \"id\": 205\n },\n {\n \"id\": 206\n },\n {\n \"id\": 207\n },\n {\n \"id\": 208\n },\n {\n \"id\": 209\n },\n {\n \"id\": 210\n },\n {\n \"id\": 211\n },\n {\n \"id\": 212\n },\n {\n \"id\": 213\n },\n {\n \"id\": 214\n },\n {\n \"id\": 215\n },\n {\n \"id\": 216\n },\n {\n \"id\": 217\n },\n {\n \"id\": 218\n },\n {\n \"id\": 219\n },\n {\n \"id\": 220\n },\n {\n \"id\": 221\n },\n {\n \"id\": 222\n },\n {\n \"id\": 223\n },\n {\n \"id\": 224\n },\n {\n \"id\": 225\n },\n {\n \"id\": 226\n },\n {\n \"id\": 227\n },\n {\n \"id\": 228\n },\n {\n \"id\": 229\n },\n {\n \"id\": 230\n },\n {\n \"id\": 231\n },\n {\n \"id\": 232\n },\n {\n \"id\": 233\n },\n {\n \"id\": 234\n },\n {\n \"id\": 235\n },\n {\n \"id\": 236\n },\n {\n \"id\": 237\n },\n {\n \"id\": 238\n },\n {\n \"id\": 239\n },\n {\n \"id\": 240\n },\n {\n \"id\": 241\n },\n {\n \"id\": 242\n },\n {\n \"id\": 243\n },\n {\n \"id\": 244\n },\n {\n \"id\": 245\n },\n {\n \"id\": 246\n },\n {\n \"id\": 247\n },\n {\n \"id\": 248\n },\n {\n \"id\": 249\n },\n {\n \"id\": 250\n },\n {\n \"id\": 251\n },\n {\n \"id\": 252\n },\n {\n \"id\": 253\n },\n {\n \"id\": 254\n },\n {\n \"id\": 255\n },\n {\n \"id\": 256\n },\n {\n \"id\": 257\n },\n {\n \"id\": 258\n },\n {\n \"id\": 259\n },\n {\n \"id\": 260\n },\n {\n \"id\": 261\n },\n {\n \"id\": 262\n },\n {\n \"id\": 263\n },\n {\n \"id\": 264\n },\n {\n \"id\": 265\n },\n {\n \"id\": 266\n },\n {\n \"id\": 267\n },\n {\n \"id\": 268\n },\n {\n \"id\": 269\n },\n {\n \"id\": 270\n },\n {\n \"id\": 271\n },\n {\n \"id\": 272\n },\n {\n \"id\": 273\n },\n {\n \"id\": 274\n },\n {\n \"id\": 275\n },\n {\n \"id\": 276\n },\n {\n \"id\": 277\n },\n {\n \"id\": 278\n },\n {\n \"id\": 279\n },\n {\n \"id\": 280\n },\n {\n \"id\": 281\n },\n {\n \"id\": 282\n },\n {\n \"id\": 283\n },\n {\n \"id\": 284\n },\n {\n \"id\": 285\n },\n {\n \"id\": 286\n },\n {\n \"id\": 287\n },\n {\n \"id\": 288\n },\n {\n \"id\": 289\n },\n {\n \"id\": 290\n },\n {\n \"id\": 291\n },\n {\n \"id\": 292\n },\n {\n \"id\": 293\n },\n {\n \"id\": 294\n },\n {\n \"id\": 295\n },\n {\n \"id\": 296\n },\n {\n \"id\": 297\n },\n {\n \"id\": 298\n },\n {\n \"id\": 299\n },\n {\n \"id\": 300\n },\n {\n \"id\": 301\n },\n {\n \"id\": 302\n },\n {\n \"id\": 303\n },\n {\n \"id\": 304\n },\n {\n \"id\": 305\n },\n {\n \"id\": 306\n },\n {\n \"id\": 307\n },\n {\n \"id\": 308\n },\n {\n \"id\": 309\n },\n {\n \"id\": 310\n },\n {\n \"id\": 311\n },\n {\n \"id\": 312\n },\n {\n \"id\": 313\n },\n {\n \"id\": 314\n },\n {\n \"id\": 315\n },\n {\n \"id\": 316\n },\n {\n \"id\": 317\n },\n {\n \"id\": 318\n },\n {\n \"id\": 319\n },\n {\n \"id\": 320\n },\n {\n \"id\": 321\n },\n {\n \"id\": 322\n },\n {\n \"id\": 323\n },\n {\n \"id\": 324\n },\n {\n \"id\": 325\n },\n {\n \"id\": 326\n },\n {\n \"id\": 327\n },\n {\n \"id\": 328\n },\n {\n \"id\": 329\n },\n {\n \"id\": 330\n },\n {\n \"id\": 331\n },\n {\n \"id\": 332\n },\n {\n \"id\": 333\n },\n {\n \"id\": 334\n },\n {\n \"id\": 335\n },\n {\n \"id\": 336\n },\n {\n \"id\": 337\n },\n {\n \"id\": 338\n },\n {\n \"id\": 339\n },\n {\n \"id\": 340\n },\n {\n \"id\": 341\n },\n {\n \"id\": 342\n },\n {\n \"id\": 343\n },\n {\n \"id\": 344\n },\n {\n \"id\": 345\n },\n {\n \"id\": 346\n },\n {\n \"id\": 347\n },\n {\n \"id\": 348\n },\n {\n \"id\": 349\n },\n {\n \"id\": 350\n },\n {\n \"id\": 351\n },\n {\n \"id\": 352\n },\n {\n \"id\": 353\n },\n {\n \"id\": 354\n },\n {\n \"id\": 355\n },\n {\n \"id\": 356\n },\n {\n \"id\": 357\n },\n {\n \"id\": 358\n },\n {\n \"id\": 359\n },\n {\n \"id\": 360\n },\n {\n \"id\": 361\n },\n {\n \"id\": 362\n },\n {\n \"id\": 363\n },\n {\n \"id\": 364\n },\n {\n \"id\": 365\n },\n {\n \"id\": 366\n },\n {\n \"id\": 367\n },\n {\n \"id\": 368\n },\n {\n \"id\": 369\n },\n {\n \"id\": 370\n },\n {\n \"id\": 371\n },\n {\n \"id\": 372\n },\n {\n \"id\": 373\n },\n {\n \"id\": 374\n },\n {\n \"id\": 375\n },\n {\n \"id\": 376\n },\n {\n \"id\": 377\n },\n {\n \"id\": 378\n },\n {\n \"id\": 379\n },\n {\n \"id\": 380\n },\n {\n \"id\": 381\n },\n {\n \"id\": 382\n },\n {\n \"id\": 383\n },\n {\n \"id\": 384\n },\n {\n \"id\": 385\n },\n {\n \"id\": 386\n },\n {\n \"id\": 387\n },\n {\n \"id\": 388\n },\n {\n \"id\": 389\n },\n {\n \"id\": 390\n },\n {\n \"id\": 391\n },\n {\n \"id\": 392\n },\n {\n \"id\": 393\n },\n {\n \"id\": 394\n },\n {\n \"id\": 395\n },\n {\n \"id\": 396\n },\n {\n \"id\": 397\n },\n {\n \"id\": 398\n },\n {\n \"id\": 399\n },\n {\n \"id\": 400\n },\n {\n \"id\": 401\n },\n {\n \"id\": 402\n },\n {\n \"id\": 403\n },\n {\n \"id\": 404\n },\n {\n \"id\": 405\n },\n {\n \"id\": 406\n },\n {\n \"id\": 407\n },\n {\n \"id\": 408\n },\n {\n \"id\": 409\n },\n {\n \"id\": 410\n },\n {\n \"id\": 411\n },\n {\n \"id\": 412\n },\n {\n \"id\": 413\n },\n {\n \"id\": 414\n },\n {\n \"id\": 415\n },\n {\n \"id\": 416\n },\n {\n \"id\": 417\n },\n {\n \"id\": 418\n },\n {\n \"id\": 419\n },\n {\n \"id\": 420\n },\n {\n \"id\": 421\n },\n {\n \"id\": 422\n },\n {\n \"id\": 423\n },\n {\n \"id\": 424\n },\n {\n \"id\": 425\n },\n {\n \"id\": 426\n },\n {\n \"id\": 427\n },\n {\n \"id\": 428\n },\n {\n \"id\": 429\n },\n {\n \"id\": 430\n },\n {\n \"id\": 431\n },\n {\n \"id\": 432\n },\n {\n \"id\": 433\n },\n {\n \"id\": 434\n },\n {\n \"id\": 435\n },\n {\n \"id\": 436\n },\n {\n \"id\": 437\n },\n {\n \"id\": 438\n },\n {\n \"id\": 439\n },\n {\n \"id\": 440\n },\n {\n \"id\": 441\n },\n {\n \"id\": 442\n },\n {\n \"id\": 443\n },\n {\n \"id\": 444\n },\n {\n \"id\": 445\n },\n {\n \"id\": 446\n },\n {\n \"id\": 447\n },\n {\n \"id\": 448\n },\n {\n \"id\": 449\n },\n {\n \"id\": 450\n },\n {\n \"id\": 451\n },\n {\n \"id\": 452\n },\n {\n \"id\": 453\n },\n {\n \"id\": 454\n },\n {\n \"id\": 455\n },\n {\n \"id\": 456\n },\n {\n \"id\": 457\n },\n {\n \"id\": 458\n },\n {\n \"id\": 459\n },\n {\n \"id\": 460\n },\n {\n \"id\": 461\n },\n {\n \"id\": 462\n },\n {\n \"id\": 463\n },\n {\n \"id\": 464\n },\n {\n \"id\": 465\n },\n {\n \"id\": 466\n },\n {\n \"id\": 467\n },\n {\n \"id\": 468\n },\n {\n \"id\": 469\n },\n {\n \"id\": 470\n },\n {\n \"id\": 471\n },\n {\n \"id\": 472\n },\n {\n \"id\": 473\n },\n {\n \"id\": 474\n },\n {\n \"id\": 475\n },\n {\n \"id\": 476\n },\n {\n \"id\": 477\n },\n {\n \"id\": 478\n },\n {\n \"id\": 479\n },\n {\n \"id\": 480\n },\n {\n \"id\": 481\n },\n {\n \"id\": 482\n },\n {\n \"id\": 483\n },\n {\n \"id\": 484\n },\n {\n \"id\": 485\n },\n {\n \"id\": 486\n },\n {\n \"id\": 487\n },\n {\n \"id\": 488\n },\n {\n \"id\": 489\n },\n {\n \"id\": 490\n },\n {\n \"id\": 491\n },\n {\n \"id\": 492\n },\n {\n \"id\": 493\n },\n {\n \"id\": 494\n },\n {\n \"id\": 495\n },\n {\n \"id\": 496\n },\n {\n \"id\": 498\n },\n {\n \"id\": 499\n }\n]" }, { - "name": "Users By Filter", + "name": "Users By Filter - DB Include Filter", "originalRequest": { "method": "GET", "header": [], "url": { - "raw": "http://{{datagateway-api}}/users?distinct=\"NAME\"", + "raw": "http://{{datagateway-api}}/users?include=[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]&limit=2&skip=4", "protocol": "http", "host": [ "{{datagateway-api}}" @@ -29198,36 +29276,39 @@ "query": [ { "key": "where", - "value": "{\"id\": {\"in\": [492, 3]}}", + "value": "{\"ID\": {\"in\": [49,23]}}", "disabled": true }, { "key": "include", - "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", + "value": "\"userGroups\"", "disabled": true }, + { + "key": "include", + "value": "[\"USERGROUP\", {\"INVESTIGATIONUSER\":{\"INVESTIGATION\":\"DATASET\"}}]" + }, { "key": "order", - "value": "\"ID desc\"", + "value": "\"id desc\"", "disabled": true }, { "key": "limit", - "value": "10", - "disabled": true + "value": "2" }, { "key": "skip", - "value": "5", - "disabled": true + "value": "4" }, { "key": "distinct", - "value": "\"NAME\"" + "value": "[\"name\", \"fullName\", \"orcidId\", \"modTime\"]", + "disabled": true }, { "key": "where", - "value": "{\"id\": {\"like\": 4}}", + "value": "{\"id\": {\"eq\": 6}}", "disabled": true }, { @@ -29245,20 +29326,10 @@ "value": "{\"INVESTIGATIONUSER\":\"INVESTIGATION\"}", "disabled": true }, - { - "key": "order", - "value": "\"id desc\"", - "disabled": true - }, { "key": "order", "value": "\"name asc\"", "disabled": true - }, - { - "key": "order", - "value": "\"orcidId desc\"", - "disabled": true } ] } @@ -29273,7 +29344,7 @@ }, { "key": "Content-Length", - "value": "20374" + "value": "4521" }, { "key": "Access-Control-Allow-Origin", @@ -29285,11 +29356,11 @@ }, { "key": "Date", - "value": "Mon, 24 Aug 2020 12:18:53 GMT" + "value": "Wed, 02 Sep 2020 14:35:19 GMT" } ], "cookie": [], - "body": "[\n {\n \"NAME\": \"Aaron311\"\n },\n {\n \"NAME\": \"Aaron374\"\n },\n {\n \"NAME\": \"Aaron438\"\n },\n {\n \"NAME\": \"Adam133\"\n },\n {\n \"NAME\": \"Adam196\"\n },\n {\n \"NAME\": \"Adam428\"\n },\n {\n \"NAME\": \"Adam491\"\n },\n {\n \"NAME\": \"Adriana19\"\n },\n {\n \"NAME\": \"Adriana82\"\n },\n {\n \"NAME\": \"Alexandra135\"\n },\n {\n \"NAME\": \"Alexandra198\"\n },\n {\n \"NAME\": \"Alicia175\"\n },\n {\n \"NAME\": \"Alicia238\"\n },\n {\n \"NAME\": \"Alison113\"\n },\n {\n \"NAME\": \"Alison50\"\n },\n {\n \"NAME\": \"Alyssa420\"\n },\n {\n \"NAME\": \"Alyssa483\"\n },\n {\n \"NAME\": \"Amanda259\"\n },\n {\n \"NAME\": \"Amanda322\"\n },\n {\n \"NAME\": \"Amy160\"\n },\n {\n \"NAME\": \"Amy223\"\n },\n {\n \"NAME\": \"Andrea392\"\n },\n {\n \"NAME\": \"Andrea435\"\n },\n {\n \"NAME\": \"Andrea455\"\n },\n {\n \"NAME\": \"Andrea498\"\n },\n {\n \"NAME\": \"Andrew147\"\n },\n {\n \"NAME\": \"Andrew151\"\n },\n {\n \"NAME\": \"Andrew167\"\n },\n {\n \"NAME\": \"Andrew210\"\n },\n {\n \"NAME\": \"Andrew214\"\n },\n {\n \"NAME\": \"Andrew230\"\n },\n {\n \"NAME\": \"Andrew390\"\n },\n {\n \"NAME\": \"Andrew453\"\n },\n {\n \"NAME\": \"Angel34\"\n },\n {\n \"NAME\": \"Angel97\"\n },\n {\n \"NAME\": \"Angela399\"\n },\n {\n \"NAME\": \"Angela462\"\n },\n {\n \"NAME\": \"Anna303\"\n },\n {\n \"NAME\": \"Anna366\"\n },\n {\n \"NAME\": \"Anne172\"\n },\n {\n \"NAME\": \"Anne235\"\n },\n {\n \"NAME\": \"Anthony395\"\n },\n {\n \"NAME\": \"Anthony458\"\n },\n {\n \"NAME\": \"April271\"\n },\n {\n \"NAME\": \"April334\"\n },\n {\n \"NAME\": \"Ashley159\"\n },\n {\n \"NAME\": \"Ashley222\"\n },\n {\n \"NAME\": \"Bailey400\"\n },\n {\n \"NAME\": \"Bailey463\"\n },\n {\n \"NAME\": \"Barbara115\"\n },\n {\n \"NAME\": \"Barbara385\"\n },\n {\n \"NAME\": \"Barbara448\"\n },\n {\n \"NAME\": \"Barbara52\"\n },\n {\n \"NAME\": \"Benjamin15\"\n },\n {\n \"NAME\": \"Benjamin78\"\n },\n {\n \"NAME\": \"Beverly143\"\n },\n {\n \"NAME\": \"Beverly206\"\n },\n {\n \"NAME\": \"Brandon396\"\n },\n {\n \"NAME\": \"Brandon459\"\n },\n {\n \"NAME\": \"Brandy121\"\n },\n {\n \"NAME\": \"Brandy58\"\n },\n {\n \"NAME\": \"Brenda144\"\n },\n {\n \"NAME\": \"Brenda207\"\n },\n {\n \"NAME\": \"Brittany295\"\n },\n {\n \"NAME\": \"Brittany358\"\n },\n {\n \"NAME\": \"Bryan171\"\n },\n {\n \"NAME\": \"Bryan234\"\n },\n {\n \"NAME\": \"Carl1\"\n },\n {\n \"NAME\": \"Carl64\"\n },\n {\n \"NAME\": \"Carla110\"\n },\n {\n \"NAME\": \"Carla47\"\n },\n {\n \"NAME\": \"Carlos169\"\n },\n {\n \"NAME\": \"Carlos232\"\n },\n {\n \"NAME\": \"Carol284\"\n },\n {\n \"NAME\": \"Carol347\"\n },\n {\n \"NAME\": \"Casey148\"\n },\n {\n \"NAME\": \"Casey211\"\n },\n {\n \"NAME\": \"Catherine275\"\n },\n {\n \"NAME\": \"Catherine338\"\n },\n {\n \"NAME\": \"Catherine406\"\n },\n {\n \"NAME\": \"Catherine469\"\n },\n {\n \"NAME\": \"Charlotte150\"\n },\n {\n \"NAME\": \"Charlotte213\"\n },\n {\n \"NAME\": \"Christina381\"\n },\n {\n \"NAME\": \"Christina444\"\n },\n {\n \"NAME\": \"Christopher11\"\n },\n {\n \"NAME\": \"Christopher124\"\n },\n {\n \"NAME\": \"Christopher156\"\n },\n {\n \"NAME\": \"Christopher186\"\n },\n {\n \"NAME\": \"Christopher188\"\n },\n {\n \"NAME\": \"Christopher219\"\n },\n {\n \"NAME\": \"Christopher249\"\n },\n {\n \"NAME\": \"Christopher251\"\n },\n {\n \"NAME\": \"Christopher262\"\n },\n {\n \"NAME\": \"Christopher29\"\n },\n {\n \"NAME\": \"Christopher325\"\n },\n {\n \"NAME\": \"Christopher6\"\n },\n {\n \"NAME\": \"Christopher61\"\n },\n {\n \"NAME\": \"Christopher69\"\n },\n {\n \"NAME\": \"Christopher74\"\n },\n {\n \"NAME\": \"Christopher92\"\n },\n {\n \"NAME\": \"Colleen283\"\n },\n {\n \"NAME\": \"Colleen346\"\n },\n {\n \"NAME\": \"Curtis14\"\n },\n {\n \"NAME\": \"Curtis77\"\n },\n {\n \"NAME\": \"Dana154\"\n },\n {\n \"NAME\": \"Dana217\"\n },\n {\n \"NAME\": \"Daniel20\"\n },\n {\n \"NAME\": \"Daniel267\"\n },\n {\n \"NAME\": \"Daniel296\"\n },\n {\n \"NAME\": \"Daniel330\"\n },\n {\n \"NAME\": \"Daniel359\"\n },\n {\n \"NAME\": \"Daniel83\"\n },\n {\n \"NAME\": \"Darryl436\"\n },\n {\n \"NAME\": \"Darryl499\"\n },\n {\n \"NAME\": \"David383\"\n },\n {\n \"NAME\": \"David386\"\n },\n {\n \"NAME\": \"David418\"\n },\n {\n \"NAME\": \"David429\"\n },\n {\n \"NAME\": \"David446\"\n },\n {\n \"NAME\": \"David449\"\n },\n {\n \"NAME\": \"David481\"\n },\n {\n \"NAME\": \"David492\"\n },\n {\n \"NAME\": \"Dawn297\"\n },\n {\n \"NAME\": \"Dawn360\"\n },\n {\n \"NAME\": \"Debbie162\"\n },\n {\n \"NAME\": \"Debbie225\"\n },\n {\n \"NAME\": \"Denise117\"\n },\n {\n \"NAME\": \"Denise54\"\n },\n {\n \"NAME\": \"Dennis161\"\n },\n {\n \"NAME\": \"Dennis224\"\n },\n {\n \"NAME\": \"Dennis402\"\n },\n {\n \"NAME\": \"Dennis465\"\n },\n {\n \"NAME\": \"Derek111\"\n },\n {\n \"NAME\": \"Derek48\"\n },\n {\n \"NAME\": \"Desiree404\"\n },\n {\n \"NAME\": \"Desiree467\"\n },\n {\n \"NAME\": \"Diane24\"\n },\n {\n \"NAME\": \"Diane87\"\n },\n {\n \"NAME\": \"Douglas178\"\n },\n {\n \"NAME\": \"Douglas241\"\n },\n {\n \"NAME\": \"Dustin7\"\n },\n {\n \"NAME\": \"Dustin70\"\n },\n {\n \"NAME\": \"Eric391\"\n },\n {\n \"NAME\": \"Eric454\"\n },\n {\n \"NAME\": \"Erica4\"\n },\n {\n \"NAME\": \"Erica67\"\n },\n {\n \"NAME\": \"Erik183\"\n },\n {\n \"NAME\": \"Erik246\"\n },\n {\n \"NAME\": \"Erin112\"\n },\n {\n \"NAME\": \"Erin268\"\n },\n {\n \"NAME\": \"Erin331\"\n },\n {\n \"NAME\": \"Erin49\"\n },\n {\n \"NAME\": \"Francisco71\"\n },\n {\n \"NAME\": \"Francisco8\"\n },\n {\n \"NAME\": \"Frank138\"\n },\n {\n \"NAME\": \"Frank201\"\n },\n {\n \"NAME\": \"Frank25\"\n },\n {\n \"NAME\": \"Frank88\"\n },\n {\n \"NAME\": \"Garrett157\"\n },\n {\n \"NAME\": \"Garrett220\"\n },\n {\n \"NAME\": \"George16\"\n },\n {\n \"NAME\": \"George306\"\n },\n {\n \"NAME\": \"George369\"\n },\n {\n \"NAME\": \"George79\"\n },\n {\n \"NAME\": \"Gerald164\"\n },\n {\n \"NAME\": \"Gerald227\"\n },\n {\n \"NAME\": \"Gregory274\"\n },\n {\n \"NAME\": \"Gregory337\"\n },\n {\n \"NAME\": \"Gregory426\"\n },\n {\n \"NAME\": \"Gregory489\"\n },\n {\n \"NAME\": \"Howard256\"\n },\n {\n \"NAME\": \"Howard319\"\n },\n {\n \"NAME\": \"Jacob181\"\n },\n {\n \"NAME\": \"Jacob244\"\n },\n {\n \"NAME\": \"Jacqueline440\"\n },\n {\n \"NAME\": \"James10\"\n },\n {\n \"NAME\": \"James109\"\n },\n {\n \"NAME\": \"James12\"\n },\n {\n \"NAME\": \"James155\"\n },\n {\n \"NAME\": \"James218\"\n },\n {\n \"NAME\": \"James382\"\n },\n {\n \"NAME\": \"James412\"\n },\n {\n \"NAME\": \"James417\"\n },\n {\n \"NAME\": \"James445\"\n },\n {\n \"NAME\": \"James46\"\n },\n {\n \"NAME\": \"James475\"\n },\n {\n \"NAME\": \"James480\"\n },\n {\n \"NAME\": \"James73\"\n },\n {\n \"NAME\": \"James75\"\n },\n {\n \"NAME\": \"Jared128\"\n },\n {\n \"NAME\": \"Jared191\"\n },\n {\n \"NAME\": \"Jason103\"\n },\n {\n \"NAME\": \"Jason40\"\n },\n {\n \"NAME\": \"Jeffrey264\"\n },\n {\n \"NAME\": \"Jeffrey327\"\n },\n {\n \"NAME\": \"Jennifer185\"\n },\n {\n \"NAME\": \"Jennifer248\"\n },\n {\n \"NAME\": \"Jeremy141\"\n },\n {\n \"NAME\": \"Jeremy204\"\n },\n {\n \"NAME\": \"Jeremy414\"\n },\n {\n \"NAME\": \"Jeremy477\"\n },\n {\n \"NAME\": \"Jerry257\"\n },\n {\n \"NAME\": \"Jerry320\"\n },\n {\n \"NAME\": \"Jessica305\"\n },\n {\n \"NAME\": \"Jessica368\"\n },\n {\n \"NAME\": \"Jessica433\"\n },\n {\n \"NAME\": \"Jessica496\"\n },\n {\n \"NAME\": \"Joe269\"\n },\n {\n \"NAME\": \"Joe332\"\n },\n {\n \"NAME\": \"John187\"\n },\n {\n \"NAME\": \"John189\"\n },\n {\n \"NAME\": \"John250\"\n },\n {\n \"NAME\": \"John252\"\n },\n {\n \"NAME\": \"John30\"\n },\n {\n \"NAME\": \"John300\"\n },\n {\n \"NAME\": \"John308\"\n },\n {\n \"NAME\": \"John32\"\n },\n {\n \"NAME\": \"John363\"\n },\n {\n \"NAME\": \"John371\"\n },\n {\n \"NAME\": \"John397\"\n },\n {\n \"NAME\": \"John434\"\n },\n {\n \"NAME\": \"John460\"\n },\n {\n \"NAME\": \"John497\"\n },\n {\n \"NAME\": \"John93\"\n },\n {\n \"NAME\": \"John95\"\n },\n {\n \"NAME\": \"Johnny279\"\n },\n {\n \"NAME\": \"Johnny342\"\n },\n {\n \"NAME\": \"Jonathan100\"\n },\n {\n \"NAME\": \"Jonathan17\"\n },\n {\n \"NAME\": \"Jonathan260\"\n },\n {\n \"NAME\": \"Jonathan323\"\n },\n {\n \"NAME\": \"Jonathan37\"\n },\n {\n \"NAME\": \"Jonathan415\"\n },\n {\n \"NAME\": \"Jonathan478\"\n },\n {\n \"NAME\": \"Jonathan80\"\n },\n {\n \"NAME\": \"Joseph163\"\n },\n {\n \"NAME\": \"Joseph165\"\n },\n {\n \"NAME\": \"Joseph226\"\n },\n {\n \"NAME\": \"Joseph228\"\n },\n {\n \"NAME\": \"Joseph411\"\n },\n {\n \"NAME\": \"Joseph432\"\n },\n {\n \"NAME\": \"Joseph474\"\n },\n {\n \"NAME\": \"Joseph495\"\n },\n {\n \"NAME\": \"Julie27\"\n },\n {\n \"NAME\": \"Julie90\"\n },\n {\n \"NAME\": \"Justin389\"\n },\n {\n \"NAME\": \"Justin452\"\n },\n {\n \"NAME\": \"Kaitlyn106\"\n },\n {\n \"NAME\": \"Kaitlyn43\"\n },\n {\n \"NAME\": \"Karen280\"\n },\n {\n \"NAME\": \"Karen343\"\n },\n {\n \"NAME\": \"Karen407\"\n },\n {\n \"NAME\": \"Karen425\"\n },\n {\n \"NAME\": \"Karen470\"\n },\n {\n \"NAME\": \"Karen488\"\n },\n {\n \"NAME\": \"Katherine119\"\n },\n {\n \"NAME\": \"Katherine22\"\n },\n {\n \"NAME\": \"Katherine56\"\n },\n {\n \"NAME\": \"Katherine85\"\n },\n {\n \"NAME\": \"Kelly302\"\n },\n {\n \"NAME\": \"Kelly365\"\n },\n {\n \"NAME\": \"Kevin134\"\n },\n {\n \"NAME\": \"Kevin197\"\n },\n {\n \"NAME\": \"Kim380\"\n },\n {\n \"NAME\": \"Kim443\"\n },\n {\n \"NAME\": \"Kimberly23\"\n },\n {\n \"NAME\": \"Kimberly26\"\n },\n {\n \"NAME\": \"Kimberly86\"\n },\n {\n \"NAME\": \"Kimberly89\"\n },\n {\n \"NAME\": \"Kristen315\"\n },\n {\n \"NAME\": \"Kristen378\"\n },\n {\n \"NAME\": \"Kristy423\"\n },\n {\n \"NAME\": \"Kristy486\"\n },\n {\n \"NAME\": \"Kyle388\"\n },\n {\n \"NAME\": \"Kyle451\"\n },\n {\n \"NAME\": \"Leah21\"\n },\n {\n \"NAME\": \"Leah84\"\n },\n {\n \"NAME\": \"Linda142\"\n },\n {\n \"NAME\": \"Linda205\"\n },\n {\n \"NAME\": \"Lindsey127\"\n },\n {\n \"NAME\": \"Lindsey190\"\n },\n {\n \"NAME\": \"Lisa136\"\n },\n {\n \"NAME\": \"Lisa179\"\n },\n {\n \"NAME\": \"Lisa199\"\n },\n {\n \"NAME\": \"Lisa242\"\n },\n {\n \"NAME\": \"Lisa276\"\n },\n {\n \"NAME\": \"Lisa339\"\n },\n {\n \"NAME\": \"Lisa398\"\n },\n {\n \"NAME\": \"Lisa461\"\n },\n {\n \"NAME\": \"Logan35\"\n },\n {\n \"NAME\": \"Logan98\"\n },\n {\n \"NAME\": \"Loretta3\"\n },\n {\n \"NAME\": \"Loretta66\"\n },\n {\n \"NAME\": \"Madison137\"\n },\n {\n \"NAME\": \"Madison200\"\n },\n {\n \"NAME\": \"Maria285\"\n },\n {\n \"NAME\": \"Maria348\"\n },\n {\n \"NAME\": \"Maria405\"\n },\n {\n \"NAME\": \"Maria468\"\n },\n {\n \"NAME\": \"Marie108\"\n },\n {\n \"NAME\": \"Marie45\"\n },\n {\n \"NAME\": \"Marissa401\"\n },\n {\n \"NAME\": \"Marissa464\"\n },\n {\n \"NAME\": \"Mark263\"\n },\n {\n \"NAME\": \"Mark326\"\n },\n {\n \"NAME\": \"Mary430\"\n },\n {\n \"NAME\": \"Mary493\"\n },\n {\n \"NAME\": \"Matthew18\"\n },\n {\n \"NAME\": \"Matthew293\"\n },\n {\n \"NAME\": \"Matthew356\"\n },\n {\n \"NAME\": \"Matthew379\"\n },\n {\n \"NAME\": \"Matthew409\"\n },\n {\n \"NAME\": \"Matthew437\"\n },\n {\n \"NAME\": \"Matthew442\"\n },\n {\n \"NAME\": \"Matthew472\"\n },\n {\n \"NAME\": \"Matthew81\"\n },\n {\n \"NAME\": \"Megan291\"\n },\n {\n \"NAME\": \"Megan354\"\n },\n {\n \"NAME\": \"Megan387\"\n },\n {\n \"NAME\": \"Megan450\"\n },\n {\n \"NAME\": \"Melissa422\"\n },\n {\n \"NAME\": \"Melissa485\"\n },\n {\n \"NAME\": \"Michael122\"\n },\n {\n \"NAME\": \"Michael123\"\n },\n {\n \"NAME\": \"Michael168\"\n },\n {\n \"NAME\": \"Michael174\"\n },\n {\n \"NAME\": \"Michael231\"\n },\n {\n \"NAME\": \"Michael237\"\n },\n {\n \"NAME\": \"Michael410\"\n },\n {\n \"NAME\": \"Michael473\"\n },\n {\n \"NAME\": \"Michael59\"\n },\n {\n \"NAME\": \"Michael60\"\n },\n {\n \"NAME\": \"Micheal139\"\n },\n {\n \"NAME\": \"Micheal202\"\n },\n {\n \"NAME\": \"Michelle129\"\n },\n {\n \"NAME\": \"Michelle170\"\n },\n {\n \"NAME\": \"Michelle192\"\n },\n {\n \"NAME\": \"Michelle233\"\n },\n {\n \"NAME\": \"Michelle254\"\n },\n {\n \"NAME\": \"Michelle317\"\n },\n {\n \"NAME\": \"Michelle419\"\n },\n {\n \"NAME\": \"Michelle482\"\n },\n {\n \"NAME\": \"Miguel104\"\n },\n {\n \"NAME\": \"Miguel41\"\n },\n {\n \"NAME\": \"Monica393\"\n },\n {\n \"NAME\": \"Monica456\"\n },\n {\n \"NAME\": \"Nancy114\"\n },\n {\n \"NAME\": \"Nancy51\"\n },\n {\n \"NAME\": \"Natalie266\"\n },\n {\n \"NAME\": \"Natalie329\"\n },\n {\n \"NAME\": \"Natasha153\"\n },\n {\n \"NAME\": \"Natasha216\"\n },\n {\n \"NAME\": \"Nicholas255\"\n },\n {\n \"NAME\": \"Nicholas318\"\n },\n {\n \"NAME\": \"Nicholas33\"\n },\n {\n \"NAME\": \"Nicholas96\"\n },\n {\n \"NAME\": \"Norma258\"\n },\n {\n \"NAME\": \"Norma321\"\n },\n {\n \"NAME\": \"Olivia31\"\n },\n {\n \"NAME\": \"Olivia94\"\n },\n {\n \"NAME\": \"Pamela265\"\n },\n {\n \"NAME\": \"Pamela328\"\n },\n {\n \"NAME\": \"Patrick273\"\n },\n {\n \"NAME\": \"Patrick281\"\n },\n {\n \"NAME\": \"Patrick336\"\n },\n {\n \"NAME\": \"Patrick344\"\n },\n {\n \"NAME\": \"Peter184\"\n },\n {\n \"NAME\": \"Peter247\"\n },\n {\n \"NAME\": \"Phyllis441\"\n },\n {\n \"NAME\": \"Rachel173\"\n },\n {\n \"NAME\": \"Rachel236\"\n },\n {\n \"NAME\": \"Raymond394\"\n },\n {\n \"NAME\": \"Raymond457\"\n },\n {\n \"NAME\": \"Rebecca101\"\n },\n {\n \"NAME\": \"Rebecca38\"\n },\n {\n \"NAME\": \"Ricardo158\"\n },\n {\n \"NAME\": \"Ricardo221\"\n },\n {\n \"NAME\": \"Richard290\"\n },\n {\n \"NAME\": \"Richard353\"\n },\n {\n \"NAME\": \"Ricky288\"\n },\n {\n \"NAME\": \"Ricky351\"\n },\n {\n \"NAME\": \"Rita309\"\n },\n {\n \"NAME\": \"Rita372\"\n },\n {\n \"NAME\": \"Robert431\"\n },\n {\n \"NAME\": \"Robert494\"\n },\n {\n \"NAME\": \"Robert5\"\n },\n {\n \"NAME\": \"Robert68\"\n },\n {\n \"NAME\": \"Robin307\"\n },\n {\n \"NAME\": \"Robin370\"\n },\n {\n \"NAME\": \"Ruth286\"\n },\n {\n \"NAME\": \"Ruth349\"\n },\n {\n \"NAME\": \"Ryan272\"\n },\n {\n \"NAME\": \"Ryan335\"\n },\n {\n \"NAME\": \"Ryan72\"\n },\n {\n \"NAME\": \"Ryan9\"\n },\n {\n \"NAME\": \"Samantha304\"\n },\n {\n \"NAME\": \"Samantha367\"\n },\n {\n \"NAME\": \"Samuel120\"\n },\n {\n \"NAME\": \"Samuel28\"\n },\n {\n \"NAME\": \"Samuel416\"\n },\n {\n \"NAME\": \"Samuel479\"\n },\n {\n \"NAME\": \"Samuel57\"\n },\n {\n \"NAME\": \"Samuel91\"\n },\n {\n \"NAME\": \"Sandra126\"\n },\n {\n \"NAME\": \"Sandra313\"\n },\n {\n \"NAME\": \"Sandra376\"\n },\n {\n \"NAME\": \"Sandra63\"\n },\n {\n \"NAME\": \"Sarah298\"\n },\n {\n \"NAME\": \"Sarah314\"\n },\n {\n \"NAME\": \"Sarah361\"\n },\n {\n \"NAME\": \"Sarah377\"\n },\n {\n \"NAME\": \"Sarah408\"\n },\n {\n \"NAME\": \"Sarah471\"\n },\n {\n \"NAME\": \"Savannah130\"\n },\n {\n \"NAME\": \"Savannah193\"\n },\n {\n \"NAME\": \"Scott413\"\n },\n {\n \"NAME\": \"Scott476\"\n },\n {\n \"NAME\": \"Shane253\"\n },\n {\n \"NAME\": \"Shane316\"\n },\n {\n \"NAME\": \"Shannon107\"\n },\n {\n \"NAME\": \"Shannon278\"\n },\n {\n \"NAME\": \"Shannon341\"\n },\n {\n \"NAME\": \"Shannon384\"\n },\n {\n \"NAME\": \"Shannon44\"\n },\n {\n \"NAME\": \"Shannon447\"\n },\n {\n \"NAME\": \"Shelly36\"\n },\n {\n \"NAME\": \"Shelly99\"\n },\n {\n \"NAME\": \"Sherry289\"\n },\n {\n \"NAME\": \"Sherry352\"\n },\n {\n \"NAME\": \"Sierra261\"\n },\n {\n \"NAME\": \"Sierra324\"\n },\n {\n \"NAME\": \"Stephanie145\"\n },\n {\n \"NAME\": \"Stephanie208\"\n },\n {\n \"NAME\": \"Stephanie403\"\n },\n {\n \"NAME\": \"Stephanie466\"\n },\n {\n \"NAME\": \"Stephen177\"\n },\n {\n \"NAME\": \"Stephen240\"\n },\n {\n \"NAME\": \"Stephen427\"\n },\n {\n \"NAME\": \"Stephen490\"\n },\n {\n \"NAME\": \"Steven176\"\n },\n {\n \"NAME\": \"Steven239\"\n },\n {\n \"NAME\": \"Steven270\"\n },\n {\n \"NAME\": \"Steven301\"\n },\n {\n \"NAME\": \"Steven312\"\n },\n {\n \"NAME\": \"Steven333\"\n },\n {\n \"NAME\": \"Steven364\"\n },\n {\n \"NAME\": \"Steven375\"\n },\n {\n \"NAME\": \"Susan116\"\n },\n {\n \"NAME\": \"Susan140\"\n },\n {\n \"NAME\": \"Susan203\"\n },\n {\n \"NAME\": \"Susan53\"\n },\n {\n \"NAME\": \"Tamara146\"\n },\n {\n \"NAME\": \"Tamara209\"\n },\n {\n \"NAME\": \"Tammie125\"\n },\n {\n \"NAME\": \"Tammie62\"\n },\n {\n \"NAME\": \"Taylor287\"\n },\n {\n \"NAME\": \"Taylor350\"\n },\n {\n \"NAME\": \"Theresa182\"\n },\n {\n \"NAME\": \"Theresa245\"\n },\n {\n \"NAME\": \"Thomas105\"\n },\n {\n \"NAME\": \"Thomas149\"\n },\n {\n \"NAME\": \"Thomas166\"\n },\n {\n \"NAME\": \"Thomas212\"\n },\n {\n \"NAME\": \"Thomas229\"\n },\n {\n \"NAME\": \"Thomas42\"\n },\n {\n \"NAME\": \"Tiffany13\"\n },\n {\n \"NAME\": \"Tiffany76\"\n },\n {\n \"NAME\": \"Timothy294\"\n },\n {\n \"NAME\": \"Timothy299\"\n },\n {\n \"NAME\": \"Timothy357\"\n },\n {\n \"NAME\": \"Timothy362\"\n },\n {\n \"NAME\": \"Tina180\"\n },\n {\n \"NAME\": \"Tina243\"\n },\n {\n \"NAME\": \"Tina277\"\n },\n {\n \"NAME\": \"Tina310\"\n },\n {\n \"NAME\": \"Tina340\"\n },\n {\n \"NAME\": \"Tina373\"\n },\n {\n \"NAME\": \"Todd421\"\n },\n {\n \"NAME\": \"Todd484\"\n },\n {\n \"NAME\": \"Tonya102\"\n },\n {\n \"NAME\": \"Tonya39\"\n },\n {\n \"NAME\": \"Travis132\"\n },\n {\n \"NAME\": \"Travis195\"\n },\n {\n \"NAME\": \"Vanessa282\"\n },\n {\n \"NAME\": \"Vanessa345\"\n },\n {\n \"NAME\": \"Victor292\"\n },\n {\n \"NAME\": \"Victor355\"\n },\n {\n \"NAME\": \"Victoria424\"\n },\n {\n \"NAME\": \"Victoria487\"\n },\n {\n \"NAME\": \"Whitney118\"\n },\n {\n \"NAME\": \"Whitney2\"\n },\n {\n \"NAME\": \"Whitney55\"\n },\n {\n \"NAME\": \"Whitney65\"\n },\n {\n \"NAME\": \"Zachary131\"\n },\n {\n \"NAME\": \"Zachary152\"\n },\n {\n \"NAME\": \"Zachary194\"\n },\n {\n \"NAME\": \"Zachary215\"\n }\n]" + "body": "[\n {\n \"ID\": 5,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta3\",\n \"ORCIDID\": \"5437\",\n \"USERGROUP\": [\n {\n \"ID\": 11,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2003-08-28 02:17:38\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-04-20 18:29:09\",\n \"GROUP_ID\": 7,\n \"USER_ID\": 5\n }\n ]\n },\n {\n \"ID\": 6,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2007-07-28 18:17:48\",\n \"EMAIL\": \"ljames@tapia.biz\",\n \"FULLNAME\": \"Rachel Herman\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2014-09-07 20:48:44\",\n \"NAME\": \"Loretta66\",\n \"ORCIDID\": \"15966\",\n \"USERGROUP\": [\n {\n \"ID\": 13,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-02-27 11:47:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2016-08-25 00:53:55\",\n \"GROUP_ID\": 4,\n \"USER_ID\": 6\n }\n ],\n \"INVESTIGATIONUSER\": [\n {\n \"ID\": 36,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2011-03-06 18:05:52\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2003-03-09 01:58:15\",\n \"ROLE\": \"CI\",\n \"INVESTIGATION_ID\": 33,\n \"USER_ID\": 6,\n \"INVESTIGATION\": {\n \"ID\": 33,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2016-12-12 08:53:47\",\n \"DOI\": \"1-148-83222-X\",\n \"ENDDATE\": \"2008-05-04 00:00:00\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2005-01-04 07:22:59\",\n \"NAME\": \"INVESTIGATION 32\",\n \"RELEASEDATE\": \"2008-01-26 00:00:00\",\n \"STARTDATE\": \"2008-02-02 00:00:00\",\n \"SUMMARY\": \"Contain sea lose. Threat available well fish expert. Involve begin father.\",\n \"TITLE\": \"Trouble it write available low market open them. Maintain letter adult study child individual example. Behind appear throughout mother statement campaign month.\",\n \"VISIT_ID\": \"29\",\n \"FACILITY_ID\": 1,\n \"TYPE_ID\": 1,\n \"DATASET\": [\n {\n \"ID\": 135,\n \"COMPLETE\": false,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2012-06-07 21:26:39\",\n \"DESCRIPTION\": \"Respond opportunity record seek home. Yard anything get next page tree hundred. Feeling enter many treat kind community manage.\",\n \"DOI\": \"1-342-36668-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/agent/near.wav\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2018-10-27 14:59:23\",\n \"NAME\": \"DATASET 153\",\n \"STARTDATE\": \"2038-01-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 1\n },\n {\n \"ID\": 14,\n \"COMPLETE\": true,\n \"CREATE_ID\": \"user\",\n \"CREATE_TIME\": \"2019-05-06 07:27:24\",\n \"DESCRIPTION\": \"Eat young business more similar important write local. Keep man despite kitchen positive. Store material all effort drug decade.\",\n \"DOI\": \"1-925475-68-9\",\n \"END_DATE\": null,\n \"LOCATION\": \"/full/song.png\",\n \"MOD_ID\": \"user\",\n \"MOD_TIME\": \"2002-02-24 04:37:23\",\n \"NAME\": \"DATASET 33\",\n \"STARTDATE\": \"2008-02-15 00:00:00\",\n \"INVESTIGATION_ID\": 33,\n \"SAMPLE_ID\": 33,\n \"TYPE_ID\": 3\n }\n ]\n }\n }\n ]\n }\n]" } ] }, @@ -29299,7 +29370,7 @@ { "listen": "test", "script": { - "id": "77082576-fcd8-413f-b263-a413959ba8e6", + "id": "70a782ee-dcd2-4bed-8ff9-6fd0a263832d", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -29395,7 +29466,7 @@ { "listen": "prerequest", "script": { - "id": "37697db7-8b97-460d-88ca-71609015a20f", + "id": "dbec6c07-bb9e-4b7a-be3f-2373cdec108d", "exec": [ "" ], @@ -29405,7 +29476,7 @@ { "listen": "test", "script": { - "id": "a1cb2b16-6025-4897-a7a7-3a66f3ce9f45", + "id": "5ab71e36-3524-4300-8282-8c91823154ba", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -29465,7 +29536,7 @@ { "listen": "prerequest", "script": { - "id": "9ee6d069-27e8-482a-927b-466f7d3ca2a9", + "id": "5074f3eb-f544-4ae7-b958-b48fab971cc8", "exec": [ "" ], @@ -29475,7 +29546,7 @@ { "listen": "test", "script": { - "id": "46a5b796-5646-4d99-b9c5-82e2103c2110", + "id": "bbf35b0d-8b09-4fd9-a266-305cb568d4a6", "exec": [ "pm.test(\"Status: 200\", function () {\r", " pm.response.to.have.status(200);\r", @@ -29633,7 +29704,7 @@ { "listen": "prerequest", "script": { - "id": "eaf55380-df65-4a46-9691-6ac53d5dea4b", + "id": "48f83c28-f764-42a1-b608-9094717473b4", "type": "text/javascript", "exec": [ "" @@ -29643,7 +29714,7 @@ { "listen": "test", "script": { - "id": "addd7b3c-c0da-45e1-af44-d157c02522fc", + "id": "ec1dad29-81ee-4f72-9508-a13f6ec37713", "type": "text/javascript", "exec": [ "" @@ -29653,12 +29724,12 @@ ], "variable": [ { - "id": "83b3665f-e4d3-44ae-a7e9-113d6d54ed15", + "id": "c15d3eab-5ffb-4f88-b173-a2873f7f72b8", "key": "datagateway-api", - "value": "http://127.0.0.1:15000" + "value": "127.0.0.1:5000" }, { - "id": "89e7edfc-9900-4c67-b43f-4d4f21bb5744", + "id": "9bfb70bc-0840-43ad-9f59-65a4db7c64f7", "key": "sessionID", "value": "" }