{"info":{"_postman_id":"33ef2476-85a3-490f-967a-2e22ff09a3f6","name":"Passport APIs - HKRU (PROD)","description":"<html><head></head><body><p>The GameDay APIs are organised around REST. Our APIs have predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. You can use the GameDay APIs to retrieve data for Memberships, Registrations, Events &amp; Competitions based on your access level in a programmatic format.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>To get started with consuming the APIs and to gain access to required data, please reach out to <a href=\"https://support.sportstg.com/help\">GameDay support</a> or your Project Manager with the following details:</p>\n<ol>\n<li>APIs to subscribe from the API list in this document.</li>\n<li>Number of API calls expected.</li>\n</ol>\n<p>Once we have the required information we will configure your APIs and send over the below details:</p>\n<ol>\n<li><code>client_id</code></li>\n<li><code>client_secret</code></li>\n<li><code>x-api-key</code></li>\n<li>OAuth endpoint</li>\n<li>API Base URL details</li>\n<li>Any other API related user input required for specific APIs</li>\n</ol>\n<p>If you already have the above please follow through.</p>\n<h1 id=\"authentication-process\">Authentication Process</h1>\n<p>The GameDay APIs use different modes of authentication and authorisation mechanisms to provide you with the necessary data in a secure manner. GameDay uses <code>x-api-key</code> along with OAuth2.0 authentication. This means customers have to be registered through our onboarding process and get the required <code>client_id</code> and <code>client_secret</code> along with <code>x-api-key</code>. These credentials will need to be passed to the APIs in order to receive the expected results. </p>\n<p>All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.</p>\n<h1 id=\"fetching-data\">Fetching Data</h1>\n<ol>\n<li>The first step is to generate an <code>access_token</code> based on the <code>client_id</code> and <code>client_secret</code>. In order to do this please send a <strong>POST</strong> request using <code>client_id</code>, and <code>client_secret</code> to the OAuth endpoint (code examples provided below).</li>\n<li>Use the <code>access_token</code> for subsequent API calls (please bear in mind, if the <code>access_token</code> expires your <strong>GET</strong> requests won't be able to retrieve the data and you will have to repeat step #1).</li>\n</ol>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>The standard Error codes and Custom error messages are sent back in case of exceptions and are listed alongside the APIs.</p>\n<h3 id=\"status-403-forbidden\">Status: 403 Forbidden</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"User is not authorized to access this resource with an explicit deny\"\n}\n{\n    \"message\": \"Missing Authentication Token\"\n}\n{\n    \"message\": \"User is not authorized to access this resource\"\n}\n</code></pre><h3 id=\"status-401-unauthorized--authorization-token-not-provided-in-header\">Status: 401 Unauthorized – Authorization Token not Provided in Header</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n   \"message\": \"Unauthorized\". \n}\n</code></pre><h3 id=\"status-503--internal-server-error\">Status: 503:  Internal Server Error</h3>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>API rate limits would be set based on the customers’ requirements to consume APIs.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Authentication Process","slug":"authentication-process"},{"content":"Fetching Data","slug":"fetching-data"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"4417410","collectionId":"33ef2476-85a3-490f-967a-2e22ff09a3f6","publishedId":"TVCfWU8B","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"111941","highlight":"235979"},"publishDate":"2020-09-03T09:07:14.000Z"},"item":[{"name":"Generate Access Token","event":[{"listen":"test","script":{"id":"8030703e-df39-4c57-8695-b32b45cf11f5","exec":["var respnBody = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"Access_Token_HKRU\", respnBody.access_token);\r","\r",""],"type":"text/javascript"}}],"id":"390c08d7-beb7-4d47-bcce-6f3e10ae4f83","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"scope","type":"text","value":"{{scope}}"},{"key":"grant_type","type":"text","value":"{{grant_type}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["oauth","foxsportspulse","com"],"query":[],"variable":[]}},"response":[{"id":"4998be10-c8c0-4799-aba7-db453f5eca66","name":"Generate Access Token","originalRequest":{"method":"POST","header":[{"key":"content-type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","type":"text","value":"{{client_id}}"},{"key":"scope","type":"text","value":"{{scope}}"},{"key":"grant_type","type":"text","value":"{{grant_type}}"},{"key":"client_secret","type":"text","value":"{{client_secret}}"}]},"url":"https://oauth.foxsportspulse.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Sep 2020 06:39:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGcidsdfdfdfsdsewewewyyuu\",\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"390c08d7-beb7-4d47-bcce-6f3e10ae4f83"},{"name":"GET All Comps by League","id":"32d28072-33ff-44fc-acf0-c9f861998075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token_HKRU}}"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":"https://api.mygameday.app/api/leagues/competitions?league={{League_Id}}","urlObject":{"protocol":"https","path":["api","leagues","competitions"],"host":["api","mygameday","app"],"query":[{"description":{"content":"<p>27887,28029</p>\n","type":"text/plain"},"key":"league","value":"{{League_Id}}"}],"variable":[]}},"response":[{"id":"bfe33383-ca13-4bfa-8180-2f4227adbcd4","name":"GET All Comps by League","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token_HKRU}}"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/leagues/competitions?league={{League_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","leagues","competitions"],"query":[{"key":"league","value":"{{League_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"585"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 09:56:34 GMT"},{"key":"x-amzn-RequestId","value":"fdfd8263-9d99-4d5d-93df-b57a7994c534"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, api_key, Authorization"},{"key":"x-amzn-Remapped-Content-Length","value":"585"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"SSKY4E7DywMFtZQ="},{"key":"x-amzn-Remapped-Server","value":"Jetty(9.4.8.v20171121)"},{"key":"Access-Control-Allow-Methods","value":"HEAD,POST,GET,OPTIONS,DELETE,PUT,PATCH"},{"key":"x-amzn-Remapped-Date","value":"Thu, 03 Sep 2020 09:56:34 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1c8c09a2d2295d49b2248ce893dbb6c6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"S7GVtq0EgmC2Y_qAf-AK1OD9mxY535lgw8SZsJFlBnxHiwyVvh7BaQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"Success\",\n        \"detailMessage\": \"Success\"\n    },\n    \"association\": {\n        \"assocId\": \"27887\",\n        \"assocName\": \"Hong Kong Touch Association\",\n        \"avatarURL\": \"\",\n        \"sportsId\": \"10\",\n        \"sportsName\": \"\",\n        \"competitions\": [\n            {\n                \"compId\": \"442464\",\n                \"compName\": \"2020 Summer Touch (Elite-Men)\",\n                \"compAbbr\": \"Elite-M\",\n                \"compGender\": \"1\",\n                \"seasonId\": \"11147\",\n                \"compStartDate\": \"18-07-2020 00:00:00\",\n                \"completedStatus\": \"1\"\n            },\n            {\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"compAbbr\": \"Elite-W\",\n                \"compGender\": \"2\",\n                \"seasonId\": \"11147\",\n                \"compStartDate\": \"06-06-2020 00:00:00\",\n                \"completedStatus\": \"1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"32d28072-33ff-44fc-acf0-c9f861998075"},{"name":"GET All Fixtures by Competition","id":"aae15e22-f519-49d0-a15c-5d4a610cda31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":"https://api.mygameday.app/api/teams/fixtures/:leagueId?compId={{Comp_Id}}","urlObject":{"protocol":"https","path":["api","teams","fixtures",":leagueId"],"host":["api","mygameday","app"],"query":[{"description":{"content":"<p>492351,492352,493109,493107</p>\n","type":"text/plain"},"key":"compId","value":"{{Comp_Id}}"}],"variable":[{"type":"any","value":"{{League_Id}}","key":"leagueId"}]}},"response":[{"id":"b66b919c-3e82-43b4-90a4-5b20ede868ee","name":"GET All Fixtures by Competition","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/teams/fixtures/{{League_Id}}?compId={{Comp_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","teams","fixtures","{{League_Id}}"],"query":[{"key":"compId","value":"{{Comp_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"36809"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 10:00:55 GMT"},{"key":"x-amzn-RequestId","value":"3014b3cb-4cea-44fb-9c2f-cf10a9f8bfff"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, api_key, Authorization"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"SSLBlE_QywMFxbA="},{"key":"x-amzn-Remapped-Server","value":"Jetty(9.4.8.v20171121)"},{"key":"Access-Control-Allow-Methods","value":"HEAD,POST,GET,OPTIONS,DELETE,PUT,PATCH"},{"key":"x-amzn-Remapped-Date","value":"Thu, 03 Sep 2020 10:00:55 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0b26d7ef0f265884570bdb3e6c3750b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"dyO5KcdEPCVWmvfoefwA0qeS6aD_qqQDV7oTl4EOoWW3PRDzMRXDPA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"success\"\n    },\n    \"fixtureList\": [\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813675\",\n                \"eventDateTime\": \"06-06-2020 14:00:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"06-06-2020 14:00:00\",\n                \"arriveTime_GMT\": \"06-06-2020 06:00:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443037\",\n                    \"fixtureTeamId\": \"2443037\",\n                    \"teamName\": \"6 T8 - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"-1\",\n                    \"fixtureTeamId\": \"-1\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813675\",\n                \"roundId\": \"10038340\",\n                \"roundNumber\": \"1\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813676\",\n                \"eventDateTime\": \"06-06-2020 14:47:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"06-06-2020 14:47:00\",\n                \"arriveTime_GMT\": \"06-06-2020 06:47:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443036\",\n                    \"fixtureTeamId\": \"2443036\",\n                    \"teamName\": \"5 THUNDER - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443038\",\n                    \"fixtureTeamId\": \"2443038\",\n                    \"teamName\": \"7 Zion - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813676\",\n                \"roundId\": \"10038340\",\n                \"roundNumber\": \"1\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813677\",\n                \"eventDateTime\": \"06-06-2020 15:34:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"06-06-2020 15:34:00\",\n                \"arriveTime_GMT\": \"06-06-2020 07:34:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443033\",\n                    \"fixtureTeamId\": \"2443033\",\n                    \"teamName\": \"2 Raven Touch Football - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443035\",\n                    \"fixtureTeamId\": \"2443035\",\n                    \"teamName\": \"4 EdU Hong Kong - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813677\",\n                \"roundId\": \"10038340\",\n                \"roundNumber\": \"1\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813678\",\n                \"eventDateTime\": \"06-06-2020 16:21:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"06-06-2020 16:21:00\",\n                \"arriveTime_GMT\": \"06-06-2020 08:21:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443032\",\n                    \"fixtureTeamId\": \"2443032\",\n                    \"teamName\": \"1 Pillar Sports Phoenix Touch - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443034\",\n                    \"fixtureTeamId\": \"2443034\",\n                    \"teamName\": \"3 Buccaneer - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813678\",\n                \"roundId\": \"10038340\",\n                \"roundNumber\": \"1\",\n                \"roundName\": \"Round 1\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813679\",\n                \"eventDateTime\": \"13-06-2020 14:00:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"13-06-2020 14:00:00\",\n                \"arriveTime_GMT\": \"13-06-2020 06:00:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443035\",\n                    \"fixtureTeamId\": \"2443035\",\n                    \"teamName\": \"4 EdU Hong Kong - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443036\",\n                    \"fixtureTeamId\": \"2443036\",\n                    \"teamName\": \"5 THUNDER - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813679\",\n                \"roundId\": \"10038341\",\n                \"roundNumber\": \"2\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813680\",\n                \"eventDateTime\": \"13-06-2020 14:47:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"13-06-2020 14:47:00\",\n                \"arriveTime_GMT\": \"13-06-2020 06:47:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"-1\",\n                    \"fixtureTeamId\": \"-1\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443032\",\n                    \"fixtureTeamId\": \"2443032\",\n                    \"teamName\": \"1 Pillar Sports Phoenix Touch - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813680\",\n                \"roundId\": \"10038341\",\n                \"roundNumber\": \"2\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813681\",\n                \"eventDateTime\": \"13-06-2020 15:34:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"13-06-2020 15:34:00\",\n                \"arriveTime_GMT\": \"13-06-2020 07:34:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443034\",\n                    \"fixtureTeamId\": \"2443034\",\n                    \"teamName\": \"3 Buccaneer - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443038\",\n                    \"fixtureTeamId\": \"2443038\",\n                    \"teamName\": \"7 Zion - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813681\",\n                \"roundId\": \"10038341\",\n                \"roundNumber\": \"2\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813682\",\n                \"eventDateTime\": \"13-06-2020 16:21:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"13-06-2020 16:21:00\",\n                \"arriveTime_GMT\": \"13-06-2020 08:21:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443033\",\n                    \"fixtureTeamId\": \"2443033\",\n                    \"teamName\": \"2 Raven Touch Football - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443037\",\n                    \"fixtureTeamId\": \"2443037\",\n                    \"teamName\": \"6 T8 - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813682\",\n                \"roundId\": \"10038341\",\n                \"roundNumber\": \"2\",\n                \"roundName\": \"Round 2\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813683\",\n                \"eventDateTime\": \"20-06-2020 14:00:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"20-06-2020 14:00:00\",\n                \"arriveTime_GMT\": \"20-06-2020 06:00:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443034\",\n                    \"fixtureTeamId\": \"2443034\",\n                    \"teamName\": \"3 Buccaneer - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443037\",\n                    \"fixtureTeamId\": \"2443037\",\n                    \"teamName\": \"6 T8 - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813683\",\n                \"roundId\": \"10038342\",\n                \"roundNumber\": \"3\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813684\",\n                \"eventDateTime\": \"20-06-2020 14:47:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"20-06-2020 14:47:00\",\n                \"arriveTime_GMT\": \"20-06-2020 06:47:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443038\",\n                    \"fixtureTeamId\": \"2443038\",\n                    \"teamName\": \"7 Zion - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443033\",\n                    \"fixtureTeamId\": \"2443033\",\n                    \"teamName\": \"2 Raven Touch Football - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813684\",\n                \"roundId\": \"10038342\",\n                \"roundNumber\": \"3\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813685\",\n                \"eventDateTime\": \"20-06-2020 15:34:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"20-06-2020 15:34:00\",\n                \"arriveTime_GMT\": \"20-06-2020 07:34:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443032\",\n                    \"fixtureTeamId\": \"2443032\",\n                    \"teamName\": \"1 Pillar Sports Phoenix Touch - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443036\",\n                    \"fixtureTeamId\": \"2443036\",\n                    \"teamName\": \"5 THUNDER - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813685\",\n                \"roundId\": \"10038342\",\n                \"roundNumber\": \"3\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813686\",\n                \"eventDateTime\": \"20-06-2020 16:21:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"20-06-2020 16:21:00\",\n                \"arriveTime_GMT\": \"20-06-2020 08:21:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443035\",\n                    \"fixtureTeamId\": \"2443035\",\n                    \"teamName\": \"4 EdU Hong Kong - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"-1\",\n                    \"fixtureTeamId\": \"-1\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813686\",\n                \"roundId\": \"10038342\",\n                \"roundNumber\": \"3\",\n                \"roundName\": \"Round 3\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813687\",\n                \"eventDateTime\": \"27-06-2020 14:00:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"27-06-2020 14:00:00\",\n                \"arriveTime_GMT\": \"27-06-2020 06:00:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443038\",\n                    \"fixtureTeamId\": \"2443038\",\n                    \"teamName\": \"7 Zion - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443032\",\n                    \"fixtureTeamId\": \"2443032\",\n                    \"teamName\": \"1 Pillar Sports Phoenix Touch - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813687\",\n                \"roundId\": \"10038343\",\n                \"roundNumber\": \"4\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813688\",\n                \"eventDateTime\": \"27-06-2020 14:47:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"27-06-2020 14:47:00\",\n                \"arriveTime_GMT\": \"27-06-2020 06:47:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443037\",\n                    \"fixtureTeamId\": \"2443037\",\n                    \"teamName\": \"6 T8 - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443035\",\n                    \"fixtureTeamId\": \"2443035\",\n                    \"teamName\": \"4 EdU Hong Kong - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813688\",\n                \"roundId\": \"10038343\",\n                \"roundNumber\": \"4\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813689\",\n                \"eventDateTime\": \"27-06-2020 15:34:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"27-06-2020 15:34:00\",\n                \"arriveTime_GMT\": \"27-06-2020 07:34:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"-1\",\n                    \"fixtureTeamId\": \"-1\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443034\",\n                    \"fixtureTeamId\": \"2443034\",\n                    \"teamName\": \"3 Buccaneer - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813689\",\n                \"roundId\": \"10038343\",\n                \"roundNumber\": \"4\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813690\",\n                \"eventDateTime\": \"27-06-2020 16:21:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"27-06-2020 16:21:00\",\n                \"arriveTime_GMT\": \"27-06-2020 08:21:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443036\",\n                    \"fixtureTeamId\": \"2443036\",\n                    \"teamName\": \"5 THUNDER - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443033\",\n                    \"fixtureTeamId\": \"2443033\",\n                    \"teamName\": \"2 Raven Touch Football - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813690\",\n                \"roundId\": \"10038343\",\n                \"roundNumber\": \"4\",\n                \"roundName\": \"Round 4\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813691\",\n                \"eventDateTime\": \"04-07-2020 14:00:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"04-07-2020 14:00:00\",\n                \"arriveTime_GMT\": \"04-07-2020 06:00:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443033\",\n                    \"fixtureTeamId\": \"2443033\",\n                    \"teamName\": \"2 Raven Touch Football - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443034\",\n                    \"fixtureTeamId\": \"2443034\",\n                    \"teamName\": \"3 Buccaneer - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813691\",\n                \"roundId\": \"10038344\",\n                \"roundNumber\": \"5\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813692\",\n                \"eventDateTime\": \"04-07-2020 14:47:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"04-07-2020 14:47:00\",\n                \"arriveTime_GMT\": \"04-07-2020 06:47:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"-1\",\n                    \"fixtureTeamId\": \"-1\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443036\",\n                    \"fixtureTeamId\": \"2443036\",\n                    \"teamName\": \"5 THUNDER - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813692\",\n                \"roundId\": \"10038344\",\n                \"roundNumber\": \"5\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813693\",\n                \"eventDateTime\": \"04-07-2020 15:34:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"04-07-2020 15:34:00\",\n                \"arriveTime_GMT\": \"04-07-2020 07:34:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443035\",\n                    \"fixtureTeamId\": \"2443035\",\n                    \"teamName\": \"4 EdU Hong Kong - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443032\",\n                    \"fixtureTeamId\": \"2443032\",\n                    \"teamName\": \"1 Pillar Sports Phoenix Touch - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813693\",\n                \"roundId\": \"10038344\",\n                \"roundNumber\": \"5\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813694\",\n                \"eventDateTime\": \"04-07-2020 16:21:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"04-07-2020 16:21:00\",\n                \"arriveTime_GMT\": \"04-07-2020 08:21:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443037\",\n                    \"fixtureTeamId\": \"2443037\",\n                    \"teamName\": \"6 T8 - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443038\",\n                    \"fixtureTeamId\": \"2443038\",\n                    \"teamName\": \"7 Zion - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813694\",\n                \"roundId\": \"10038344\",\n                \"roundNumber\": \"5\",\n                \"roundName\": \"Round 5\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813695\",\n                \"eventDateTime\": \"11-07-2020 14:00:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"11-07-2020 14:00:00\",\n                \"arriveTime_GMT\": \"11-07-2020 06:00:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443038\",\n                    \"fixtureTeamId\": \"2443038\",\n                    \"teamName\": \"7 Zion - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443035\",\n                    \"fixtureTeamId\": \"2443035\",\n                    \"teamName\": \"4 EdU Hong Kong - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813695\",\n                \"roundId\": \"10038345\",\n                \"roundNumber\": \"6\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813696\",\n                \"eventDateTime\": \"11-07-2020 14:47:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"11-07-2020 14:47:00\",\n                \"arriveTime_GMT\": \"11-07-2020 06:47:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443032\",\n                    \"fixtureTeamId\": \"2443032\",\n                    \"teamName\": \"1 Pillar Sports Phoenix Touch - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443037\",\n                    \"fixtureTeamId\": \"2443037\",\n                    \"teamName\": \"6 T8 - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813696\",\n                \"roundId\": \"10038345\",\n                \"roundNumber\": \"6\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813697\",\n                \"eventDateTime\": \"11-07-2020 15:34:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"11-07-2020 15:34:00\",\n                \"arriveTime_GMT\": \"11-07-2020 07:34:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443033\",\n                    \"fixtureTeamId\": \"2443033\",\n                    \"teamName\": \"2 Raven Touch Football - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"-1\",\n                    \"fixtureTeamId\": \"-1\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813697\",\n                \"roundId\": \"10038345\",\n                \"roundNumber\": \"6\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813698\",\n                \"eventDateTime\": \"11-07-2020 16:21:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"11-07-2020 16:21:00\",\n                \"arriveTime_GMT\": \"11-07-2020 08:21:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443034\",\n                    \"fixtureTeamId\": \"2443034\",\n                    \"teamName\": \"3 Buccaneer - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443036\",\n                    \"fixtureTeamId\": \"2443036\",\n                    \"teamName\": \"5 THUNDER - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813698\",\n                \"roundId\": \"10038345\",\n                \"roundNumber\": \"6\",\n                \"roundName\": \"Round 6\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813699\",\n                \"eventDateTime\": \"18-07-2020 14:00:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"18-07-2020 14:00:00\",\n                \"arriveTime_GMT\": \"18-07-2020 06:00:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443032\",\n                    \"fixtureTeamId\": \"2443032\",\n                    \"teamName\": \"1 Pillar Sports Phoenix Touch - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443033\",\n                    \"fixtureTeamId\": \"2443033\",\n                    \"teamName\": \"2 Raven Touch Football - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813699\",\n                \"roundId\": \"10038346\",\n                \"roundNumber\": \"7\",\n                \"roundName\": \"Round 7\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813700\",\n                \"eventDateTime\": \"18-07-2020 14:47:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"18-07-2020 14:47:00\",\n                \"arriveTime_GMT\": \"18-07-2020 06:47:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443034\",\n                    \"fixtureTeamId\": \"2443034\",\n                    \"teamName\": \"3 Buccaneer - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443035\",\n                    \"fixtureTeamId\": \"2443035\",\n                    \"teamName\": \"4 EdU Hong Kong - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813700\",\n                \"roundId\": \"10038346\",\n                \"roundNumber\": \"7\",\n                \"roundName\": \"Round 7\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813701\",\n                \"eventDateTime\": \"18-07-2020 15:34:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"18-07-2020 15:34:00\",\n                \"arriveTime_GMT\": \"18-07-2020 07:34:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443036\",\n                    \"fixtureTeamId\": \"2443036\",\n                    \"teamName\": \"5 THUNDER - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"2443037\",\n                    \"fixtureTeamId\": \"2443037\",\n                    \"teamName\": \"6 T8 - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"89742\",\n                    \"venueName\": \"Happy Valley - 6 (Rugby)\",\n                    \"addressLine1\": \"\",\n                    \"addressLine2\": \"\",\n                    \"suburb\": \"\",\n                    \"state\": \"\",\n                    \"postalCode\": \"\",\n                    \"country\": \"\",\n                    \"latitude\": \"2.2271345856027633E1\",\n                    \"longitude\": \"1.1418380224023663E2\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813701\",\n                \"roundId\": \"10038346\",\n                \"roundNumber\": \"7\",\n                \"roundName\": \"Round 7\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        },\n        {\n            \"eventDetail\": {\n                \"eventName\": \"2020 Summer Touch (Elite-Women)\",\n                \"eventType\": \"MATCH\",\n                \"eventId\": \"42813702\",\n                \"eventDateTime\": \"18-07-2020 16:21:00\",\n                \"eventDuration\": \"40\",\n                \"arriveTime\": \"18-07-2020 16:21:00\",\n                \"arriveTime_GMT\": \"18-07-2020 08:21:00\",\n                \"eventStatus\": \"0\",\n                \"homeTeam\": {\n                    \"teamId\": \"2443038\",\n                    \"fixtureTeamId\": \"2443038\",\n                    \"teamName\": \"7 Zion - Elite\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"awayTeam\": {\n                    \"teamId\": \"-1\",\n                    \"fixtureTeamId\": \"-1\",\n                    \"finalScore\": \"0\",\n                    \"arriveTime\": \"\",\n                    \"finalScoreDisplay\": \"\",\n                    \"resultStatus\": \"0\"\n                },\n                \"venue\": {\n                    \"venueId\": \"0\"\n                },\n                \"note\": \"\"\n            },\n            \"fixtureDetail\": {\n                \"matchId\": \"42813702\",\n                \"roundId\": \"10038346\",\n                \"roundNumber\": \"7\",\n                \"roundName\": \"Round 7\",\n                \"matchStatus\": \"0\",\n                \"compId\": \"442465\",\n                \"compName\": \"2020 Summer Touch (Elite-Women)\",\n                \"assocId\": \"27887\",\n                \"assocName\": \"Hong Kong Touch Association\",\n                \"poolId\": \"0\",\n                \"poolName\": \"\",\n                \"stageId\": \"0\",\n                \"stageName\": \"\",\n                \"sportsId\": \"10\",\n                \"sportsName\": \"TOUCH_FOOTBALL\",\n                \"winningTeamId\": \"0\",\n                \"displayResult\": \"1\"\n            },\n            \"periods\": [\n                {\n                    \"shortCode\": \"\",\n                    \"periodStatus\": \"\",\n                    \"matchTypePeriodId\": \"\",\n                    \"orderNumber\": \"\",\n                    \"duration\": \"\",\n                    \"scores\": [\n                        {\n                            \"scoringTypeId\": \"\",\n                            \"fixtureTeamId\": \"\",\n                            \"value\": \"\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"aae15e22-f519-49d0-a15c-5d4a610cda31"},{"name":"GET Pre-game selected players","id":"c3d2d375-cd26-45ac-b8e6-5e6098603a75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}?team-id={{Team_Id}}&match-id={{Match_Id}}","urlObject":{"protocol":"https","path":["api","assocdata","associations","{{League_Id}}"],"host":["api","mygameday","app"],"query":[{"description":{"content":"<p>2700510,2700796</p>\n","type":"text/plain"},"key":"team-id","value":"{{Team_Id}}"},{"key":"match-id","value":"{{Match_Id}}"}],"variable":[]}},"response":[{"id":"7de46340-e897-41cf-b627-1872e328b628","name":"GET Pre-game selected players","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}?team-id={{Team_Id}}&match-id={{Match_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","assocdata","associations","{{League_Id}}"],"query":[{"key":"team-id","value":"{{Team_Id}}"},{"key":"match-id","value":"{{Match_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 10:09:06 GMT"},{"key":"x-amzn-RequestId","value":"b76cf37f-1807-411b-a8b2-6a73f6e0d73b"},{"key":"x-amzn-ErrorType","value":"BadRequestException"},{"key":"x-amz-apigw-id","value":"SSMOcGn2SwMFfqA="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 0b26d7ef0f265884570bdb3e6c3750b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"e6pZ3zh3_CURGWBEWlP3UPoz3aQv4JTFT5K1CZRADiCCqnRWwAowbA=="}],"cookie":[],"responseTime":null,"body":"Status:  200 response\n{\n    \"assoc_id\": \"dummyData\",\n    \"match_id\": \" dummyData \",\n    \"team_id\": \" dummyData\",\n    \"result\": [\n        {\n            \"member_id\": 2343223,\n            \"player_name\": \"The Other API TEST GUY\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        },\n        {\n            \"member_id\": 1234567,\n            \"player_name\": \"xxxxxxxxxxxx\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        },\n        {\n            \"member_id\": 1112121,\n            \"player_name\": \"xxxxxxxxxx\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        },\n        {\n            \"member_id\": 1213121321,\n            \"player_name\": \"xxxxxxxxxxxx\",\n            \"player_number\": \"\",\n            \"player_position\": \"\"\n        }\n    ]\n}"}],"_postman_id":"c3d2d375-cd26-45ac-b8e6-5e6098603a75"},{"name":"GET Player Competition Stats by Team","id":"001629a6-2d34-4918-9761-3c919c3ec3dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}/competition/compplayerstats?comp-id={{Comp_Id}}&team-id={{Team_Id}}","urlObject":{"protocol":"https","path":["api","assocdata","associations","{{League_Id}}","competition","compplayerstats"],"host":["api","mygameday","app"],"query":[{"key":"comp-id","value":"{{Comp_Id}}"},{"key":"team-id","value":"{{Team_Id}}"}],"variable":[]}},"response":[{"id":"dfe7e95a-0865-404c-ac9c-900c0ee98830","name":"GET Player Competition Stats by Team","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"},{"key":"x-api-key","value":"{{x-api-key HKRU}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/assocdata/associations/{{League_Id}}/competition/compplayerstats?comp-id={{Comp_Id}}&team-id={{Team_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","assocdata","associations","{{League_Id}}","competition","compplayerstats"],"query":[{"key":"comp-id","value":"{{Comp_Id}}"},{"key":"team-id","value":"{{Team_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 03 Sep 2020 10:07:02 GMT"},{"key":"x-amzn-RequestId","value":"1b518c06-3f97-4f38-8df0-bdd12a77413a"},{"key":"x-amzn-ErrorType","value":"BadRequestException"},{"key":"x-amz-apigw-id","value":"SSL7EHkdSwMFhrQ="},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 0b26d7ef0f265884570bdb3e6c3750b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"WbyTIA3fp2rtgLmw6RKjItIurHU9rPP421tOTB6nh8iNDbLW-evMCw=="}],"cookie":[],"responseTime":null,"body":"Status:  200 response\n{\n    \"assoc_id\": \"1213\",\n    \"comp_id\": \"12312\",\n    \"team_id\": \"2312\",\n    \"result\": [\n        {\n            \"member_id\": 21321412,\n            \"First Name\": \"sdasda\",\n            \"Surname\": \"adsada\",\n            \"DOB\": \"13/02/1987\",\n            \"games_played\": 1,\n            \"tries\": \"\",\n            \"goals\": \"\",\n            \"fieldgoals\": \"\",\n            \"sinbin\": \"\",\n            \"sendoff\": \"\",\n            \"manofmatch\": \"\",\n            \"total_points\": \"\"\n        },\n        {\n            \"member_id\": 12312321,\n            \"First Name\": \"adasda\",\n            \"Surname\": \"adasdas\",\n            \"DOB\": \"02/01/2000\",\n            \"games_played\": 1,\n            \"tries\": \"\",\n            \"goals\": \"\",\n            \"fieldgoals\": \"\",\n            \"sinbin\": \"\",\n            \"sendoff\": \"\",\n            \"manofmatch\": \"\",\n            \"total_points\": \"\"\n        }\n]\n}"}],"_postman_id":"001629a6-2d34-4918-9761-3c919c3ec3dc"},{"name":"GET Ladder details for Competition","id":"90fb11b0-fded-48cf-80f1-cf56790fca29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key HKRU}}"}]},"isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"}],"url":"https://api.mygameday.app/api/matchcentre/ladder/:League_Id?compId={{Comp_Id}}","urlObject":{"protocol":"https","path":["api","matchcentre","ladder",":League_Id"],"host":["api","mygameday","app"],"query":[{"description":{"content":"<p>492351,492352,426668</p>\n","type":"text/plain"},"key":"compId","value":"{{Comp_Id}}"}],"variable":[{"description":{"content":"<p>27887</p>\n","type":"text/plain"},"type":"string","value":"{{League_Id}}","key":"League_Id"}]}},"response":[{"id":"ce1076b1-bb28-4c12-9cd4-dfc47bba7408","name":"Get Ladder details for Competition","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","value":"{{Access_Token_HKRU}}","type":"text"}],"url":{"raw":"https://api.mygameday.app/api/matchcentre/ladder/:LeagueId?compId={{Comp_Id}}","protocol":"https","host":["api","mygameday","app"],"path":["api","matchcentre","ladder",":LeagueId"],"query":[{"key":"compId","value":"{{Comp_Id}}"}],"variable":[{"key":"LeagueId","value":"{{League_Id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"5841"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Sep 2020 04:58:10 GMT"},{"key":"x-amzn-RequestId","value":"6b3e6758-be4e-4a53-832c-43db6c79caa7"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, api_key, Authorization"},{"key":"x-amzn-Remapped-Content-Length","value":"5841"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"TMzjUF9GywMFn7g="},{"key":"x-amzn-Remapped-Server","value":"Jetty(8.1.16.v20140903)"},{"key":"Access-Control-Allow-Methods","value":"HEAD,POST,GET,OPTIONS,DELETE,PUT,PATCH"},{"key":"x-amzn-Remapped-Date","value":"Mon, 21 Sep 2020 04:58:10 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6defb821ef88eaf5ac6c82035b5646e3.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD1-C1"},{"key":"X-Amz-Cf-Id","value":"dIdhg9MzHYQ1iQvBz7jKDqfeAO2swEOPKm52tqk_Wk427AGNCMRdug=="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": {\n        \"statusCode\": \"200\",\n        \"statusMessage\": \"\"\n    },\n    \"compLadder\": {\n        \"compId\": \"\",\n        \"finalTeamCount\": 0,\n        \"ladderFields\": [\n            {\n                \"teamDetails\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"nextTeam\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"stats\": {\n                    \"TeamName\": \"\",\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"Percentage\": 0,\n                    \"Points\": 0\n                },\n                \"detailedStats\": {\n                    \"TeamName\": \"\",\n                    \"FinalResult\": 0,\n                    \"PenaltyPoints\": 0,\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"GoalsFor\": 0,\n                    \"GoalDiff\": 0,\n                    \"GoalsAgainst\": 0,\n                    \"Points\": 0,\n                    \"HighestScore\": 0,\n                    \"LowestScore\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsReceived\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"HeadToHead\": 0,\n                    \"Last5\": \"\",\n                    \"Percentage\": 0,\n                    \"PercentageWon\": 0,\n                    \"PercentageOfScoring\": 0,\n                    \"PercentagePoints\": 0,\n                    \"ByePoints\": 0,\n                    \"SetsFor\": 0,\n                    \"SetsAgst\": 0,\n                    \"AvePts\": 0,\n                    \"PtsRatio\": 0,\n                    \"SetRatio\": 0,\n                    \"ChampionshipPoints\": 0,\n                    \"BonusPoints\": 0,\n                    \"HomeWins\": \"\",\n                    \"AwayWins\": \"\",\n                    \"HomeLost\": \"\",\n                    \"AwayLost\": \"\",\n                    \"Streak\": \"\"\n                }\n            },\n            {\n                \"teamDetails\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"nextTeam\": {\n                    \"teamId\": \"\",\n                    \"teamName\": \"\",\n                    \"avatarUrl\": \"\"\n                },\n                \"stats\": {\n                    \"TeamName\": \"0\",\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"Percentage\": 0,\n                    \"Points\": 0\n                },\n                \"detailedStats\": {\n                    \"TeamName\": \"\",\n                    \"FinalResult\": 0,\n                    \"PenaltyPoints\": 0,\n                    \"Played\": 0,\n                    \"Won\": 0,\n                    \"Lost\": 0,\n                    \"Drawn\": 0,\n                    \"For\": 0,\n                    \"Against\": 0,\n                    \"GoalsFor\": 0,\n                    \"GoalDiff\": 0,\n                    \"GoalsAgainst\": 0,\n                    \"Points\": 0,\n                    \"HighestScore\": 0,\n                    \"LowestScore\": 0,\n                    \"Byes\": 0,\n                    \"ForfeitsReceived\": 0,\n                    \"ForfeitsGiven\": 0,\n                    \"HeadToHead\": 0,\n                    \"Last5\": \"\",\n                    \"Percentage\": 0,\n                    \"PercentageWon\": 10,\n                    \"PercentageOfScoring\": 0,\n                    \"PercentagePoints\": 0,\n                    \"ByePoints\": 0,\n                    \"SetsFor\": 0,\n                    \"SetsAgst\": 0,\n                    \"AvePts\": 0,\n                    \"PtsRatio\": 0,\n                    \"SetRatio\": 0,\n                    \"ChampionshipPoints\": 0,\n                    \"BonusPoints\": 0,\n                    \"HomeWins\": \"\",\n                    \"AwayWins\": \"\",\n                    \"HomeLost\": \"\",\n                    \"AwayLost\": \"\",\n                    \"Streak\": \"\"\n                }\n            }\n        ],\n        \"translations\": {\n            \"transFields\": [\n                {\n                    \"fieldName\": \"TeamName\",\n                    \"fullName\": \"Team\",\n                    \"abbrName\": \"Team\",\n                    \"description\": \"Team Name\"\n                },\n                {\n                    \"fieldName\": \"FinalResult\",\n                    \"fullName\": \"Final Result\",\n                    \"abbrName\": \"FinalResult\",\n                    \"description\": \"Final Result\"\n                },\n                {\n                    \"fieldName\": \"Played\",\n                    \"fullName\": \"Played\",\n                    \"abbrName\": \"P\",\n                    \"description\": \"Games Played\"\n                },\n                {\n                    \"fieldName\": \"Won\",\n                    \"fullName\": \"Won\",\n                    \"abbrName\": \"W\",\n                    \"description\": \"Games Won\"\n                },\n                {\n                    \"fieldName\": \"Lost\",\n                    \"fullName\": \"Lost\",\n                    \"abbrName\": \"L\",\n                    \"description\": \"Games Lost\"\n                },\n                {\n                    \"fieldName\": \"Drawn\",\n                    \"fullName\": \"Drawn\",\n                    \"abbrName\": \"D\",\n                    \"description\": \"Games Drawn\"\n                },\n                {\n                    \"fieldName\": \"Byes\",\n                    \"fullName\": \"Byes\",\n                    \"abbrName\": \"B\",\n                    \"description\": \"Byes\"\n                },\n                {\n                    \"fieldName\": \"ForfeitsReceived\",\n                    \"fullName\": \"Forfeits Received\",\n                    \"abbrName\": \"FF\",\n                    \"description\": \"Forfeits Received\"\n                },\n                {\n                    \"fieldName\": \"ForfeitsGiven\",\n                    \"fullName\": \"Forfeits Given\",\n                    \"abbrName\": \"FG\",\n                    \"description\": \"Forfeits Given\"\n                },\n                {\n                    \"fieldName\": \"For\",\n                    \"fullName\": \"For\",\n                    \"abbrName\": \"F\",\n                    \"description\": \"Scored For\"\n                },\n                {\n                    \"fieldName\": \"Against\",\n                    \"fullName\": \"Against\",\n                    \"abbrName\": \"A\",\n                    \"description\": \"Scored Against\"\n                },\n                {\n                    \"fieldName\": \"GoalsFor\",\n                    \"fullName\": \"Goals\",\n                    \"abbrName\": \"GF\",\n                    \"description\": \"Goals\"\n                },\n                {\n                    \"fieldName\": \"GoalsAgainst\",\n                    \"fullName\": \"Goals Against\",\n                    \"abbrName\": \"GA\",\n                    \"description\": \"Goals Against\"\n                },\n                {\n                    \"fieldName\": \"Points\",\n                    \"fullName\": \"Pts\",\n                    \"abbrName\": \"Pts\",\n                    \"description\": \"Points\"\n                },\n                {\n                    \"fieldName\": \"Percentage\",\n                    \"fullName\": \"Percentage\",\n                    \"abbrName\": \"%\",\n                    \"description\": \"Percentage\"\n                },\n                {\n                    \"fieldName\": \"GoalDiff\",\n                    \"fullName\": \"Goal Diff\",\n                    \"abbrName\": \"GD\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"PercentageWon\",\n                    \"fullName\": \"Percentage Won\",\n                    \"abbrName\": \"% Won\",\n                    \"description\": \"Percentage Won\"\n                },\n                {\n                    \"fieldName\": \"PercentageOfScoring\",\n                    \"fullName\": \"Percentage Of Scoring\",\n                    \"abbrName\": \"% Scoring\",\n                    \"description\": \"Percentage Of Scoring\"\n                },\n                {\n                    \"fieldName\": \"Position\",\n                    \"fullName\": \"Position\",\n                    \"abbrName\": \"Pos\",\n                    \"description\": \"Ladder Position\"\n                },\n                {\n                    \"fieldName\": \"Last5\",\n                    \"fullName\": \"Last5\",\n                    \"abbrName\": \"Last5\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"HighestScore\",\n                    \"fullName\": \"Highest Score\",\n                    \"abbrName\": \"Highest\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"LowestScore\",\n                    \"fullName\": \"Lowest Score\",\n                    \"abbrName\": \"Lowest\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"PercentagePoints\",\n                    \"fullName\": \"Percentage Points\",\n                    \"abbrName\": \"% Points\",\n                    \"description\": \"Percentage Points\"\n                },\n                {\n                    \"fieldName\": \"BonusPoints\",\n                    \"fullName\": \"Bonus Points\",\n                    \"abbrName\": \"Bonus\",\n                    \"description\": \"Bonus Points\"\n                },\n                {\n                    \"fieldName\": \"PenaltyPoints\",\n                    \"fullName\": \"Lowest Score\",\n                    \"abbrName\": \"Penalty\",\n                    \"description\": \"Penalty Points\"\n                },\n                {\n                    \"fieldName\": \"ChampionshipPoints\",\n                    \"fullName\": \"Championship Points\",\n                    \"abbrName\": \"Pts\",\n                    \"description\": \"Championship Points\"\n                },\n                {\n                    \"fieldName\": \"ByePoints\",\n                    \"fullName\": \"Pts (Bye Adjusted)\",\n                    \"abbrName\": \"Pts *\",\n                    \"description\": \"Bye Adjusted Points\"\n                },\n                {\n                    \"fieldName\": \"SetRatio\",\n                    \"fullName\": \"Set Ratio\",\n                    \"abbrName\": \"Set%\",\n                    \"description\": \"If the tie still exists after the calculation of the Sets Ratio, the order of ranking will be determined by Points Ratio\"\n                },\n                {\n                    \"fieldName\": \"PtsRatio\",\n                    \"fullName\": \"Point Ratio\",\n                    \"abbrName\": \"Point%\",\n                    \"description\": \"If the tie still exists after the calculation of the Point Ratio, the order of ranking will be determined by Points Ratio\"\n                },\n                {\n                    \"fieldName\": \"SetsFor\",\n                    \"fullName\": \"Sets For\",\n                    \"abbrName\": \"SetsFor\",\n                    \"description\": \"Sets Won\"\n                },\n                {\n                    \"fieldName\": \"SetsAgst\",\n                    \"fullName\": \"Sets Against\",\n                    \"abbrName\": \"SetsAgst\",\n                    \"description\": \"SetLost\"\n                },\n                {\n                    \"fieldName\": \"AvePts\",\n                    \"fullName\": \"Average Match Points\",\n                    \"abbrName\": \"AvePts\",\n                    \"description\": \"Average match points\"\n                },\n                {\n                    \"fieldName\": \"HeadToHead\",\n                    \"fullName\": \"Head to Head\",\n                    \"abbrName\": \"HtH\",\n                    \"description\": \"Order of tied teams will be based on head to head matches between those teams\"\n                },\n                {\n                    \"fieldName\": \"HomeWins\",\n                    \"fullName\": \"Home Wins\",\n                    \"abbrName\": \"HW\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"AwayWins\",\n                    \"fullName\": \"Away Wins\",\n                    \"abbrName\": \"AW\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"HomeLost\",\n                    \"fullName\": \"Home Lost\",\n                    \"abbrName\": \"HL\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"AwayLost\",\n                    \"fullName\": \"Away Lost\",\n                    \"abbrName\": \"AL\",\n                    \"description\": \"\"\n                },\n                {\n                    \"fieldName\": \"Streak\",\n                    \"fullName\": \"Streak\",\n                    \"abbrName\": \"S\",\n                    \"description\": \"Streak\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"90fb11b0-fded-48cf-80f1-cf56790fca29"},{"name":"GET Logo for Team","id":"b5ac7ece-5a4b-4005-b112-866f06b17ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{x-api-key HKRU}}"}]},"isInherited":false},"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token_HKRU}}"}],"url":"https://api.mygameday.app/api/logo/team?teamId={{Team_Id}}","urlObject":{"protocol":"https","path":["api","logo","team"],"host":["api","mygameday","app"],"query":[{"key":"teamId","value":"{{Team_Id}}"}],"variable":[]}},"response":[{"id":"049382cb-2c73-4b94-af23-d584ca654cc8","name":"GET Logo for Team","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token_HKRU}}"}],"url":{"raw":"https://api.mygameday.app/api/logo/team?teamId={{TeamId_Logo}}","protocol":"https","host":["api","mygameday","app"],"path":["api","logo","team"],"query":[{"key":"teamId","value":"{{TeamId_Logo}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"����\u0010JFIF\u0001\u0001\u0001HH��C\b\u0006\u0006\u0007\u0006\u0005\b\u0007\u0007\u0007 \b \f\u0014 \f\u000b\u000b\f\u0019\u0012\u0013\u000f\u0014\u001d\u001a\u001f\u001e\u001d\u001a\u001c\u001c $.' \",#\u001c\u001c(7),01444\u001f'9=82<.342��C\u0001 \f\u000b\f\u0018 \u00182!\u001c!22222222222222222222222222222222222222222222222222��\u0011\b\u0002X\u0002X\u0003\u0001\"\u0002\u0011\u0001\u0003\u0011\u0001��\u001c\u0001\u0003\u0001\u0001\u0001\u0001\u0001\u0006\u0007\b\u0005\u0004\u0003\u0002\u0001��Y\u0010\u0001\u0003\u0003\u0001\u0004\u0007\u0004\u0007\u0004\u0007\u0004\u0007\u0004 \u0005\u0001\u0002\u0003\u0004\u0005\u0011\u0006\u0007\u0012!1\u0013AQaq��\u0014\"��\u0015#2BRb�3r��\u0016$C����4DS�\u0017%cs���\b6Tt'7d������&5EU���\u0018\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0002\u0003\u0004��#\u0011\u0001\u0001\u0002\u0002\u0002\u0003\u0001\u0001\u0001\u0001\u0001\u0001\u0002\u0011!1\u0012A\"2Q\u0003\u0013Baq��\f\u0003\u0001\u0002\u0011\u0003\u0011?�)JW�̥)@�)@�)@�)@�)@�)@�)@�"},{"id":"dcfb259d-411e-4dec-877d-6a02e1c5cda3","name":"GET Logo for Team","originalRequest":{"method":"GET","header":[{"key":"AuthorizationToken","type":"text","value":"{{Access_Token_HKRU}}"}],"url":{"raw":"https://api.mygameday.app/api/logo/team?teamId=2443022","protocol":"https","host":["api","mygameday","app"],"path":["api","logo","team"],"query":[{"key":"teamId","value":"2443022"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b5ac7ece-5a4b-4005-b112-866f06b17ea0"}],"event":[{"listen":"prerequest","script":{"id":"a535fd41-9c09-4b1d-993f-2f15a579db21","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3be4996a-64ea-45f9-8b93-ec286f987e43","type":"text/javascript","exec":[""]}}]}