curl
--request GET
--url https://loadium.io/resource1/api/tests
--header 'accept: application/json'
--header 'Authorization: Bearer ACCESS_TOKEN'
{
"status": "SUCCESS",
"testBasicDetailsDTOs": [
{
"testKey": "is2bo4cqkct1opieljfl1b3m1g53mkmb",
"testName": "HTTP Live Streaming Performance Test",
"createdTime": 1512134680000,
"favorite": false,
"testType": "JMX",
"owner": "Hannibal Lecter"
},
{
"testKey": "j61choov5j5jmgvm5oorav2kf1r2caih",
"testName": "E-Commerce Test",
"createdTime": 1513586980000,
"favorite": true,
"testType": "JMX",
"owner": "John Doe"
}]
}