{"info":{"_postman_id":"626b166d-31e0-4fbb-b124-96f83c7eaea0","name":"Fuel Cycle Public API","description":"<html><head></head><body><h1 id=\"fuel-cycle-overview\">Fuel Cycle Overview</h1>\n<p>Fuel Cycle generates market research communities where our partners invite members to participate in market research studies.</p>\n<p>Within communities, partners set up <a href=\"https://support.fuelcycle.com/hc/en-us/articles/4416417028891\">activities</a>, which you can think of as placeholders or containers. Within these activities, partners link <a href=\"https://support.fuelcycle.com/hc/en-us/articles/8302654318875-Fuel-Cycle-Public-API#h_01GEMXBS9N4STD60J3V2CFN9FJ\">surveys</a> and <a href=\"https://support.fuelcycle.com/hc/en-us/articles/4417399222043\">partner studies</a> to the activity. There may be multiple elements besides surveys or studies within the activity. Partners can also set up <a href=\"https://support.fuelcycle.com/hc/en-us/articles/4417244915867-Delta-Testing\">Delta Testing</a> to track, respond, and resolve user feedback.</p>\n<p>When these elements are linked to a Fuel Cycle activity, members see a button that links to that element to reserve an appointment, join, or take action.</p>\n<h1 id=\"api-overview\">API Overview</h1>\n<p>* Add or update activities through the Core API.</p>\n<p>* Add or update studies through the FCX (Fuel Cycle Exchange) API.</p>\n<p>* Add or update member participants through the Commons API.</p>\n<p>* Add or update member surveys and responses through the Survey API.</p>\n<p>You will need an application in the middle to transfer the data back and forth and transform it so that each system understands it.</p>\n<p>Fuel Cycle currently has four REST APIs:</p>\n<ol>\n<li><p>Use the <strong>Commons API</strong> to request custom member data (<a href=\"https://support.fuelcycle.com/hc/en-us/articles/4417424569371\">P2 Engine data</a>) for a specific member.</p>\n</li>\n<li><p>Use the <strong>Core API</strong> to:</p>\n<ol>\n<li><p>Utilize the custom member profiling (P2 engine) data.</p>\n</li>\n<li><p>Request the total number of members within a community with certain profile variables.</p>\n</li>\n<li><p>Create, update, or view <a href=\"https://support.fuelcycle.com/hc/en-us/articles/4417244915867\">delta testing</a> tickets, comments, and projects.</p>\n</li>\n<li><p>Create or update an activity.</p>\n</li>\n</ol>\n</li>\n<li><p>Use the <strong>FCX API</strong> to create, update, or view an <a href=\"https://support.fuelcycle.com/hc/en-us/articles/4417399222043\">FCX study</a>.</p>\n</li>\n<li><p>Use the <strong>Survey API</strong> to create, update, or view <a href=\"https://support.fuelcycle.com/hc/en-us/articles/8302654318875-Fuel-Cycle-Public-API#h_01GEMXBS9N4STD60J3V2CFN9FJ\">surveys and responses</a> from any service provider</p>\n</li>\n</ol>\n<h1 id=\"api-base-urls\"><strong>API Base URLs</strong></h1>\n<p>* <strong>Production Base URL</strong>: api.fuelcyclecore.com</p>\n<p>* <strong>Stage Base URL</strong>: api.fuelcyclestage.com</p>\n<h1 id=\"api-keystokens\"><strong>API Keys/Tokens</strong></h1>\n<p>* Each community will be assigned a key and token to communicate with Fuel Cycle’s API. If you have multiple communities with Fuel Cycle, you will need separate keys and tokens for each individual community.</p>\n<p>* Each of the three Fuel Cycle APIs (Core, Commons, and FCX) requires a unique key and token.</p>\n<p>* Core and FCX APIs require unique keys and tokens. Commons endpoints can be accessed using either API credentials.</p>\n<p>* There are separate keys and tokens for our stage and production environments.</p>\n<h1 id=\"api-service-level-agreement\"><strong>API Service Level Agreement</strong></h1>\n<p>We guarantee the same SLA as provided in our client/partner contracts</p>\n<p>* 99.99% up-rate</p>\n<p>* No rate limits</p>\n<h1 id=\"api-errors-and-timeouts\"><strong>API Errors and Timeouts</strong></h1>\n<p>* Our system timeout is 30 seconds, but all our APIs should respond within less than 1-2 seconds.</p>\n<p>* It is safe to set the timeout parameter in your system to a maximum of 10 seconds.</p>\n<p>* In the case of missing or invalid parameters, we return status code 200 with the proper message in the response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 OK</td>\n<td>Successful request.</td>\n</tr>\n<tr>\n<td>400 Bad Request</td>\n<td>This error is displayed typically when the URL reference is incorrect and/or is referencing the wrong ID. This error can also occur when the API request has missing or unexpected parameters.</td>\n</tr>\n<tr>\n<td>401 Unauthorized</td>\n<td>Verify that your API key and token access credentials are correct.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Fuel Cycle Overview","slug":"fuel-cycle-overview"},{"content":"API Overview","slug":"api-overview"},{"content":"API Base URLs","slug":"api-base-urls"},{"content":"API Keys/Tokens","slug":"api-keystokens"},{"content":"API Service Level Agreement","slug":"api-service-level-agreement"},{"content":"API Errors and Timeouts","slug":"api-errors-and-timeouts"}],"owner":"2475141","collectionId":"626b166d-31e0-4fbb-b124-96f83c7eaea0","publishedId":"UVsFz8y5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-10T18:29:02.000Z"},"item":[{"name":"Commons","item":[{"name":"Groups","item":[{"name":"List Groups","id":"465267fb-7e8c-48f8-a71e-8dc8375f87f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/commons/groups?offset=10&count=50","description":"<p>This API returns the list of groups for all group types for the given count and from the start(offset)</p>\n<p><strong>Query parameters</strong>:</p>\n<p><strong>count</strong> : Number of groups requested</p>\n<p><strong>offset</strong>: starting index of list of groups</p>\n","urlObject":{"path":["v1","commons","groups"],"host":["{{environmentUrl}}"],"query":[{"key":"offset","value":"10"},{"key":"count","value":"50"}],"variable":[]}},"response":[{"id":"46913c59-ba09-4c77-ac6e-9d9c814dec4c","name":"List Groups - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/commons/groups?offset=10&count=50","host":["{{environmentUrl}}"],"path":["v1","commons","groups"],"query":[{"key":"offset","value":"10"},{"key":"count","value":"50"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=vZu0SaUmcxeTCyqI9i3g7U6QezR2dpKBzDeEFvhn.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 08 Mar 2024 19:18:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"groups\": [\n            {\n                \"archived\": false,\n                \"groupId\": 11,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 12,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 13,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 14,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 15,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 16,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 17,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 18,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 19,\n                \"name\": \"AAAExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 20,\n                \"name\": \"Title ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 21,\n                \"name\": \"button color ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 22,\n                \"name\": \"ExtActivityTitleEmailCampaign2 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 23,\n                \"name\": \"test111\",\n                \"type\": \"dynamic\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 24,\n                \"name\": \"ExtActivityTitleEmailCampaign2 - 2\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 25,\n                \"name\": \"ExtActivityTitleCreateToUPdate1 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 26,\n                \"name\": \"ExtActivityTitleCreateToUPdate2 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 27,\n                \"name\": \"ExtActivityTitleCreateToUPdate2 - 2\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 28,\n                \"name\": \"ExtActivityTitleCreateToUPdate2 - 3\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 29,\n                \"name\": \"ExtActivityTitleCreateToUPdate2 - 4\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 30,\n                \"name\": \"ExtActivityTitleCreateToUPdate2 - 5\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 31,\n                \"name\": \"ExtActivityTitleCreateToUPdate2 - 6\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 32,\n                \"name\": \"ExtActivityTitleCreateToUPdate2 - 7\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 33,\n                \"name\": \"ExtActivityTitle09082021 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 34,\n                \"name\": \"ExtActivityTitle09082021 - 2\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 35,\n                \"name\": \"ExtActivityCheckNullPointerException - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 36,\n                \"name\": \"ExtActivityTitleEmailCampaign22 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 37,\n                \"name\": \"ExtActivityTitle12 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 38,\n                \"name\": \"ExtActivityTitle12 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 39,\n                \"name\": \"ExtActivityTitle12 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 40,\n                \"name\": \"ExtActivityTitle1112 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 41,\n                \"name\": \"ExtActivityTitle1112 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 42,\n                \"name\": \"favoroite group1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 43,\n                \"name\": \"1635TestStagePriya1 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 44,\n                \"name\": \"1635LocalPriya1 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 45,\n                \"name\": \"1635LocalMember5' test quote\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 46,\n                \"name\": \"aEventLoca1 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 47,\n                \"name\": \"aEventLoca1 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 48,\n                \"name\": \"aEventLocal2 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 49,\n                \"name\": \"ExtActivityTestStatus1 - 2\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 50,\n                \"name\": \"ExtActivityTestStatus1 - 3\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 51,\n                \"name\": \"ExtActivityTestStatus1 - 4\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 52,\n                \"name\": \"ExtActivityTestStatus1 - 5\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 53,\n                \"name\": \"aEventLocalPublishTest - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 54,\n                \"name\": \"aEventLocalPublishTes2t - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 55,\n                \"name\": \"aEventLocalPublishTes2t - 2\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 56,\n                \"name\": \"aEventLocalPublishTes2t - 3\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": true,\n                \"groupId\": 57,\n                \"name\": \"aEventLocal2 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 58,\n                \"name\": \"pointsTestNull - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 59,\n                \"name\": \"pointsTestNull2 - 1\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"archived\": false,\n                \"groupId\": 60,\n                \"name\": \"pointsTestNull2 - 2\",\n                \"type\": \"static\",\n                \"status\": \"COMPLETED\"\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"465267fb-7e8c-48f8-a71e-8dc8375f87f9"},{"name":"Check Membership","id":"69989a28-70f6-4614-b4b8-6d24176db130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/commons/groups/{{groupId}}/{{userId}}","description":"<p>This API returns membership flag with true/flase on checking whether the given user exists in the given group</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>userId</strong>: Long, <em>required</em>; Id of the user to check.</li>\n<li><strong>groupId</strong>: Long, required; Id of the group</li>\n</ul>\n","urlObject":{"path":["v1","commons","groups","{{groupId}}","{{userId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e8ac38a1-e371-4e6f-b045-697959567fc4","name":"Error: Invalid groupId","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/commons/groups/1200/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Sat, 09 Mar 2024 02:55:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid groupId\"\n    }\n}"},{"id":"a704585c-30d1-4036-8447-851e6f666922","name":"Error: Invalid UserId","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/commons/groups/12/500"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Sat, 09 Mar 2024 02:55:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid userId\"\n    }\n}"},{"id":"d2569c32-1b10-41e1-82dd-abdddef14e56","name":"Success: Check Membership","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/commons/groups/5/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=N-LzJeMOhiHKrEtCFDCmEg2syovBu4PH_t_fIgtb.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Sat, 09 Mar 2024 02:57:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"membership\": true\n    },\n    \"error\": null\n}"}],"_postman_id":"69989a28-70f6-4614-b4b8-6d24176db130"}],"id":"9d0a01c0-6ea9-41a3-88ca-254577fd0b5f","_postman_id":"9d0a01c0-6ea9-41a3-88ca-254577fd0b5f","description":""},{"name":"Get User Data","id":"55a76520-2a9d-4e89-bb56-7cb5fc13c5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/commons/user/{{userId}}","description":"<p>This API returns the profile point data for the requested user.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>userId</strong>: Long, <em>required</em>; Id of the user information is been requested.</li>\n</ul>\n","urlObject":{"path":["v1","commons","user","{{userId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"aff6a5b5-805b-4013-a047-c3b5f86980db","name":"Get User Data - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/commons/user/{{userId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 22:03:23 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=+b0KsNSa2ktUcDPVyW7jpz92q2YE483XrUFOP9cK77NIrkI1TDPz4gk9zTWXwUTdZVRBMZgid8knXAjqsJUo0FG4HJLYbtMcfCj7Lask291v0uG1LDCQAEbd4pJu; Expires=Thu, 22 Jul 2021 22:03:23 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=+b0KsNSa2ktUcDPVyW7jpz92q2YE483XrUFOP9cK77NIrkI1TDPz4gk9zTWXwUTdZVRBMZgid8knXAjqsJUo0FG4HJLYbtMcfCj7Lask291v0uG1LDCQAEbd4pJu; Expires=Thu, 22 Jul 2021 22:03:23 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userDetail\": {\n            \"testAccount\": false,\n            \"userId\": 999963\n        },\n        \"fields\": null\n    },\n    \"error\": null\n}"},{"id":"ed49b3b2-6e52-4837-91fa-03c5ba005587","name":"Get User Data - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/commons/user/{{userId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:57:46 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=gtzG7yqk6SNPnMxUN+omYeMBgJQTSKvkjLnbSsPDr2MfYM0SPFtK+puWPveMqUaOj0DYvBKnB3blaPV6mHvvJ0olwSRUOlEeGMZhGwftIPacnfVwZ8Bf/joS5w8A; Expires=Thu, 22 Jul 2021 21:57:46 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=gtzG7yqk6SNPnMxUN+omYeMBgJQTSKvkjLnbSsPDr2MfYM0SPFtK+puWPveMqUaOj0DYvBKnB3blaPV6mHvvJ0olwSRUOlEeGMZhGwftIPacnfVwZ8Bf/joS5w8A; Expires=Thu, 22 Jul 2021 21:57:46 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=cqvcUE8C24Y_KCNTunVvz4fbpfPptYpBOjhDmC1W.stage-platform-v2-phoenix-webapp-02-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid userId\"\n    }\n}"}],"_postman_id":"55a76520-2a9d-4e89-bb56-7cb5fc13c5d0"},{"name":"Get User Data by External Id","id":"0edf517c-5ff2-44ba-86be-64c615a22ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/commons/user?email=member2@mailinator.com&includeFields=true","description":"<p>This API returns the profile point data for the requested user. Either externalId or email is required</p>\n<hr />\n<p>This request has Query Params<br /><strong>externalId</strong> : Optional , String</p>\n<p><strong>email:</strong> Optional , String</p>\n<p><em><strong>includeFields</strong></em>: Optional, Boolean; default value is true</p>\n<p><em><strong>Error is thrown</strong></em> :</p>\n<ul>\n<li>If both externalID and email is passed in the request, then error is thrown</li>\n<li>For invalid externalId or email</li>\n</ul>\n","urlObject":{"path":["v1","commons","user"],"host":["{{environmentUrl}}"],"query":[{"key":"email","value":"member2@mailinator.com"},{"key":"includeFields","value":"true"}],"variable":[]}},"response":[{"id":"ffa697f4-87c3-4a13-947f-d0153e46e760","name":"Error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/commons/user?externalId=3","host":["{{environmentUrl}}"],"path":["v1","commons","user"],"query":[{"key":"externalId","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 28 Sep 2023 01:01:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid external Id or email\"\n    }\n}"},{"id":"42c29196-638d-4c1a-82c9-99d4cb29f5f7","name":"Success: using External Id","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/commons/user?externalId=member2","host":["{{environmentUrl}}"],"path":["v1","commons","user"],"query":[{"key":"externalId","value":"member2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=HpWpbN2kU-HgYfOMtFuBmshd9qRHwFPCjIR0oIu2.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 28 Sep 2023 01:23:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userDetail\": {\n            \"erasedDate\": null,\n            \"firstName\": \"First_5\",\n            \"lastName\": \"Last_5\",\n            \"erased\": false,\n            \"testAccount\": false,\n            \"communityName\": \"Community\",\n            \"userId\": 5,\n            \"email\": \"5@fuelcycle.com\",\n            \"username\": \"member2\",\n            \"status\": \"ACTIVE\"\n        },\n        \"fields\": null\n    },\n    \"error\": null\n}"}],"_postman_id":"0edf517c-5ff2-44ba-86be-64c615a22ac4"},{"name":"Get Users","id":"5736d04a-7dfa-4508-80d5-089bbb7cb07a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/commons/users?count=50&offset=0","description":"<p>This API returns a list of users.</p>\n<hr />\n","urlObject":{"path":["v1","commons","users"],"host":["{{environmentUrl}}"],"query":[{"description":{"content":"<p>optional - Maximum 100</p>\n","type":"text/plain"},"key":"count","value":"50"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"dfbb9a08-c402-4b29-b339-d21f29513125","name":"Get User Data - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/commons/user/{{userId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 22:03:23 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=+b0KsNSa2ktUcDPVyW7jpz92q2YE483XrUFOP9cK77NIrkI1TDPz4gk9zTWXwUTdZVRBMZgid8knXAjqsJUo0FG4HJLYbtMcfCj7Lask291v0uG1LDCQAEbd4pJu; Expires=Thu, 22 Jul 2021 22:03:23 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=+b0KsNSa2ktUcDPVyW7jpz92q2YE483XrUFOP9cK77NIrkI1TDPz4gk9zTWXwUTdZVRBMZgid8knXAjqsJUo0FG4HJLYbtMcfCj7Lask291v0uG1LDCQAEbd4pJu; Expires=Thu, 22 Jul 2021 22:03:23 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userDetail\": {\n            \"testAccount\": false,\n            \"userId\": 999963\n        },\n        \"fields\": null\n    },\n    \"error\": null\n}"},{"id":"e56fd652-a2c8-4923-80dc-df1f5284fae1","name":"Get User Data - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/commons/user/{{userId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:57:46 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=gtzG7yqk6SNPnMxUN+omYeMBgJQTSKvkjLnbSsPDr2MfYM0SPFtK+puWPveMqUaOj0DYvBKnB3blaPV6mHvvJ0olwSRUOlEeGMZhGwftIPacnfVwZ8Bf/joS5w8A; Expires=Thu, 22 Jul 2021 21:57:46 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=gtzG7yqk6SNPnMxUN+omYeMBgJQTSKvkjLnbSsPDr2MfYM0SPFtK+puWPveMqUaOj0DYvBKnB3blaPV6mHvvJ0olwSRUOlEeGMZhGwftIPacnfVwZ8Bf/joS5w8A; Expires=Thu, 22 Jul 2021 21:57:46 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=cqvcUE8C24Y_KCNTunVvz4fbpfPptYpBOjhDmC1W.stage-platform-v2-phoenix-webapp-02-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid userId\"\n    }\n}"}],"_postman_id":"5736d04a-7dfa-4508-80d5-089bbb7cb07a"},{"name":"Erase User","id":"183e8b16-3056-4fc1-b410-fd2635d081c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"userId","value":"{{userId}}","description":"<p>optional</p>\n","type":"text"},{"key":"email","value":"{{email}}","description":"<p>optional</p>\n","type":"text"}]},"url":"{{environmentUrl}}/v1/fcx/user/erase","description":"<p>This API erases user data and sets the status of deleted users to DELETED.</p>\n<hr />\n","urlObject":{"path":["v1","fcx","user","erase"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d53445ea-79de-4c35-9519-cdd0aae98397","name":"Erase User - Error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userId","value":"{{userId}}","type":"text"},{"key":"email","value":"{{email}}","type":"text"}]},"url":"{{environmentUrl}}/v1/fcx/user/erase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jun 2022 22:06:37 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=KathrcYNYbJ13SHM8t3R4JQjl1i3Vry0R1psUm3vGJIfIN5q+QOwIR8pDwPypKnkIPzbJZyIYmmhwNR+VuiK5Rs2v78yLKN+FkuTIgVhH53hwcPfnvVIkRBAckFf; Expires=Thu, 23 Jun 2022 22:06:37 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=KathrcYNYbJ13SHM8t3R4JQjl1i3Vry0R1psUm3vGJIfIN5q+QOwIR8pDwPypKnkIPzbJZyIYmmhwNR+VuiK5Rs2v78yLKN+FkuTIgVhH53hwcPfnvVIkRBAckFf; Expires=Thu, 23 Jun 2022 22:06:37 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=YOGpS0U2rtVksaTv2ir5PmgaJeIv8O6bcp_mp47s.production-v2-phoenix-webapp-03; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid user\"\n    }\n}"},{"id":"552d2375-4175-4512-9484-1182275dfa96","name":"Erase User - Success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userId","value":"{{userId}}","description":"optional","type":"text","disabled":true},{"key":"email","value":"test_user_8@test.com","description":"optional","type":"text"}]},"url":"{{environmentUrl}}/v1/fcx/user/erase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=u_c6JTsb-5GlxgzAOT73xjLQxxj7EfiExFXEa3DY.fclw0352; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 19 Dec 2024 22:24:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user\": {\n            \"erasedDate\": \"Thu Dec 19 14:24:09 PST 2024\",\n            \"erased\": true,\n            \"userId\": 13,\n            \"status\": \"DELETED\"\n        }\n    },\n    \"error\": null\n}"}],"_postman_id":"183e8b16-3056-4fc1-b410-fd2635d081c4"}],"id":"a492a224-1b30-4b5f-b6bd-029d09b05f1f","description":"<p>This API can be called when using FCX or Core</p>\n<ul>\n<li><p><strong>Groups</strong></p>\n<ul>\n<li><p><strong>List Groups</strong>—This API returns a list of Groups no matter the type (static, dynamic, subgroup).</p>\n</li>\n<li><p><strong>Check Membership</strong>—This API returns members that are in groups based on the group ID.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Get User Data</strong>—The API returns the profile points for the requested user by referencing the user ID passed in the redirect URL.</p>\n</li>\n<li><p><strong>Get User Data by External ID</strong>—The API returns the profile points for the requested user by referencing the external ID passed in the redirect URL.</p>\n</li>\n<li><p><strong>Get Users</strong>—This API returns a list of users.</p>\n</li>\n<li><p><strong>Erase User</strong>—This API erases user data and sets the status of deleted users to DELETED.</p>\n</li>\n</ul>\n","_postman_id":"a492a224-1b30-4b5f-b6bd-029d09b05f1f"},{"name":"Core","item":[{"name":"Activity","item":[{"name":"Create activity","id":"3667bbb6-39f7-4a5a-a992-f2e2b526f9b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"testEventFullStage\",\r\n    \"blurb\": \"blurb testEventFullStage\",\r\n    \"category\": \"Category 2\",\r\n    \"topics\": [\r\n        \"Topic 2\"\r\n    ],\r\n    \"moderatorEmail\": \"pgunasekaran@fuelcycle.com\",\r\n    \"description\": \"description testEventFullStage\",\r\n    \"surveyId\": 4756740,\r\n    \"disqualifiedSurveyText\": \"disqualified survey You are disqalified for this survey\",\r\n    \"externalStudyId\": 70,\r\n    \"event\": {\r\n        \"duration\": 30,\r\n        \"totalSignUps\": 11,\r\n        \"fullMessageTitle\": \"event fulkl testEventFullStage\",\r\n        \"fullMessageDesc\": \"event full description testEventFullStage\",\r\n\t\t\"buttonText\":\"testButton\",\r\n        \"eventTimeSlots\": [\r\n            {\r\n                \"startTime\": 1635179239261,\r\n                \"eventAssignedToModEmail\": \"pgunasekaran@fuelcycle.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"maxPointsPerUser\": 123,\r\n    \"qualifiedSurveyPoints\": 232,\r\n    \"disqualifiedSurveyPoints\": 123,\r\n    \"qualifiedStudyPoints\": 12,\r\n    \"disqualifiedStudyPoints\": 2,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"OR\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 10,\r\n    \"publishTime\": 1635179129261,\r\n    \"closeTime\": 1641203087065\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity","description":"<p>Fuelcycle API to create activity based on the given parameters</p>\n<table>\n<tr><td>Parameters</td><td>Required/Optional field</td><td>Type</td> <td>Description</td> </tr>\n<tr><td>title</td> <td>Required field.</td><td>String</td><td>Cannot be empty and exceed 200 characters</td> </tr>\n<tr><td>blurb</td> <td>Required field</td><td>String</td><td>Activity blurb - Cannot be empty and exceed 250 characters</td> </tr>\n<tr><td>category</td> <td>Required field</td><td>String</td><td>Category title that is already existing in the system</td> </tr>\n<tr><td>topics</td> <td>Optional field</td><td>Array</td><td>Topic title that is already existing in the system</td> </tr>\n<tr><td>moderatorEmail</td> <td>Required field</td><td>String</td><td>Email of the moderator</td> </tr>\n<tr><td>description</td> <td>Required field</td><td>String</td><td>Activity description</td> </tr>\n<tr><td>surveyId</td> <td>Required field</td><td>String</td><td>Id of the survey that is already existing in the system. If this survey is not existing in the system, then will be imported.</td> </tr>\n<tr><td>disqualifiedSurveyText</td> <td>Required field</td><td>String</td><td>Message displayed when the user is not qualified for this survey</td> </tr>\n<tr><td>externalStudyId</td> <td>Required field </td><td>String</td><td>Id of the external study that is already existing in the system </td> </tr>\n<tr><td>event</td> <td>Required field</td> <td>Json Object</td><td>Event object</td></tr>\n<tr><td>duration</td> <td>Required field</td><td>Number</td><td>Event duration in minutes</td> </tr>\n<tr><td>totalSignUps</td> <td>Required field</td><td>Number</td><td>Number of signups allowed for this event</td> </tr>\n<tr><td>fullMessageTitle</td> <td>Required field</td><td>String</td><td>Title of the message to be displayed to the user when the Event is full already. Cannot exceed 100 characters</td> </tr>\n<tr><td>fullMessageDesc</td> <td>Required field</td><td>String</td><td>Description of the message to be displayed to the user when the Event is full already. Cannot exceed 2500 characters</td> </tr>\n<tr><td>buttonText</td> <td>Required field</td><td>String</td><td>Text for the button to take a study. Cannot exceed 255 characters</td> </tr><tr><td>eventTimeSlots</td> <td>Required field</td><td>Array</td><td>List of EventTimeslot JSON object</td></tr>\n<tr><td>startTime</td> <td>Required field</td><td>Number</td><td>Start time of the event timeslot in milli seconds</td> </tr>\n<tr><td>eventAssignedToModEmail</td> <td>Required field</td><td>String</td><td>Email of the moderator assigned for this event timeslot</td> </tr>   \n<tr><td>maxPointsPerUser</td> <td>Required field</td><td>Number</td><td>Maximum points rewarded to the user</td> </tr>\n<tr><td>qualifiedSurveyPoints</td> <td>Required field</td><td>Number</td><td>Points rewarded to the user for completing the survey</td> </tr>\n<tr><td>disqualifiedSurveyPoints</td> <td>Required field</td><td>Number</td><td>Points rewarded to the user for attempting to the survey though is not qualified</td> </tr>\n<tr><td>qualifiedStudyPoints</td> <td>Required field</td><td>Number</td><td>Points rewarded to the user for completing to the External study</td> </tr>\n<tr><td>disqualifiedStudyPoints</td> <td>Required field</td><td>Number</td><td>Points rewarded to the user for attempting to the External study though is not qualified</td> </tr>\n<tr><td>criteria</td> <td>Required field</td><td>JSON Object</td><td>P2 engine criteria</td> </tr>\n<tr><td>audienceSize</td> <td>Required field</td><td>Number</td><td>Size of the group</td> </tr>\n<tr><td>publishTime</td> <td>Required field</td><td>Number</td><td>Publish time for this activity in milli seconds. Activity is published if publish time is after current time. Otherwise activity will be in scheduled state </td> </tr>\n<tr><td>closeTime</td> <td>Required field</td><td>Number</td><td>Close time for this activity in milli seconds. Activity is closed based on this close time</td> </tr>\n</table>\n\n","urlObject":{"path":["v1","core","activity"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9f3e7107-f84b-4e69-8455-eabf2c75f83c","name":"create activity - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"ExtActivityTitleEmailCampaign22\",\r\n    \"blurb\": \"ExtActivityTitleEmailCampaign22 blurb\",\r\n    \"category\": \"Category 1\",\r\n    \"topics\": [\r\n        \"Topic1\"\r\n    ],\r\n    \"moderatorEmail\": \"testmod1@mailinator.com\",\r\n    \"description\": \"ExtActivityTitleEmailCampaign22\",\r\n    \"surveyId\": 1,\r\n    \"disqualifiedSurveyText\": \"You are disqalified for this survey\",\r\n    \"externalStudyId\": 1,\r\n    \"event\": {\r\n        \"duration\": 30,\r\n        \"totalSignUps\": 11,\r\n        \"fullMessageTitle\": \"ExtActivityTitleEmailCampaign22\",\r\n        \"fullMessageDesc\": \"ExtActivityTitleEmailCampaign22\",\r\n        \"eventTimeSlots\": [\r\n            {\r\n                \"startTime\": 1639928135021,\r\n                \"eventAssignedToModEmail\": \"testmod1@mailinator.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"maxPointsPerUser\": 123,\r\n    \"qualifiedSurveyPoints\": 232,\r\n    \"disqualifiedSurveyPoints\": 123,\r\n    \"qualifiedStudyPoints\": 12,\r\n    \"disqualifiedStudyPoints\": 2,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"OR\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    },\r\n                    {\r\n                        \"id\": \"statement_1\",\r\n                        \"statementType\": \"GENDER\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"FEMALE\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 10,\r\n    \"publishTime\": 1639928135021,\r\n    \"closeTime\": 1649928135021\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=PLKw0zLVFczpfIfbxgJEPqZevwm3q94KCB-0sgMX.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 30 Aug 2021 18:10:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"activity\": 172\n    },\n    \"success\": true\n}"},{"id":"64124f51-7409-489e-994c-61e90f39cc7a","name":"Error create activity","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"\",\r\n    \"blurb\": \" \",\r\n    \"category\": \"Category 891\",\r\n    \"topics\": [\r\n        \"Topic1\"\r\n    ],\r\n    \"moderatorEmail\": \"op[@mailinator.com\",\r\n    \"description\": \"\",\r\n    \"surveyId\": 1,\r\n    \"disqualifiedSurveyText\": \"You are disqalified for this survey\",\r\n    \"externalStudyId\": 1,\r\n    \"event\": {\r\n        \"duration\": 30,\r\n        \"totalSignUps\": 11,\r\n        \"fullMessageTitle\": \"\",\r\n        \"fullMessageDesc\": \"\",\r\n        \"eventTimeSlots\": [\r\n            {\r\n                \"startTime\": 1639928135021,\r\n                \"eventAssignedToModEmail\": \"uio@mailinator.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"maxPointsPerUser\": 123,\r\n    \"qualifiedSurveyPoints\": 232,\r\n    \"disqualifiedSurveyPoints\": 123,\r\n    \"qualifiedStudyPoints\": 12,\r\n    \"disqualifiedStudyPoints\": 2,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"OR\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    },\r\n                    {\r\n                        \"id\": \"statement_1\",\r\n                        \"statementType\": \"GENDER\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"FEMALE\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 10,\r\n    \"publishTime\": 0,\r\n    \"closeTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=7fAzPcoKeV07Zg14U-rl7GhrzVmNmkuK9nSAuNi7.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 30 Aug 2021 18:12:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": {\n        \"errorMessages\": [\n            \"Missing activity title\",\n            \"Invalid activity category\",\n            \"Missing activity blurb\",\n            \"Invalid activity moderator\",\n            \"Missing activity description\",\n            \"Missing activity publish time\",\n            \"Missing activity close time\",\n            \"Missing event full title\",\n            \"Missing event full description\",\n            \"Missing event timeslot moderator\"\n        ]\n    }\n}"}],"_postman_id":"3667bbb6-39f7-4a5a-a992-f2e2b526f9b2"},{"name":"Create activity without external study","id":"0dcbe164-b6a5-46ac-a7b4-df47a670d3f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"test landing with response V\",\r\n    \"blurb\": \"blurb testEventFullStage\",\r\n    \"category\": \"Regression Category\",\r\n    \"topics\": [\r\n        \"Topic 2\"\r\n    ],\r\n    \"moderatorEmail\": \"pgunasekaran@fuelcycle.com\",\r\n    \"description\": \"description testEventFullStage\",\r\n    \"surveyId\": 4756740,\r\n    \"maxPointsPerUser\": 123,\r\n    \"qualifiedSurveyPoints\": 232,\r\n    \"disqualifiedSurveyPoints\": 123,\r\n    \"publishTime\": 1635179129261,\r\n    \"closeTime\": 1641203087065,\r\n    \"contentObjectiveTag\": \"USER_EXPERIENCE\",\r\n    \"landingPageTextBlock\": \"<b>Welcome</b>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/ct/activity/create","description":"<p>Fuelcycle API to create activity based on the given parameters</p>\n<table><tbody><tr><td><div>Parameters</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required/Optional field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>title</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Cannot be empty and exceed 200 characters</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>blurb</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity blurb - Cannot be empty and exceed 250 characters</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>category</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Category title that is already existing in the system</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>topics</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Array</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Topic title that is already existing in the system</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>moderatorEmail</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email of the moderator</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Activity description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>surveyId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Id of the survey that is already existing in the system. If this survey is not existing in the system, then will be imported.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>maxPointsPerUser</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Maximum points rewarded to the user</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>qualifiedSurveyPoints</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Points rewarded to the user for completing the survey</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>disqualifiedSurveyPoints</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Points rewarded to the user for attempting to the survey though is not qualified</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>criteria</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>JSON Object</div><div><div><div><div></div></div></div><div></div></div></td><td><div>P2 engine criteria</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>audienceSize</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Optional field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Size of the group</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>publishTime</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Publish time for this activity in milli seconds. Activity is published if publish time is after current time. Otherwise activity will be in scheduled state</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>closeTime</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Close time for this activity in milli seconds. Activity is closed based on this close time</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>contentObjectiveTag</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Required field</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String (Enum)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Possible enum values:<br />BRAND_TESTING, COMMUNITY_ADMIN, CONCEPT_TESTING, CREATIVE_TESTING, CUSTOMER_EXPERIENCE, EXPLORATORY_RESEARCH, FEATURE_TESTING, PRICE_TESTING, PRODUCT_DEVELOPMENT, USER_EXPERIENCE, OTHER</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"path":["v1","core","ct","activity","create"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"32c63a5c-2873-4b3e-822a-596d706fe11b","name":"create activity - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"ExtActivityTitleEmailCampaign22\",\r\n    \"blurb\": \"ExtActivityTitleEmailCampaign22 blurb\",\r\n    \"category\": \"Category 1\",\r\n    \"topics\": [\r\n        \"Topic1\"\r\n    ],\r\n    \"moderatorEmail\": \"testmod1@mailinator.com\",\r\n    \"description\": \"ExtActivityTitleEmailCampaign22\",\r\n    \"surveyId\": 1,\r\n    \"disqualifiedSurveyText\": \"You are disqalified for this survey\",\r\n    \"externalStudyId\": 1,\r\n    \"event\": {\r\n        \"duration\": 30,\r\n        \"totalSignUps\": 11,\r\n        \"fullMessageTitle\": \"ExtActivityTitleEmailCampaign22\",\r\n        \"fullMessageDesc\": \"ExtActivityTitleEmailCampaign22\",\r\n        \"eventTimeSlots\": [\r\n            {\r\n                \"startTime\": 1639928135021,\r\n                \"eventAssignedToModEmail\": \"testmod1@mailinator.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"maxPointsPerUser\": 123,\r\n    \"qualifiedSurveyPoints\": 232,\r\n    \"disqualifiedSurveyPoints\": 123,\r\n    \"qualifiedStudyPoints\": 12,\r\n    \"disqualifiedStudyPoints\": 2,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"OR\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    },\r\n                    {\r\n                        \"id\": \"statement_1\",\r\n                        \"statementType\": \"GENDER\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"FEMALE\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 10,\r\n    \"publishTime\": 1639928135021,\r\n    \"closeTime\": 1649928135021\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=PLKw0zLVFczpfIfbxgJEPqZevwm3q94KCB-0sgMX.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 30 Aug 2021 18:10:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"activity\": 172\n    },\n    \"success\": true\n}"},{"id":"11994f31-d6d1-4bd0-a16a-b59d189e9e65","name":"Error create activity","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"\",\r\n    \"blurb\": \" \",\r\n    \"category\": \"Category 891\",\r\n    \"topics\": [\r\n        \"Topic1\"\r\n    ],\r\n    \"moderatorEmail\": \"op[@mailinator.com\",\r\n    \"description\": \"\",\r\n    \"surveyId\": 1,\r\n    \"disqualifiedSurveyText\": \"You are disqalified for this survey\",\r\n    \"externalStudyId\": 1,\r\n    \"event\": {\r\n        \"duration\": 30,\r\n        \"totalSignUps\": 11,\r\n        \"fullMessageTitle\": \"\",\r\n        \"fullMessageDesc\": \"\",\r\n        \"eventTimeSlots\": [\r\n            {\r\n                \"startTime\": 1639928135021,\r\n                \"eventAssignedToModEmail\": \"uio@mailinator.com\"\r\n            }\r\n        ]\r\n    },\r\n    \"maxPointsPerUser\": 123,\r\n    \"qualifiedSurveyPoints\": 232,\r\n    \"disqualifiedSurveyPoints\": 123,\r\n    \"qualifiedStudyPoints\": 12,\r\n    \"disqualifiedStudyPoints\": 2,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"OR\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    },\r\n                    {\r\n                        \"id\": \"statement_1\",\r\n                        \"statementType\": \"GENDER\",\r\n                        \"logicalComparison\": \"IS_NOT_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"FEMALE\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 10,\r\n    \"publishTime\": 0,\r\n    \"closeTime\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=7fAzPcoKeV07Zg14U-rl7GhrzVmNmkuK9nSAuNi7.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 30 Aug 2021 18:12:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": {\n        \"errorMessages\": [\n            \"Missing activity title\",\n            \"Invalid activity category\",\n            \"Missing activity blurb\",\n            \"Invalid activity moderator\",\n            \"Missing activity description\",\n            \"Missing activity publish time\",\n            \"Missing activity close time\",\n            \"Missing event full title\",\n            \"Missing event full description\",\n            \"Missing event timeslot moderator\"\n        ]\n    }\n}"},{"id":"21d94edb-fbbe-449e-a30a-199c1d1ead00","name":"Create activity without ext","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"test landing with response V\",\r\n    \"blurb\": \"blurb testEventFullStage\",\r\n    \"category\": \"Regression Category\",\r\n    \"topics\": [\r\n        \"Topic 2\"\r\n    ],\r\n    \"moderatorEmail\": \"pgunasekaran@fuelcycle.com\",\r\n    \"description\": \"description testEventFullStage\",\r\n    \"surveyId\": 4756740,\r\n    \"maxPointsPerUser\": 123,\r\n    \"qualifiedSurveyPoints\": 232,\r\n    \"disqualifiedSurveyPoints\": 123,\r\n    \"publishTime\": 1635179129261,\r\n    \"closeTime\": 1641203087065,\r\n    \"contentObjectiveTag\": \"USER_EXPERIENCE\",\r\n    \"landingPageTextBlock\": \"<b>Welcome</b>\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/ct/activity/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 Sep 2024 23:32:35 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Evtofcvv19kYva7y5snRTdXtzlecSB0Y8YdLxGE8oXvTPeOXQm3iHMOQsdPzenPQlgGqWaTUgUebEGlZZ1BDb3CKW/56Y82fDMqhlLUA3aqGzpGhV29kUr2KvFKe; Expires=Thu, 26 Sep 2024 23:31:39 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Evtofcvv19kYva7y5snRTdXtzlecSB0Y8YdLxGE8oXvTPeOXQm3iHMOQsdPzenPQlgGqWaTUgUebEGlZZ1BDb3CKW/56Y82fDMqhlLUA3aqGzpGhV29kUr2KvFKe; Expires=Thu, 26 Sep 2024 23:31:39 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=K6ssg_he-6Co9SslwiuRpTWg3AaufAPX4CVdsWaJ.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"activity\": 42118\n    },\n    \"success\": true\n}"}],"_postman_id":"0dcbe164-b6a5-46ac-a7b4-df47a670d3f4"},{"name":"Update Activity","id":"5379628e-fa0f-4c4c-b585-2163aa0daad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":179,\r\n    \"maxPointsPerUser\": 1179,\r\n    \"qualifiedSurveyPoints\": 2179,\r\n    \"disqualifiedSurveyPoints\": 3179,\r\n    \"qualifiedStudyPoints\": 20,\r\n    \"disqualifiedStudyPoints\": 10,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"AND\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    },\r\n                    {\r\n                        \"id\": \"statement_1\",\r\n                        \"statementType\": \"GENDER\",\r\n                        \"logicalComparison\": \"IS_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MALE\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 20,\r\n    \"publishTime\": 1640690320347,\r\n    \"closeTime\": 1695928135021,\r\n    \"status\":\"PUBLISHED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity/update","description":"<p>Fuelcycle API to update activity based on the given parameters</p>\n<table>\n<tr><td>Parameters</td><td>Required/Optional field</td><td>Type</td> <td>Description</td> </tr>\n<tr><td>id</td> <td>Required field.</td><td>Number</td><td>Id of the activity to be updated</td> </tr>\n<tr><td>maxPointsPerUser</td> <td>Optional field</td><td>Number</td><td>Maximum points rewarded to the user</td> </tr>\n<tr><td>qualifiedSurveyPoints</td> <td>Optional field</td><td>Number</td><td>Points rewarded to the user for completing the survey</td> </tr>\n<tr><td>disqualifiedSurveyPoints</td> <td>Optional field</td><td>Number</td><td>Points rewarded to the user for attempting to the survey though is not qualified</td> </tr>\n<tr><td>qualifiedStudyPoints</td> <td>Optional field</td><td>Number</td><td>Points rewarded to the user for completing to the External study</td> </tr>\n<tr><td>disqualifiedStudyPoints</td> <td>Optional field</td><td>Number</td><td>Points rewarded to the user for attempting to the External study though is not qualified</td> </tr>\n<tr><td>criteria</td> <td>Optional field</td><td>JSON Object</td><td>P2 engine criteria, required if audience size is there</td> </tr>\n<tr><td>audienceSize</td> <td>Optional field</td><td>Number</td><td>Size of the group, required if criteria is there</td> </tr>\n<tr><td>publishTime</td> <td>Optional field</td><td>Number</td><td>Publish time for this activity in milli seconds. Activity is published if publish time is after current time. Otherwise activity will be in scheduled state </td> </tr>\n<tr><td>closeTime</td> <td>Optional field</td><td>Number</td><td>Close time for this activity in milli seconds. Activity is closed based on this close time</td> </tr>\n<tr><td>status</td> <td>Optional field</td><td>String</td><td>Should be one of these statuses- PUBLISHED, CLOSED or DELETED</td> </tr>\n\n</table>\n\n","urlObject":{"path":["v1","core","activity","update"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75d739f0-1393-4973-bbab-9983a419e3bb","name":"Update Activity","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":179,\r\n    \"maxPointsPerUser\": 1179,\r\n    \"qualifiedSurveyPoints\": 2179,\r\n    \"disqualifiedSurveyPoints\": 3179,\r\n    \"qualifiedStudyPoints\": 20,\r\n    \"disqualifiedStudyPoints\": 10,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"AND\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    },\r\n                    {\r\n                        \"id\": \"statement_1\",\r\n                        \"statementType\": \"GENDER\",\r\n                        \"logicalComparison\": \"IS_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MALE\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 20,\r\n    \"publishTime\": 1640690320347,\r\n    \"closeTime\": 1695928135021\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 03 Sep 2021 17:36:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"activity\": 179\n    },\n    \"success\": true\n}"},{"id":"0268423d-d5e5-47de-89ee-6120112e9c40","name":"Error -Missing criteria when audience size is there","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":179,\r\n    \"maxPointsPerUser\": 1179,\r\n    \"qualifiedSurveyPoints\": 2179,\r\n    \"disqualifiedSurveyPoints\": 3179,\r\n    \"qualifiedStudyPoints\": 20,\r\n    \"disqualifiedStudyPoints\": 10,    \r\n    \"audienceSize\": 20,\r\n    \"publishTime\": 1640690320347,\r\n    \"closeTime\": 1695928135021\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=xYDF0y9nF-LwE_xtnTJApKan5M9y5AYL0Eo6joPs.fclw0218; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 03 Sep 2021 17:55:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": {\n        \"errorMessages\": [\n            \"Missing criteria\"\n        ]\n    }\n}"},{"id":"dd7265a2-9f9f-41d8-8597-0341f17ff4df","name":"Error - Updating deleted activity","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":179,\r\n    \"maxPointsPerUser\": 1179,\r\n    \"qualifiedSurveyPoints\": 2179,\r\n    \"disqualifiedSurveyPoints\": 3179,\r\n    \"qualifiedStudyPoints\": 20,\r\n    \"disqualifiedStudyPoints\": 10,\r\n    \"criteria\": {\r\n        \"logicalConnective\": \"AND\",\r\n        \"multiStatements\": [\r\n            {\r\n                \"logicalConnective\": \"OR\",\r\n                \"singleStatements\": [\r\n                    {\r\n                        \"id\": \"statement_0\",\r\n                        \"statementType\": \"USER_ROLE\",\r\n                        \"logicalComparison\": \"IS_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MEMBER\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    },\r\n                    {\r\n                        \"id\": \"statement_1\",\r\n                        \"statementType\": \"GENDER\",\r\n                        \"logicalComparison\": \"IS_EXACTLY\",\r\n                        \"logicalQuestion\": {},\r\n                        \"referenceIds\": [],\r\n                        \"values\": [\r\n                            \"MALE\"\r\n                        ],\r\n                        \"valueRange\": {}\r\n                    }\r\n                ]\r\n            }\r\n        ]\r\n    },\r\n    \"audienceSize\": 20,\r\n    \"publishTime\": 1640690320347,\r\n    \"closeTime\": 1695928135021,\r\n    \"status\":\"PUBLISHED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/v1/core/activity/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Nov 2021 00:18:30 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Bg02AlLEQXym3zEJSg8crA4Dmi+atWiPYjMBzsfjJ9Kj5vJdoLU3eExjVB0GRAywa9nriM7sPi/kUPCzTiCwes113pv9mjggw5HYjJNdgegJVjM/jjqmJH7J/WIG; Expires=Wed, 10 Nov 2021 00:18:30 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Bg02AlLEQXym3zEJSg8crA4Dmi+atWiPYjMBzsfjJ9Kj5vJdoLU3eExjVB0GRAywa9nriM7sPi/kUPCzTiCwes113pv9mjggw5HYjJNdgegJVjM/jjqmJH7J/WIG; Expires=Wed, 10 Nov 2021 00:18:30 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=WneM8mvfixsmNZSCO_D9gCxKZaBhgLe2d1U3riUP.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": {\n        \"errorMessages\": [\n            \"Activity is deleted\"\n        ]\n    }\n}"}],"_postman_id":"5379628e-fa0f-4c4c-b585-2163aa0daad4"},{"name":"Reply to the comment","id":"b4015f14-57df-4412-92f1-07f2e5e49fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"parentId\": 1638898,\n  \"message\": \"This is a sample message\",\n  \"contentId\": 64850,\n  \"moderatorEmail\": \"vhernandez@fuelcycle.com\",\n  \"memberModUsername\": \"vhernandez\",\n  \"privateComment\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/ct/activity/comment/reply","description":"<h3 id=\"post-v1corectactivitycommentreply\">POST /v1/core/ct/activity/comment/reply</h3>\n<p>This endpoint is used to create a reply comment for a specific activity.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>parentId</code> (number) - The ID of the parent comment.</p>\n</li>\n<li><p><code>message</code> (string) - The content of the reply message.</p>\n</li>\n<li><p><code>contentId</code> (number) - The ID of the content related to the comment.</p>\n</li>\n<li><p><code>moderatorEmail</code> (string) - The email of the moderator.</p>\n</li>\n<li><p><code>memberModUsername</code> (string) - The username of the member moderator.</p>\n</li>\n<li><p><code>privateComment</code> (boolean) - Indicates if the comment is private.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"replyCommentId\": {\n          \"type\": \"number\"\n        }\n      }\n    },\n    \"success\": {\n      \"type\": \"boolean\"\n    }\n  }\n}\n\n</code></pre>\n<p>The response contains the <code>replyCommentId</code> indicating the ID of the newly created reply comment, and a <code>success</code> boolean flag.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"error\": {\n    \"contentId\": \"\"\n  }\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"data\": {\n    \"replyCommentId\": 0\n  },\n  \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["v1","core","ct","activity","comment","reply"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9b586b55-90a4-4dea-a1ea-eb22aa917ccc","name":"Reply to the comment - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"parentId\": 1638898,\n  \"message\": \"This is a sample message\",\n  \"contentId\": 64850,\n  \"moderatorEmail\": \"vhernandez@fuelcycle.com\",\n  \"memberModUsername\": \"vhernandez\",\n  \"privateComment\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/ct/activity/comment/reply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 19:11:19 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=7iyeG0bE6QlhgnG0ZhJKCiEXYWtCFqu0UKFg0rHALwH02rXuSqNa7ZEo2BbtTWqIMhidgNlrMS0Jhy5dvLhhmU/3Vhe9mgEkvCgsCflyYqTMedLSou7FdSjUZDeB; Expires=Wed, 23 Oct 2024 19:11:18 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=7iyeG0bE6QlhgnG0ZhJKCiEXYWtCFqu0UKFg0rHALwH02rXuSqNa7ZEo2BbtTWqIMhidgNlrMS0Jhy5dvLhhmU/3Vhe9mgEkvCgsCflyYqTMedLSou7FdSjUZDeB; Expires=Wed, 23 Oct 2024 19:11:18 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"replyCommentId\": 1638945\n    },\n    \"success\": true\n}"},{"id":"52239504-7825-43a6-b1c4-a80d2b39dc9b","name":"Reply to the comment - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"parentId\": 1638898,\n  \"message\": \"This is a sample message\",\n  \"contentId\": 46485056,\n  \"moderatorEmail\": \"vhernandez@fuelcycle.com\",\n  \"memberModUsername\": \"vhernandez\",\n  \"privateComment\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/ct/activity/comment/reply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 19:10:40 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=H58+zh3JX8kZQc/OZ9j6D+PIADUsSp2/CXc3zKrQgkz1Z+jcEuy3vBQ2X6J0rnATNpL3U6p2qbV/UFzO4d4yhKaPbmHViYd41fSqTrHUsqjbcV3LFEzqZz2p6que; Expires=Wed, 23 Oct 2024 19:10:40 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=H58+zh3JX8kZQc/OZ9j6D+PIADUsSp2/CXc3zKrQgkz1Z+jcEuy3vBQ2X6J0rnATNpL3U6p2qbV/UFzO4d4yhKaPbmHViYd41fSqTrHUsqjbcV3LFEzqZz2p6que; Expires=Wed, 23 Oct 2024 19:10:40 GMT; Path=/; SameSite=None; Secure"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": {\n        \"contentId\": \"Invalid content\"\n    }\n}"}],"_postman_id":"b4015f14-57df-4412-92f1-07f2e5e49fe5"}],"id":"c988c619-7949-4c88-9e3f-417919eaed52","description":"<p>Fuel Cycle generates communities where partners invite members to market research studies. Within communities, partners set up activities, which you can think of as a placeholder or container. Within these activities, partners link studies to the activities. There may be multiple studies within the activity. When a study is linked to a Fuel Cycle activity, members will see a button that links to the study.</p>\n","_postman_id":"c988c619-7949-4c88-9e3f-417919eaed52"},{"name":"Asset Library","item":[{"name":"Add File","id":"dac95f8a-e0c9-49a6-9354-eb21f515e5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/asoukhakian/Downloads/Open issues.xlsx"],"value":null}]},"url":"{{environmentUrl}}/v1/core/assetLibrary","urlObject":{"path":["v1","core","assetLibrary"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dac95f8a-e0c9-49a6-9354-eb21f515e5e3"}],"id":"a27255fb-c27b-4964-9880-5a5fd75a6294","description":"<p>Securely upload files containing personally identifiable information (PII) to safeguard and securely manage sensitive information.</p>\n<ul>\n<li><p>Uploaded files should be encrypted before storage.</p>\n</li>\n<li><p>The API file upload has a 100 MB size limit.</p>\n</li>\n</ul>\n","_postman_id":"a27255fb-c27b-4964-9880-5a5fd75a6294"},{"name":"Delta Testing","item":[{"name":"Project","item":[{"name":"Get Projects List","id":"7f89ee1c-f865-418b-be4e-71ee619b4680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/it/projects?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","description":"<p>This API returns the list of projects.</p>\n<hr />\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<ul>\n<li><p><strong>offset</strong>: Integer, <em>required</em>;</p>\n</li>\n<li><p><strong>count</strong>: Integer, <em>required</em>;</p>\n</li>\n<li><p><strong>sortBy</strong>: String, <em>required</em>; accepted values: createdDate, publishDate, title</p>\n</li>\n<li><p><strong>order</strong>: String, <em>required</em>; accepted values: asc, desc</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects"],"host":["{{environmentUrl}}"],"query":[{"description":{"content":"<p>Integer</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>Integer</p>\n","type":"text/plain"},"key":"count","value":"{{count}}"},{"description":{"content":"<p>createdDate, publishDate, title</p>\n","type":"text/plain"},"key":"sortBy","value":"{{sortBy}}"},{"description":{"content":"<p>asc, desc</p>\n","type":"text/plain"},"key":"order","value":"{{order}}"}],"variable":[]}},"response":[{"id":"f75f8a7e-4308-47a1-9428-f4d8bad33db5","name":"Get Projects List - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/it/projects?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","host":["{{environmentUrl}}"],"path":["v1","it","projects"],"query":[{"key":"offset","value":"{{offset}}","description":"Integer"},{"key":"count","value":"{{count}}","description":"Integer"},{"key":"sortBy","value":"{{sortBy}}","description":"createdDate, publishDate, title"},{"key":"order","value":"{{order}}","description":"asc, desc"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:12:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"401\",\n        \"message\": \"Unauthorized: Access is denied due to invalid credentials.\"\n    }\n}"},{"id":"22e4175f-bc8c-4ae7-acec-7580c8b4635c","name":"Get Projects List - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/it/projects?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","host":["{{environmentUrl}}"],"path":["v1","core","it","projects"],"query":[{"key":"offset","value":"{{offset}}","description":"Integer"},{"key":"count","value":"{{count}}","description":"Integer"},{"key":"sortBy","value":"{{sortBy}}","description":"createdDate, publishDate, title"},{"key":"order","value":"{{order}}","description":"asc, desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 31 Jan 2023 19:10:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"projects\": [\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": null,\n                \"hideFromTopic\": false,\n                \"description\": null,\n                \"publishMobile\": false,\n                \"publishDesktop\": false,\n                \"title\": \"Module 1\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 10,\n                \"issueTypes\": null,\n                \"closeDate\": 1615849572000,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1616517729000,\n                \"coverImage\": null,\n                \"alias\": \"P1\",\n                \"totalTickets\": 12,\n                \"id\": 1,\n                \"status\": \"DELETED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": true,\n                \"topics\": [\n                    \"Topic1\",\n                    \"Topic2\"\n                ],\n                \"publishDate\": 1616517900000,\n                \"hideFromTopic\": true,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": false,\n                \"title\": \"wedTtile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 10,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1616517900000,\n                \"coverImage\": null,\n                \"alias\": \"P2\",\n                \"totalTickets\": 0,\n                \"id\": 2,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": true,\n                \"topics\": [\n                    \"Topic1\"\n                ],\n                \"publishDate\": 1632778620000,\n                \"hideFromTopic\": false,\n                \"description\": \"sdfsdf sdfsdfsd sdfsdf\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"project from API\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 100,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"ISSUE\"\n                ],\n                \"closeDate\": 1635524138000,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1616518078000,\n                \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=119&type=original&accessToken=0e2c7989a5f1f1086fb250b9648bc94f\",\n                \"alias\": \"P3\",\n                \"totalTickets\": 20,\n                \"id\": 3,\n                \"status\": \"CLOSED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1616519190000,\n                \"hideFromTopic\": false,\n                \"description\": null,\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"aTitle4\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": null,\n                \"closeDate\": null,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1616519190000,\n                \"coverImage\": null,\n                \"alias\": \"P4\",\n                \"totalTickets\": 0,\n                \"id\": 4,\n                \"status\": \"DELETED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": [\n                    \"Topic1\",\n                    \"Topic 3\"\n                ],\n                \"publishDate\": 1616611235000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"Project 5\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"ISSUE\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1616611235000,\n                \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=13&type=original&accessToken=b4796adb85dcbdd6b4a60418293271bb\",\n                \"alias\": \"P5\",\n                \"totalTickets\": 2,\n                \"id\": 5,\n                \"status\": \"PUBLISHED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1616611320000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"Project 6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1616611342000,\n                \"coverImage\": null,\n                \"alias\": \"P6\",\n                \"totalTickets\": 12,\n                \"id\": 6,\n                \"status\": \"PUBLISHED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617055790000,\n                \"hideFromTopic\": false,\n                \"description\": null,\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"Title\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1617055790000,\n                \"coverImage\": null,\n                \"alias\": \"P7\",\n                \"totalTickets\": 0,\n                \"id\": 7,\n                \"status\": \"DELETED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617055847000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"projectTeams1\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1617055847000,\n                \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=35&type=original&accessToken=a6bf94f0724d602f06b72c024a7f7a65\",\n                \"alias\": \"P8\",\n                \"totalTickets\": 0,\n                \"id\": 8,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617123360000,\n                \"hideFromTopic\": false,\n                \"description\": \"project dessdfsdfsd \",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"project2Team1\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 12,\n                \"issueTypes\": [\n                    \"ISSUE\",\n                    \"BUG\",\n                    \"FEATURE\"\n                ],\n                \"closeDate\": 1635524138000,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1617123382000,\n                \"coverImage\": null,\n                \"alias\": \"P9\",\n                \"totalTickets\": 9,\n                \"id\": 9,\n                \"status\": \"CLOSED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617135342000,\n                \"hideFromTopic\": false,\n                \"description\": \"issueDesc1\",\n                \"publishMobile\": false,\n                \"publishDesktop\": true,\n                \"title\": \"Project 11\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 10,\n                \"issueTypes\": [\n                    \"ISSUE\",\n                    \"BUG\"\n                ],\n                \"closeDate\": 1629386483000,\n                \"lastUpdated\": 1633730519000,\n                \"archived\": false,\n                \"createdDate\": 1617134948000,\n                \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=38&type=original&accessToken=0a9e55f84d1963dfaf5b0034205253c4\",\n                \"alias\": \"P10\",\n                \"totalTickets\": 6,\n                \"id\": 10,\n                \"status\": \"DELETED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617310862000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"wedTtile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1617310862000,\n                \"coverImage\": null,\n                \"alias\": \"P11\",\n                \"totalTickets\": 0,\n                \"id\": 11,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617394453000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"wedT@#$@#SDASD<script>tile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1617394453000,\n                \"coverImage\": null,\n                \"alias\": \"P12\",\n                \"totalTickets\": 0,\n                \"id\": 12,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": [\n                    \"Topic1\",\n                    \"Topic2\"\n                ],\n                \"publishDate\": 1617852476000,\n                \"hideFromTopic\": false,\n                \"description\": \"testInvitedUsers testInvitedUsers testInvitedUsers\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"testInvitedUsers\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"ISSUE\",\n                    \"BUG\"\n                ],\n                \"closeDate\": 1629386483000,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1617852420000,\n                \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=45&type=original&accessToken=5ce916ee6d4aee71721f1410e95879db\",\n                \"alias\": \"P13\",\n                \"totalTickets\": 1,\n                \"id\": 13,\n                \"status\": \"CLOSED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617915134000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"wedTtile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1617915134000,\n                \"coverImage\": null,\n                \"alias\": \"P14\",\n                \"totalTickets\": 0,\n                \"id\": 14,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1617915680000,\n                \"hideFromTopic\": false,\n                \"description\": \"team2 test project team2 test project team2 test project\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"Team2TestProject1\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"ISSUE\",\n                    \"FEATURE\"\n                ],\n                \"closeDate\": 1629386483000,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1617915668000,\n                \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=62&type=original&accessToken=75182568e0bef960066084aa4b55f474\",\n                \"alias\": \"P15\",\n                \"totalTickets\": 0,\n                \"id\": 15,\n                \"status\": \"CLOSED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1618206018000,\n                \"hideFromTopic\": false,\n                \"description\": \"PrrojectInvitedGroups1 PrrojectInvitedGroups1\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"PrrojectInvitedGroups1\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"ISSUE\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1618205958000,\n                \"coverImage\": null,\n                \"alias\": \"P16\",\n                \"totalTickets\": 3,\n                \"id\": 16,\n                \"status\": \"PUBLISHED\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1618354325000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"wedTtile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1618354325000,\n                \"coverImage\": null,\n                \"alias\": \"P17\",\n                \"totalTickets\": 0,\n                \"id\": 17,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": null,\n                \"publishDate\": 1618354357000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"wedTtile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1618354357000,\n                \"coverImage\": null,\n                \"alias\": \"P18\",\n                \"totalTickets\": 0,\n                \"id\": 18,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": [\n                    \"Topic1\"\n                ],\n                \"publishDate\": 1618851902000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"wedTtile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1618851902000,\n                \"coverImage\": null,\n                \"alias\": \"P19\",\n                \"totalTickets\": 0,\n                \"id\": 19,\n                \"status\": \"INCOMPLETE\"\n            },\n            {\n                \"author\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"hideFromHome\": false,\n                \"topics\": [\n                    \"Topic 3\"\n                ],\n                \"publishDate\": 1618851951000,\n                \"hideFromTopic\": false,\n                \"description\": \"wewwewewe2\",\n                \"publishMobile\": true,\n                \"publishDesktop\": true,\n                \"title\": \"wedTtile6\",\n                \"callToAction\": \"Submit a ticket\",\n                \"maxPointsPerUser\": 0,\n                \"points\": 0,\n                \"issueTypes\": [\n                    \"BUG\"\n                ],\n                \"closeDate\": null,\n                \"lastUpdated\": 1633729263000,\n                \"archived\": false,\n                \"createdDate\": 1618851951000,\n                \"coverImage\": null,\n                \"alias\": \"P20\",\n                \"totalTickets\": 0,\n                \"id\": 20,\n                \"status\": \"INCOMPLETE\"\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"7f89ee1c-f865-418b-be4e-71ee619b4680"},{"name":"Get Project","id":"b7892b93-9af9-4af2-bdb3-99917ea490b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}","description":"<p>This API returns the information for the requested project.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project information is been requested.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"335d17d7-4688-46b0-abe5-e95229f09762","name":"Get Project - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=tHz2e3BZr8H4HR_ANkOyOsEdRNXhl4aOLYezCAve.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:19:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid projectId\"\n    }\n}"},{"id":"0b9072d3-e146-4ad7-b4fe-dff5be76e263","name":"Get Project - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 31 Jan 2023 19:12:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"project\": {\n            \"author\": {\n                \"email\": \"pgunasekaran@fuelcycle.com\",\n                \"username\": \"pgunasekaran\"\n            },\n            \"hideFromHome\": false,\n            \"topics\": [\n                \"Topic1\",\n                \"Topic 3\"\n            ],\n            \"publishDate\": 1626356880000,\n            \"hideFromTopic\": false,\n            \"description\": \"new delt test desc\",\n            \"publishMobile\": true,\n            \"descriptionHyperMessage\": {\n                \"hyperItems\": [\n                    {\n                        \"file\": {\n                            \"fileStatus\": \"COMPLETED\",\n                            \"fileUrl\": \"/uploadedFileProxy?id=696&type=ORIGINAL\",\n                            \"type\": \"IMAGE\",\n                            \"thumbnailUrl\": \"/uploadedFileProxy?id=696&type=SMALL\"\n                        },\n                        \"linkUrl\": null,\n                        \"text\": null,\n                        \"type\": \"FILE\"\n                    },\n                    {\n                        \"text\": \"<strong>Adding new text for spreview before save&nbsp;<em>Adding new text for spreview before save&nbsp;<u>Adding new text for spreview before save<span style=\\\"background-color:#3498db\\\">&nbsp;Adding new text for spreview before save</span></u></em></strong>\",\n                        \"type\": \"BASIC_HTML\"\n                    },\n                    {\n                        \"text\": \"<span style=\\\"font-size:12px\\\">adding new hyper message text<strong>adding new hyper message text</strong></span><strong><span style=\\\"font-size:72px\\\">adding new hyper message text</span></strong>\",\n                        \"type\": \"BASIC_HTML\"\n                    },\n                    {\n                        \"file\": {\n                            \"fileStatus\": \"COMPLETED\",\n                            \"fileUrl\": \"/uploadedFileProxy?id=698&type=ORIGINAL\",\n                            \"type\": \"IMAGE\",\n                            \"thumbnailUrl\": \"/uploadedFileProxy?id=698&type=SMALL\"\n                        },\n                        \"linkUrl\": \"ImageUpload1\",\n                        \"text\": \"ImageUpload1\",\n                        \"type\": \"FILE\"\n                    }\n                ]\n            },\n            \"publishDesktop\": true,\n            \"title\": \"new delta test1\",\n            \"callToAction\": \"102 Tickets submit\",\n            \"maxPointsPerUser\": 0,\n            \"points\": 0,\n            \"issueTypes\": [\n                \"ISSUE\",\n                \"FEATURE\"\n            ],\n            \"closeDate\": null,\n            \"lastUpdated\": 1674754055000,\n            \"archived\": false,\n            \"createdDate\": 1626356732000,\n            \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=211&type=original&accessToken=b93a915962594fad0d283b7279c57303\",\n            \"alias\": \"P102\",\n            \"totalTickets\": 15,\n            \"id\": 102,\n            \"status\": \"PUBLISHED\"\n        }\n    },\n    \"error\": null\n}"}],"_postman_id":"b7892b93-9af9-4af2-bdb3-99917ea490b9"},{"name":"Create Project","id":"687004f3-d90b-4d1f-833a-3e6ee33e4c5b","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","description":"<p>Required - String</p>\n","type":"text"},{"key":"title","value":"{{projectTitle}}","description":"<p>Required - String</p>\n","type":"text"},{"key":"description","value":"{{projectDescription}}","description":"<p>Required - String</p>\n","type":"text"},{"key":"issueTypes","value":"{{issueTypes}}","description":"<p>Required - String; comma separated values; accepted values: BUG, ISSUE, FEATURE</p>\n","type":"text"},{"key":"publishDate","value":"{{publishDate}}","description":"<p>Required - Time in Milliseconds</p>\n","type":"text"},{"key":"closeDate","value":"{{closeDate}}","description":"<p>Optional - Time in Milliseconds</p>\n","type":"text"},{"key":"publishDesktop","value":"{{publishDesktop}}","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","type":"text"},{"key":"publishMobile","value":"{{publishMobile}}","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","type":"text","disabled":true},{"key":"hideFromHome","value":"{{hideFromHome}}","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","type":"text","disabled":true},{"key":"hideFromTopic","value":"{{hideFromTopic}}","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","type":"text","disabled":true},{"key":"maxPointsPerUser","value":"{{maxPointsPerUser}}","description":"<p>Optional - Integer: Maximum points a member can earn from submission of tickets in this project.</p>\n","type":"text"},{"key":"points","value":"{{points}}","description":"<p>Optional - Integer: Points to give as a reward for participation.</p>\n","type":"text"},{"key":"topics","value":"{{topics}}","description":"<p>Optional - String; comma separated values; accepted values: community existing topics</p>\n","type":"text","disabled":true},{"key":"coverImage","description":"<p>Optional - Image File; One image maximum</p>\n","type":"file","value":null,"disabled":true},{"key":"alias","value":"{{alias}}","description":"<p>Required - String: Max of 5, only alphabets</p>\n","type":"text"},{"key":"callToAction","value":"Submit a ticket","description":"<p>Optional -String, Max 40 characters</p>\n","type":"text"}]},"url":"{{environmentUrl}}/v1/core/it/projects","description":"<p>This API creates a new project.</p>\n","urlObject":{"path":["v1","core","it","projects"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"756eda42-5a80-4cd5-98f1-13089e252ea6","name":"Create Project - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","description":"Required - String","type":"text"},{"key":"title","value":"{{projectTitle}}","description":"Required - String","type":"text"},{"key":"description","value":"{{projectDescription}}","description":"Required - String","type":"text"},{"key":"issueTypes","value":"{{issueTypes}}","description":"Required - String; comma separated values; accepted values: BUG, ISSUE, FEATURE","type":"text"},{"key":"publishDate","value":"{{publishDate}}","description":"Required - Time in Milliseconds","type":"text"},{"key":"closeDate","value":"{{closeDate}}","description":"Optional - Time in Milliseconds","type":"text"},{"key":"publishDesktop","value":"{{publishDesktop}}","description":"Optional - Boolean; accepted values: true or false","type":"text"},{"key":"publishMobile","value":"{{publishMobile}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"hideFromHome","value":"{{hideFromHome}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"hideFromTopic","value":"{{hideFromTopic}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"points","value":"{{points}}","description":"Optional - Integer: Points to give as a reward for participation.","type":"text","disabled":true},{"key":"topics","value":"{{topics}}","description":"Optional - String; comma separated values; accepted values: community existing topics","type":"text","disabled":true},{"key":"coverImage","description":"Optional - Image File; One image maximum","type":"file","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=g9LdM7hyNR9-j4a1c9f2HH56jehqYee0HRibfrKx.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:21:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Missing required value\"\n    }\n}"},{"id":"289d748a-4e07-460d-b1de-964fc131dcbd","name":"Create Project","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","description":"Required - String","type":"text"},{"key":"title","value":"{{projectTitle}}","description":"Required - String","type":"text"},{"key":"description","value":"{{projectDescription}}","description":"Required - String","type":"text"},{"key":"issueTypes","value":"{{issueTypes}}","description":"Required - String; comma separated values; accepted values: BUG, ISSUE, FEATURE","type":"text"},{"key":"publishDate","value":"{{publishDate}}","description":"Required - Time in Milliseconds","type":"text"},{"key":"closeDate","value":"{{closeDate}}","description":"Optional - Time in Milliseconds","type":"text"},{"key":"publishDesktop","value":"{{publishDesktop}}","description":"Optional - Boolean; accepted values: true or false","type":"text"},{"key":"publishMobile","value":"{{publishMobile}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"hideFromHome","value":"{{hideFromHome}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"hideFromTopic","value":"{{hideFromTopic}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"maxPointsPerUser","value":"{{maxPointsPerUser}}","description":"Optional - Integer: Maximum points a member can earn from submission of tickets in this project.","type":"text"},{"key":"points","value":"{{points}}","description":"Optional - Integer: Points to give as a reward for participation.","type":"text"},{"key":"topics","value":"{{topics}}","description":"Optional - String; comma separated values; accepted values: community existing topics","type":"text","disabled":true},{"key":"coverImage","description":"Optional - Image File; One image maximum","type":"file","value":null,"disabled":true},{"key":"alias","value":"TEST","description":"Required - String, Unique: Max of 5, only alphabets","type":"text"}]},"url":"{{environmentUrl}}/v1/core/it/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Oct 2021 19:31:14 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=OqneFv47Jw5YZ8piQdJH0TvMsPNohFwuZ/68N62vrRaKW+k7/rgtt9Ec22IJdaMNTTF3c72RclNxTbaafdD21H95RHoRGi8Xh7kjMxLQgqzBT8xZ3TIdUFnvhRsW; Expires=Thu, 14 Oct 2021 19:31:14 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=OqneFv47Jw5YZ8piQdJH0TvMsPNohFwuZ/68N62vrRaKW+k7/rgtt9Ec22IJdaMNTTF3c72RclNxTbaafdD21H95RHoRGi8Xh7kjMxLQgqzBT8xZ3TIdUFnvhRsW; Expires=Thu, 14 Oct 2021 19:31:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=rI0rYgJSoOyCP23Q_o1RicYjnUgTmv0xr-JiTAfR.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"project\": {\n            \"author\": {\n                \"email\": \"jmartinez@fuelcycle.com\",\n                \"username\": \"jmartinez\"\n            },\n            \"hideFromHome\": false,\n            \"topics\": null,\n            \"publishDate\": 1621494000000,\n            \"hideFromTopic\": false,\n            \"description\": \"this is a project created from API\",\n            \"publishMobile\": true,\n            \"publishDesktop\": true,\n            \"title\": \"project from API\",\n            \"maxPointsPerUser\": 100,\n            \"points\": 10,\n            \"issueTypes\": [\n                \"ISSUE\",\n                \"BUG\",\n                \"FEATURE\"\n            ],\n            \"closeDate\": null,\n            \"lastUpdated\": 1633635074213,\n            \"archived\": false,\n            \"createdDate\": 1633635074205,\n            \"coverImage\": null,\n            \"totalTickets\": 0,\n            \"id\": 135,\n            \"status\": \"PUBLISHED\"\n        }\n    },\n    \"error\": null\n}"}],"_postman_id":"687004f3-d90b-4d1f-833a-3e6ee33e4c5b"},{"name":"Update Project","id":"60033142-5d4b-4999-a475-3a51e854cee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"{{projectTitle}}","type":"text","description":"<p>Optional - String</p>\n","disabled":true},{"key":"description","value":"{{projectDescription}}","type":"text","description":"<p>Optional - String</p>\n","disabled":true},{"key":"issueTypes","value":"{{issueTypes}}","type":"text","description":"<p>Optional - String; comma separated values; accepted values: BUG, ISSUE, FEATURE</p>\n","disabled":true},{"key":"publishDate","value":"{{publishDate}}","type":"text","description":"<p>Optional - Time in Milliseconds</p>\n","disabled":true},{"key":"closeDate","value":"{{closeDate}}","type":"text","description":"<p>Optional - Time in Milliseconds</p>\n","disabled":true},{"key":"publishDesktop","value":"{{publishDesktop}}","type":"text","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","disabled":true},{"key":"publishMobile","value":"{{publishMobile}}","type":"text","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","disabled":true},{"key":"hideFromHome","value":"{{hideFromHome}}","type":"text","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","disabled":true},{"key":"hideFromTopic","value":"{{hideFromTopic}}","type":"text","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","disabled":true},{"key":"maxPointsPerUser","value":"{{maxPointsPerUser}}","description":"<p>Optional - Integer: Maximum points a member can earn from submission of tickets in this project.</p>\n","type":"text"},{"key":"points","value":"{{points}}","type":"text","description":"<p>Optional - Integer: Points to give as a reward for participation.</p>\n","disabled":true},{"key":"topics","value":"{{topics}}","type":"text","description":"<p>Optional - String; comma separated values; accepted values: community existing topics</p>\n","disabled":true},{"key":"coverImage","type":"file","description":"<p>Optional - Image File; One image maximum</p>\n","value":null,"disabled":true},{"key":"alias","value":"{{alias}}","description":"<p>Optional - String, Unique: Max of 5, only alphabets allowed</p>\n","type":"text"},{"key":"callToAction","value":"Submit a ticket","description":"<p>Optional - String, Max of 40</p>\n","type":"text"}]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}","description":"<p>This API updates the requested project details.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project is been updated.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"75915863-8cd9-4f8e-8885-413e305cdb6a","name":"Update Project - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"{{projectTitle}}","type":"text","description":"Optional - String","disabled":true},{"key":"description","value":"{{projectDescription}}","type":"text","description":"Optional - String"},{"key":"issueTypes","value":"{{issueTypes}}","type":"text","description":"Optional - String; comma separated values; accepted values: BUG, ISSUE, FEATURE","disabled":true},{"key":"publishDate","value":"{{publishDate}}","type":"text","description":"Optional - Time in Milliseconds","disabled":true},{"key":"closeDate","value":"{{closeDate}}","type":"text","description":"Optional - Time in Milliseconds","disabled":true},{"key":"publishDesktop","value":"{{publishDesktop}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"publishMobile","value":"{{publishMobile}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"hideFromHome","value":"{{hideFromHome}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"hideFromTopic","value":"{{hideFromTopic}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"points","value":"{{points}}","type":"text","description":"Optional - Integer: Points to give as a reward for participation.","disabled":true},{"key":"topics","value":"{{topics}}","type":"text","description":"Optional - String; comma separated values; accepted values: community existing topics","disabled":true},{"key":"coverImage","type":"file","description":"Optional - Image File; One image maximum","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=P5c7D6BxNIcZiLvhR_Lm1I8LYfcRCEODzxMGoqRi.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:26:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid projectId\"\n    }\n}"},{"id":"2e7522e9-1450-400e-a686-48cd742251c2","name":"Update Project - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"{{projectTitle}}","type":"text","description":"Optional - String","disabled":true},{"key":"description","value":"{{projectDescription}}","type":"text","description":"Optional - String","disabled":true},{"key":"issueTypes","value":"{{issueTypes}}","type":"text","description":"Optional - String; comma separated values; accepted values: BUG, ISSUE, FEATURE","disabled":true},{"key":"publishDate","value":"{{publishDate}}","type":"text","description":"Optional - Time in Milliseconds","disabled":true},{"key":"closeDate","value":"{{closeDate}}","type":"text","description":"Optional - Time in Milliseconds","disabled":true},{"key":"publishDesktop","value":"{{publishDesktop}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"publishMobile","value":"{{publishMobile}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"hideFromHome","value":"{{hideFromHome}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"hideFromTopic","value":"{{hideFromTopic}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"maxPointsPerUser","value":"{{maxPointsPerUser}}","description":"Optional - Integer: Maximum points a member can earn from submission of tickets in this project.","type":"text"},{"key":"points","value":"{{points}}","type":"text","description":"Optional - Integer: Points to give as a reward for participation.","disabled":true},{"key":"topics","value":"{{topics}}","type":"text","description":"Optional - String; comma separated values; accepted values: community existing topics","disabled":true},{"key":"coverImage","type":"file","description":"Optional - Image File; One image maximum","value":null,"disabled":true},{"key":"alias","value":"{{alias}}","description":"Optional - String, Unique: Max of 5, only alphabets allowed","type":"text"},{"key":"callToAction","value":"Submit a ticket","description":"Optional - String, Max of 40","type":"text"}]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 31 Jan 2023 18:58:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"project\": {\n            \"author\": {\n                \"email\": \"pgunasekaran@fuelcycle.com\",\n                \"username\": \"pgunasekaran\"\n            },\n            \"hideFromHome\": false,\n            \"topics\": null,\n            \"publishDate\": 1621494000000,\n            \"hideFromTopic\": false,\n            \"description\": \"this is a project created from API\",\n            \"publishMobile\": true,\n            \"publishDesktop\": true,\n            \"title\": \"project from API\",\n            \"callToAction\": \"Submit a ticket 123\",\n            \"maxPointsPerUser\": 100,\n            \"points\": 10,\n            \"issueTypes\": [\n                \"ISSUE\",\n                \"BUG\",\n                \"FEATURE\"\n            ],\n            \"closeDate\": null,\n            \"lastUpdated\": 1675191538275,\n            \"archived\": false,\n            \"createdDate\": 1675190748000,\n            \"coverImage\": \"http://test.local:8080/uploadedFileProxy?id=722&type=original&accessToken=fbbd2490b980613637d7b95326b4f551\",\n            \"alias\": \"TESTT\",\n            \"totalTickets\": 0,\n            \"id\": 123,\n            \"status\": \"PUBLISHED\"\n        }\n    },\n    \"error\": null\n}"}],"_postman_id":"60033142-5d4b-4999-a475-3a51e854cee5"}],"id":"dd3b1be9-e061-4ea8-8b84-d53bd293940b","description":"<p>Endpoints to query, create, and update Delta Testing projects.</p>\n","_postman_id":"dd3b1be9-e061-4ea8-8b84-d53bd293940b"},{"name":"Ticket","item":[{"name":"Get Tickets List","id":"a74db3de-672d-4fe3-a1a7-89b3580d0b15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","description":"<p>This API returns the list of tickets for the the requested project.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project information is been requested.</li>\n</ul>\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<ul>\n<li><strong>offset</strong>: Integer, <em>required</em>;</li>\n<li><strong>count</strong>: Integer, <em>required</em>;</li>\n<li><strong>sortBy</strong>: String, <em>required</em>; accepted values: createdDate, lastUpdated, title</li>\n<li><strong>order</strong>: String, <em>required</em>; accepted values: asc, desc</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets"],"host":["{{environmentUrl}}"],"query":[{"key":"offset","value":"{{offset}}"},{"key":"count","value":"{{count}}"},{"key":"sortBy","value":"{{sortBy}}"},{"key":"order","value":"{{order}}"}],"variable":[]}},"response":[{"id":"6df4ba13-36e5-44e1-be2e-6c19a7ffc9b4","name":"Get Tickets List - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","host":["{{environmentUrl}}"],"path":["v1","it","projects","{{projectId}}","tickets"],"query":[{"key":"offset","value":"{{offset}}"},{"key":"count","value":"{{count}}"},{"key":"sortBy","value":"{{sortBy}}"},{"key":"order","value":"{{order}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid projectId\"\n    }\n}"},{"id":"a400565f-f16a-4f43-9552-7c3312719ab6","name":"Get Tickets List","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","host":["{{environmentUrl}}"],"path":["v1","core","it","projects","{{projectId}}","tickets"],"query":[{"key":"offset","value":"{{offset}}"},{"key":"count","value":"{{count}}"},{"key":"sortBy","value":"{{sortBy}}"},{"key":"order","value":"{{order}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"issues\": [\n            {\n                \"comments\": 1,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"jmember1@fuelcycle.com\",\n                    \"username\": \"jmember1\"\n                },\n                \"moderator\": {\n                    \"email\": \"jmartinez@fuelcycle.com\",\n                    \"username\": \"jmartinez\"\n                },\n                \"description\": \"desc\",\n                \"upVotes\": 1,\n                \"title\": \"bug1\",\n                \"type\": \"BUG\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633973948000,\n                \"createdDate\": 1618275908000,\n                \"priorityScore\": \"Medium\",\n                \"alias\": \"BH-1\",\n                \"id\": 21,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 2,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"jmember1@fuelcycle.com\",\n                    \"username\": \"jmember1\"\n                },\n                \"moderator\": {\n                    \"email\": \"jmartinez@fuelcycle.com\",\n                    \"username\": \"jmartinez\"\n                },\n                \"description\": \"desc\",\n                \"upVotes\": 0,\n                \"title\": \"iss1\",\n                \"type\": \"ISSUE\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633973948000,\n                \"createdDate\": 1618275937000,\n                \"priorityScore\": \"Critical\",\n                \"alias\": \"BH-2\",\n                \"id\": 22,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 3,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"jmember1@fuelcycle.com\",\n                    \"username\": \"jmember1\"\n                },\n                \"moderator\": {\n                    \"email\": \"testalltestmod@mailinator.com\",\n                    \"username\": \"testmod\"\n                },\n                \"description\": \"fff1\",\n                \"upVotes\": 0,\n                \"title\": \"fff1\",\n                \"type\": \"FEATURE\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633973948000,\n                \"createdDate\": 1618275987000,\n                \"priorityScore\": \"Blocker\",\n                \"alias\": \"BH-3\",\n                \"id\": 23,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"malraddadi_test@fuelcycle.com\",\n                    \"username\": \"malraddadi_test\"\n                },\n                \"moderator\": {\n                    \"email\": \"jmartinez@fuelcycle.com\",\n                    \"username\": \"jmartinez\"\n                },\n                \"description\": \"hbv\",\n                \"upVotes\": 0,\n                \"title\": \"yyyyyy\",\n                \"type\": \"ISSUE\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633973948000,\n                \"createdDate\": 1619125339000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"BH-4\",\n                \"id\": 65,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"dmember1@mailinator.com\",\n                    \"username\": \"dmember1\"\n                },\n                \"moderator\": {\n                    \"email\": \"jmartinez@fuelcycle.com\",\n                    \"username\": \"jmartinez\"\n                },\n                \"description\": \"When I visit your website. I see a page loader that doesn't go away. I try to refresh and nothing happens. However, on older browsers the loader will disappear right away.\",\n                \"upVotes\": 1,\n                \"title\": \"Web page doesn't load properly, even after hitting refresh a bunch of times.\",\n                \"type\": \"BUG\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633973948000,\n                \"createdDate\": 1620253705000,\n                \"priorityScore\": \"Medium\",\n                \"alias\": \"BH-5\",\n                \"id\": 139,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": [\n                    \"https://emu.fuelcyclestage.com/uploadedFileProxy?id=453681&type=original&accessToken=7f0ff7cb6ea382e81ab4fd622291521b\"\n                ],\n                \"author\": {\n                    \"email\": \"malraddadi_test@fuelcycle.com\",\n                    \"username\": \"malraddadi_test\"\n                },\n                \"moderator\": {\n                    \"email\": \"jmartinez@fuelcycle.com\",\n                    \"username\": \"jmartinez\"\n                },\n                \"description\": \"This is a long description and similar to what a real life description would be like. It’s just a bunch of random meaningless text that should be completely and totally ignored and disregarded. If you’re still reading this you need to stop right now and get a life.\",\n                \"upVotes\": 0,\n                \"title\": \"This is a long title similar to what a real life title would be like.\",\n                \"type\": \"ISSUE\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633973948000,\n                \"createdDate\": 1620254023000,\n                \"priorityScore\": \"Critical\",\n                \"alias\": \"BH-6\",\n                \"id\": 140,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": [\n                    \"https://emu.fuelcyclestage.com/uploadedFileProxy?id=453707&type=original&accessToken=4321f4213841ac860481c1cc249a2c56\"\n                ],\n                \"author\": {\n                    \"email\": \"malraddadi_test@fuelcycle.com\",\n                    \"username\": \"malraddadi_test\"\n                },\n                \"moderator\": {\n                    \"email\": \"jmartinez@fuelcycle.com\",\n                    \"username\": \"jmartinez\"\n                },\n                \"description\": \"Test test test\",\n                \"upVotes\": 0,\n                \"title\": \"Video upload\",\n                \"type\": \"FEATURE\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633973948000,\n                \"createdDate\": 1620407044000,\n                \"priorityScore\": \"Blocker\",\n                \"alias\": \"BH-7\",\n                \"id\": 163,\n                \"status\": \"New\"\n            }\n        ]\n    },\n    \"error\": null\n}"},{"id":"c4cb388f-465a-477e-a576-39fc6559e760","name":"Get Tickets List - With new fields LastUpdated and StatusUpdated","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","host":["{{environmentUrl}}"],"path":["v1","core","it","projects","{{projectId}}","tickets"],"query":[{"key":"offset","value":"{{offset}}"},{"key":"count","value":"{{count}}"},{"key":"sortBy","value":"{{sortBy}}"},{"key":"order","value":"{{order}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 16 Mar 2022 16:13:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"issues\": [\n            {\n                \"comments\": 4,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=93&type=original&accessToken=96b4c7d19a0470bcbef3118fe3453973\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"test private comments\",\n                \"upVotes\": 0,\n                \"title\": \"test private comments\",\n                \"type\": \"ISSUE\",\n                \"url\": \"test private comments\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619065329000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-1\",\n                \"id\": 40,\n                \"statusUpdated\": 1619065329000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 10,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member2@mailinator.com\",\n                    \"username\": \"member2\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"issueDesc1\",\n                \"upVotes\": 1,\n                \"title\": \"issueTtilhgfe1\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619112209000,\n                \"priorityScore\": \"Critical\",\n                \"alias\": \"P3-2\",\n                \"id\": 41,\n                \"statusUpdated\": 1619153934000,\n                \"status\": \"Planned For Development\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member2@mailinator.com\",\n                    \"username\": \"member2\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"issueDesc1\",\n                \"upVotes\": 1,\n                \"title\": \"testLastStatusupdate\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619112354000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-3\",\n                \"id\": 42,\n                \"statusUpdated\": 1619112354000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"testing avatar\",\n                \"upVotes\": 1,\n                \"title\": \"TstinAvatar\",\n                \"type\": \"ISSUE\",\n                \"url\": \"google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619150070000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-4\",\n                \"id\": 43,\n                \"statusUpdated\": 1619150071000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=95&type=original&accessToken=4260ea802d27b02a2bb5a9fd82ada5cf\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"testing avatar\",\n                \"upVotes\": 0,\n                \"title\": \"TstinAvatar\",\n                \"type\": \"ISSUE\",\n                \"url\": \"google.com\",\n                \"downVotes\": 1,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619150086000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-5\",\n                \"id\": 44,\n                \"statusUpdated\": 1619150086000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member2@mailinator.com\",\n                    \"username\": \"member2\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"issueDesc1\",\n                \"upVotes\": 0,\n                \"title\": \"issueTtilhgfe1\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 1,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619192957000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-6\",\n                \"id\": 45,\n                \"statusUpdated\": 1619192957000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 19,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"supermod1@mailinator.com\",\n                    \"username\": \"supermod1\"\n                },\n                \"description\": \"changedesv4612321update\",\n                \"upVotes\": 1,\n                \"title\": \"changeTitlte\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619193084000,\n                \"priorityScore\": \"Trivial\",\n                \"alias\": \"P3-7\",\n                \"id\": 46,\n                \"statusUpdated\": 1619193084000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"changedesv46\",\n                \"upVotes\": 0,\n                \"title\": \"changeTitlte46\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619193142000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-8\",\n                \"id\": 47,\n                \"statusUpdated\": 1619193142000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member2@mailinator.com\",\n                    \"username\": \"member2\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"changedesv4612321\",\n                \"upVotes\": 0,\n                \"title\": \"changeTitlte4623\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619193207000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-9\",\n                \"id\": 48,\n                \"statusUpdated\": 1619193207000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 17,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"member1Ticket member1Ticket Description\",\n                \"upVotes\": 0,\n                \"title\": \"member1Ticket\",\n                \"type\": \"ISSUE\",\n                \"url\": \"member1Ticket\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619193653000,\n                \"priorityScore\": \"Trivial\",\n                \"alias\": \"P3-10\",\n                \"id\": 49,\n                \"statusUpdated\": 1626188501000,\n                \"status\": \"Under Review\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1\",\n                \"upVotes\": 0,\n                \"title\": \"testLastStatusupdate\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619452792000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-11\",\n                \"id\": 50,\n                \"statusUpdated\": 1619452792000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1\",\n                \"upVotes\": 0,\n                \"title\": \"testLastStatusupdate\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619453705000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-12\",\n                \"id\": 51,\n                \"statusUpdated\": 1619453705000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 2,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1\",\n                \"upVotes\": 0,\n                \"title\": \"issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1iss\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619454136000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-13\",\n                \"id\": 52,\n                \"statusUpdated\": 1619454136000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 8,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=114&type=original&accessToken=fca0e764207b37299dffcc38d5d75f12\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"test\",\n                \"upVotes\": 0,\n                \"title\": \"test\",\n                \"type\": \"ISSUE\",\n                \"url\": \"test\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1619827693000,\n                \"priorityScore\": \"Blocker\",\n                \"alias\": \"P3-14\",\n                \"id\": 61,\n                \"statusUpdated\": 1626899536000,\n                \"status\": \"In Development\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=116&type=original&accessToken=12a028477ded222167311447fb7b6544\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"test issue\",\n                \"upVotes\": 0,\n                \"title\": \"test issue\",\n                \"type\": \"ISSUE\",\n                \"url\": \"testIssue\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1620329050000,\n                \"priorityScore\": \"Major\",\n                \"alias\": \"P3-15\",\n                \"id\": 62,\n                \"statusUpdated\": 1620329050000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=122&type=original&accessToken=20d5ae15b3c75ff6979d1734160cc72c\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"sdf dsf sdf s\",\n                \"upVotes\": 0,\n                \"title\": \"issue\",\n                \"type\": \"ISSUE\",\n                \"url\": \"sdfsd\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1620668261000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-16\",\n                \"id\": 64,\n                \"statusUpdated\": 1620668261000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 1,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1\",\n                \"upVotes\": 0,\n                \"title\": \"issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1issueDesc1iss\",\n                \"type\": \"ISSUE\",\n                \"url\": \"https://www.google.com\",\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1621025083000,\n                \"priorityScore\": \"Minor\",\n                \"alias\": \"P3-17\",\n                \"id\": 67,\n                \"statusUpdated\": 1621025083000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=261&type=original&accessToken=b1754a46f34d54441995a7d36b8f6ed4\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"this is a ticket created from API\",\n                \"upVotes\": 0,\n                \"title\": \"apiTEstALias\",\n                \"type\": \"BUG\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1633632302000,\n                \"priorityScore\": \"Blocker\",\n                \"alias\": \"P3-18\",\n                \"id\": 142,\n                \"statusUpdated\": 1633632307000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"this is a ticket created from API\",\n                \"upVotes\": 0,\n                \"title\": \"ticket from API\",\n                \"type\": \"BUG\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1633636448000,\n                \"priorityScore\": \"Major\",\n                \"alias\": \"P3-19\",\n                \"id\": 143,\n                \"statusUpdated\": 1633636450000,\n                \"status\": \"New\"\n            },\n            {\n                \"comments\": 0,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=262&type=original&accessToken=e2e1030e562e30e8c3088ab04c425bed\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"moderator\": {\n                    \"email\": \"pgunasekaran@fuelcycle.com\",\n                    \"username\": \"pgunasekaran\"\n                },\n                \"description\": \"this is a ticket created from API\",\n                \"upVotes\": 0,\n                \"title\": \"ticket from API\",\n                \"type\": \"BUG\",\n                \"url\": null,\n                \"downVotes\": 0,\n                \"syncEnabled\": false,\n                \"lastUpdated\": 1633730519000,\n                \"createdDate\": 1633636464000,\n                \"priorityScore\": \"Major\",\n                \"alias\": \"P3-20\",\n                \"id\": 144,\n                \"statusUpdated\": 1633636511000,\n                \"status\": \"New\"\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"a74db3de-672d-4fe3-a1a7-89b3580d0b15"},{"name":"Get Ticket","id":"d2d7f9ae-e7f7-4619-8302-f73f1dce22a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets/{{ticketId}}","description":"<p>This API returns the information for the requested ticket.</p>\n<hr />\n<h2 id=\"the-request-has-path-variables\">The request has path variables:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project to which the ticket is related.</li>\n<li><strong>ticketId</strong>: Long, <em>required</em>; Id of the ticket information is been requested.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets","{{ticketId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c6c40a48-4b62-4d9b-b31b-3c4cb3dddfca","name":"Get Ticket - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:29:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid projectId/ticketId\"\n    }\n}"},{"id":"123e80a6-807a-4720-930f-f54c26b2cec1","name":"Get Ticket","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets/{{ticketId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:19:42 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=kwMoS0RfSSiqEBZPopjDiqx+9nIYh/8trwY84cBLhhhdEeYFs+UlXd44cI4AlKf99ik7WH1Ko9HvkOO8pD8xnQX1cVispAPfixZgsV9AQnml4f+ebWnx3mkco4Yp; Expires=Tue, 02 Nov 2021 18:19:42 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=kwMoS0RfSSiqEBZPopjDiqx+9nIYh/8trwY84cBLhhhdEeYFs+UlXd44cI4AlKf99ik7WH1Ko9HvkOO8pD8xnQX1cVispAPfixZgsV9AQnml4f+ebWnx3mkco4Yp; Expires=Tue, 02 Nov 2021 18:19:42 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ticket\": {\n            \"comments\": 1,\n            \"attachedFiles\": null,\n            \"author\": {\n                \"email\": \"jmember1@fuelcycle.com\",\n                \"username\": \"jmember1\"\n            },\n            \"moderator\": {\n                \"email\": \"jmartinez@fuelcycle.com\",\n                \"username\": \"jmartinez\"\n            },\n            \"description\": \"desc\",\n            \"upVotes\": 1,\n            \"title\": \"bug1\",\n            \"type\": \"BUG\",\n            \"url\": null,\n            \"downVotes\": 0,\n            \"syncEnabled\": false,\n            \"lastUpdated\": 1633973948000,\n            \"createdDate\": 1618275908000,\n            \"priorityScore\": \"Medium\",\n            \"alias\": \"BH-1\",\n            \"id\": 21,\n            \"status\": \"New\"\n        }\n    },\n    \"error\": null\n}"}],"_postman_id":"d2d7f9ae-e7f7-4619-8302-f73f1dce22a5"},{"name":"Create Ticket","id":"83ce56cf-337c-463e-bec2-0e007c22f40c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","description":"<p>Required - String</p>\n","type":"text"},{"key":"title","value":"{{ticketTitle}}","description":"<p>Required - String</p>\n","type":"text"},{"key":"description","value":"{{ticketDescription}}","description":"<p>Required - String</p>\n","type":"text"},{"key":"issueType","value":"{{issueType}}","description":"<p>Required - String; accepted values: BUG, ISSUE, FEATURE and custom issue types created in the community</p>\n","type":"text"},{"key":"priorityScore","value":"{{priorityScore}}","description":"<p>Required - String; accepted values: BLOCKER, CRITICAL, MAJOR, MEDIUM, MINOR, TRIVIAL and custom priority scores created in the community</p>\n","type":"text"},{"key":"url","value":"{{url}}","description":"<p>Optional - String</p>\n","type":"text"},{"key":"externalSyncEnabled","value":"{{externalSyncEnabled}}","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","type":"text","disabled":true},{"key":"attachedFiles","description":"<p>Optional - Files; Up to 100 MB of files maximum</p>\n","type":"file","value":null}]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets","description":"<p>This API creates a new ticket.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project where the ticket is going to be created.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2610e470-be0c-423a-b743-33acb714a571","name":"Create Ticket - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","description":"Required - String","type":"text"},{"key":"title","value":"{{ticketTitle}}","description":"Required - String","type":"text"},{"key":"description","value":"{{ticketDescription}}","description":"Required - String","type":"text"},{"key":"issueType","value":"{{issueType}}","description":"Required - String; accepted values: BUG, ISSUE, FEATURE","type":"text"},{"key":"priorityScore","value":"{{priorityScore}}","description":"Required - String; accepted values: BLOCKER, CRITICAL, MAJOR, MEDIUM, MINOR, TRIVIAL","type":"text"},{"key":"url","value":"{{url}}","description":"Optional - String","type":"text"},{"key":"externalSyncEnabled","value":"{{externalSyncEnabled}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"attachedFiles","description":"Optional - Files; Up to five attached files maximum","type":"file","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=NMSw-nPlbS3fHoNcMxm485F5cqqt8VnRoL42p9Iu.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:57:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ticket\": {\n            \"comments\": 0,\n            \"attachedFiles\": null,\n            \"author\": {\n                \"email\": \"member1@fuelcycle.com\",\n                \"username\": \"member1\"\n            },\n            \"moderator\": {\n                \"email\": \"jmartinez@fuelcycle.com\",\n                \"username\": \"jmartinez\"\n            },\n            \"description\": \"this is a ticket created from API\",\n            \"upVotes\": 0,\n            \"title\": \"ticket from API\",\n            \"type\": \"BUG\",\n            \"url\": null,\n            \"downVotes\": 0,\n            \"syncEnabled\": false,\n            \"createdDate\": 1621619848469,\n            \"priorityScore\": \"MAJOR\",\n            \"id\": 11,\n            \"status\": \"New\"\n        }\n    },\n    \"error\": null\n}"},{"id":"296a2cd7-c652-45e9-aae3-b5f7b48c93b9","name":"Create Ticket - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","description":"Required - String","type":"text"},{"key":"title","value":"{{ticketTitle}}","description":"Required - String","type":"text"},{"key":"description","value":"{{ticketDescription}}","description":"Required - String","type":"text"},{"key":"issueType","value":"{{issueType}}","description":"Required - String; accepted values: BUG, ISSUE, FEATURE","type":"text"},{"key":"priorityScore","value":"{{priorityScore}}","description":"Required - String; accepted values: BLOCKER, CRITICAL, MAJOR, MEDIUM, MINOR, TRIVIAL","type":"text"},{"key":"url","value":"{{url}}","description":"Optional - String","type":"text"},{"key":"externalSyncEnabled","value":"{{externalSyncEnabled}}","description":"Optional - Boolean; accepted values: true or false","type":"text","disabled":true},{"key":"attachedFiles","description":"Optional - Files; Up to five attached files maximum","type":"file","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:58:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Incorrect issue type\"\n    }\n}"}],"_postman_id":"83ce56cf-337c-463e-bec2-0e007c22f40c"},{"name":"Update Ticket","id":"093aac1d-edf0-4d46-942f-df2e6554daf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"<p>Required - String; user's email who created the ticket</p>\n"},{"key":"title","value":"{{ticketTitle}}","type":"text","description":"<p>Optional - String</p>\n","disabled":true},{"key":"description","value":"{{ticketDescription}}","type":"text","description":"<p>Optional - String</p>\n","disabled":true},{"key":"issueType","value":"{{issueType}}","type":"text","description":"<p>Optional - String; accepted values: BUG, ISSUE, FEATURE and custom issue types created in the community</p>\n","disabled":true},{"key":"priorityScore","value":"{{priorityScore}}","type":"text","description":"<p>Optional - String; accepted values: BLOCKER, CRITICAL, MAJOR, MEDIUM, MINOR, TRIVIAL and custom priority scores created in the community</p>\n"},{"key":"url","value":"{{url}}","type":"text","description":"<p>Optional - String</p>\n","disabled":true},{"key":"externalSyncEnabled","value":"{{externalSyncEnabled}}","type":"text","description":"<p>Optional - Boolean; accepted values: true or false</p>\n","disabled":true},{"key":"attachedFiles","type":"file","description":"<p>Optional - Files; Up to 100 MB of files maximum</p>\n","value":null,"disabled":true},{"key":"status","value":"{{issueStatus}}","description":"<p>Optional - String; accepted values: New, Under Review, In Progress, Planned For Development, In Development, Fixed, Deployed, Closed and custom statuses created in the community</p>\n","type":"text"}]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets/{{ticketId}}","description":"<p>This API updates the requested ticket details.</p>\n<hr />\n<h2 id=\"the-request-has-path-variables\">The request has path variables:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project to which the ticket is related.</li>\n<li><strong>ticketId</strong>: Long, <em>required</em>; Id of the ticket is been updated.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets","{{ticketId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c1010310-f7e8-45ff-9595-5001c9559504","name":"Update Ticket - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"Required - String; user's email who created the ticket"},{"key":"title","value":"{{ticketTitle}}","type":"text","description":"Optional - String"},{"key":"description","value":"{{ticketDescription}}","type":"text","description":"Optional - String","disabled":true},{"key":"issueType","value":"{{issueType}}","type":"text","description":"Optional - String; accepted values: BUG, ISSUE, FEATURE","disabled":true},{"key":"priorityScore","value":"{{priorityScore}}","type":"text","description":"Optional - String; accepted values: BLOCKER, CRITICAL, MAJOR, MEDIUM, MINOR, TRIVIAL","disabled":true},{"key":"url","value":"{{url}}","type":"text","description":"Optional - String","disabled":true},{"key":"externalSyncEnabled","value":"{{externalSyncEnabled}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"attachedFiles","type":"file","description":"Optional - Files; Up to five attached files maximum","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=bkliN3AXwhCM8VFcC-SWmfyZYn5RAJMtCWuJQhs4.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:00:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ticket\": {\n            \"comments\": 0,\n            \"attachedFiles\": null,\n            \"author\": {\n                \"email\": \"member1@fuelcycle.com\",\n                \"username\": \"member1\"\n            },\n            \"moderator\": {\n                \"email\": \"jmartinez@fuelcycle.com\",\n                \"username\": \"jmartinez\"\n            },\n            \"description\": \"this is a ticket created from API\",\n            \"upVotes\": 0,\n            \"title\": \"ticket updated from API\",\n            \"type\": \"BUG\",\n            \"url\": null,\n            \"downVotes\": 0,\n            \"syncEnabled\": false,\n            \"createdDate\": 1621619848000,\n            \"priorityScore\": \"MAJOR\",\n            \"id\": 11,\n            \"status\": \"New\"\n        }\n    },\n    \"error\": null\n}"},{"id":"30cfeaaf-d0c0-4e78-bc93-77f6fc569fe1","name":"Update Ticket - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"Required - String; user's email who created the ticket"},{"key":"title","value":"{{ticketTitle}}","type":"text","description":"Optional - String"},{"key":"description","value":"{{ticketDescription}}","type":"text","description":"Optional - String","disabled":true},{"key":"issueType","value":"{{issueType}}","type":"text","description":"Optional - String; accepted values: BUG, ISSUE, FEATURE","disabled":true},{"key":"priorityScore","value":"{{priorityScore}}","type":"text","description":"Optional - String; accepted values: BLOCKER, CRITICAL, MAJOR, MEDIUM, MINOR, TRIVIAL","disabled":true},{"key":"url","value":"{{url}}","type":"text","description":"Optional - String","disabled":true},{"key":"externalSyncEnabled","value":"{{externalSyncEnabled}}","type":"text","description":"Optional - Boolean; accepted values: true or false","disabled":true},{"key":"attachedFiles","type":"file","description":"Optional - Files; Up to five attached files maximum","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:00:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid ticketId\"\n    }\n}"}],"_postman_id":"093aac1d-edf0-4d46-942f-df2e6554daf0"},{"name":"Post Ticket Vote","id":"b8b5769a-80ac-4855-98d8-9386fca6a11d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"<p>Required - String; user who votes</p>\n"},{"key":"voteType","value":"{{voteType}}","type":"text","description":"<p>Required - String; accepted values: UP, DOWN</p>\n"}]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets/{{ticketId}}/vote","description":"<p>This API adds a vote to the requested ticket.</p>\n<hr />\n<h2 id=\"the-request-has-path-variables\">The request has path variables:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project to which the ticket is related.</li>\n<li><strong>ticketId</strong>: Long, <em>required</em>; Id of the ticket is been voted.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets","{{ticketId}}","vote"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"122b58bc-50a4-43b5-aac8-175c49388c5f","name":"Post Ticket Vote - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"Required - String; user who votes"},{"key":"voteType","value":"{{voteType}}","type":"text","description":"Required - String; accepted values: UP, DOWN"}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/vote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:10:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ticket\": {\n            \"comments\": 0,\n            \"attachedFiles\": null,\n            \"author\": {\n                \"email\": \"member1@fuelcycle.com\",\n                \"username\": \"member1\"\n            },\n            \"moderator\": {\n                \"email\": \"jmartinez@fuelcycle.com\",\n                \"username\": \"jmartinez\"\n            },\n            \"description\": \"issueDesc3\",\n            \"upVotes\": 1,\n            \"title\": \"issue3\",\n            \"type\": \"FEATURE\",\n            \"url\": \"https://www.google.com\",\n            \"downVotes\": 1,\n            \"syncEnabled\": false,\n            \"createdDate\": 1617921763000,\n            \"priorityScore\": \"MINOR\",\n            \"id\": 3,\n            \"status\": \"New\"\n        }\n    },\n    \"error\": null\n}"},{"id":"119990a5-0b1c-4e31-a257-7be7b7ac4e5f","name":"Post Ticket Vote - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"Required - String; user who votes"},{"key":"voteType","value":"{{voteType}}","type":"text","description":"Required - String; accepted values: UP, DOWN"}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/vote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:11:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Ticket author cannot vote\"\n    }\n}"},{"id":"67d88e2f-50e4-4357-bf6a-ecf286c98fe5","name":"Post Ticket Vote - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"Required - String; user who votes"},{"key":"voteType","value":"{{voteType}}","type":"text","description":"Required - String; accepted values: UP, DOWN"}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/vote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=qDNHQDfG8wTsK7Vs0IYqoHKh4uu9IfB2FWlQNhlD.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:12:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Allowed to vote only once\"\n    }\n}"}],"_postman_id":"b8b5769a-80ac-4855-98d8-9386fca6a11d"}],"id":"1395fcbe-9d82-4e56-89ca-8ec26d121ae0","description":"<p>Endpoints to query, create, and update tickets in distinct Delta Testing projects.</p>\n","_postman_id":"1395fcbe-9d82-4e56-89ca-8ec26d121ae0"},{"name":"Comment","item":[{"name":"Get Ticket Comments List","id":"586f9c40-0385-4455-8eaf-b830bc34a803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets/{{ticketId}}/comments?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","description":"<p>This API returns the list of comments for the requested ticket.</p>\n<hr />\n<h2 id=\"the-request-has-path-variables\">The request has path variables:</h2>\n<ul>\n<li><p><strong>projectId</strong>: Long, <em>required</em>; Id of the project to which the ticket is related.</p>\n</li>\n<li><p><strong>ticketId</strong>: Long, <em>required</em>; Id of the ticket information that has been requested.</p>\n</li>\n</ul>\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<ul>\n<li><p><strong>offset</strong>: Integer, <em>required</em>;</p>\n</li>\n<li><p><strong>count</strong>: Integer, <em>required</em>;</p>\n</li>\n<li><p><strong>sortBy</strong>: String, <em>required</em>; accepted values: createdDate, lastUpdated</p>\n</li>\n<li><p><strong>order</strong>: String, <em>required</em>; accepted values: asc, desc</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets","{{ticketId}}","comments"],"host":["{{environmentUrl}}"],"query":[{"key":"offset","value":"{{offset}}"},{"key":"count","value":"{{count}}"},{"key":"sortBy","value":"{{sortBy}}"},{"key":"order","value":"{{order}}"}],"variable":[]}},"response":[{"id":"36c35835-b06f-432d-80f5-6e83e5aedb54","name":"Get Ticket Comments List - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/comments?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","host":["{{environmentUrl}}"],"path":["v1","it","projects","{{projectId}}","tickets","{{ticketId}}","comments"],"query":[{"key":"offset","value":"{{offset}}"},{"key":"count","value":"{{count}}"},{"key":"sortBy","value":"{{sortBy}}"},{"key":"order","value":"{{order}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:14:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"comments\": [\n            {\n                \"createdDate\": 1620776342000,\n                \"attachedFiles\": [\n                    \"http://test.local:8080/uploadedFileProxy?id=884&type=original&accessToken=2518c4285083d6741a7c3d639dd93237\",\n                    \"http://test.local:8080/uploadedFileProxy?id=885&type=original&accessToken=1146c8b851c0391fd2c61dc5f4bcde88\"\n                ],\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"id\": 1,\n                \"isPrivate\": false,\n                \"message\": \"my comment 34\"\n            },\n            {\n                \"createdDate\": 1620776353000,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"member1@fuelcycle.com\",\n                    \"username\": \"member1\"\n                },\n                \"id\": 2,\n                \"isPrivate\": false,\n                \"message\": \"two comments\"\n            },\n            {\n                \"createdDate\": 1620776400000,\n                \"attachedFiles\": null,\n                \"author\": {\n                    \"email\": \"jmartinez@fuelcycle.com\",\n                    \"username\": \"jmartinez\"\n                },\n                \"id\": 3,\n                \"isPrivate\": true,\n                \"message\": \"i like it\"\n            }\n        ]\n    },\n    \"error\": null\n}"},{"id":"079c36f1-3d33-4e39-b875-eaa345a71dbf","name":"Get Ticket Comments List - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/comments?offset={{offset}}&count={{count}}&sortBy={{sortBy}}&order={{order}}","host":["{{environmentUrl}}"],"path":["v1","it","projects","{{projectId}}","tickets","{{ticketId}}","comments"],"query":[{"key":"offset","value":"{{offset}}"},{"key":"count","value":"{{count}}"},{"key":"sortBy","value":"{{sortBy}}"},{"key":"order","value":"{{order}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:14:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid projectId/ticketId\"\n    }\n}"}],"_postman_id":"586f9c40-0385-4455-8eaf-b830bc34a803"},{"name":"Post Ticket Comment","id":"9c08c741-6c3a-46f3-bdfd-3551716c631e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","description":"<p>Required (only if userEmail is blank) - String; moderator's email who comment</p>\n","type":"text"},{"key":"userEmail","value":"{{userEmail}}","description":"<p>Required (only if moderatorEmail is blank) - String; user's email who comment</p>\n","type":"text"},{"key":"message","value":"{{message}}","description":"<p>Required (only if there is no attached files) - String</p>\n","type":"text","disabled":true},{"key":"isPrivate","value":"{{isPrivate}}","type":"text","description":"<p>Optional - Boolean; accepted values: true or false</p>\n"},{"key":"attachedFiles","type":"file","description":"<p>Required (only if message is blank) - Files</p>\n","value":null}]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets/{{ticketId}}/comments","description":"<p>This API posts a comment on the requested ticket.</p>\n<hr />\n<h2 id=\"the-request-has-path-variables\">The request has path variables:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project to which the ticket is related.</li>\n<li><strong>ticketId</strong>: Long, <em>required</em>; Id of the ticket to post a comment.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets","{{ticketId}}","comments"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f809a16-fb26-4d39-bf43-5bd2117badca","name":"Post Ticket Comment - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","description":"Required (only if userEmail is blank) - String; moderator's email who comment","type":"text"},{"key":"userEmail","value":"{{userEmail}}","description":"Required (only if moderatorEmail is blank) - String; user's email who comment","type":"text","disabled":true},{"key":"message","value":"{{message}}","description":"Required (only if there is no attached files) - String","type":"text"},{"key":"isPrivate","value":"{{isPrivate}}","type":"text","description":"Optional - Boolean; accepted values: true or false"},{"key":"attachedFiles","type":"file","description":"Required (only if message is blank) - Files","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:15:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"comment\": {\n            \"createdDate\": 1621620956392,\n            \"attachedFiles\": null,\n            \"author\": {\n                \"email\": \"jmartinez@fuelcycle.com\",\n                \"username\": \"jmartinez\"\n            },\n            \"id\": 18,\n            \"isPrivate\": false,\n            \"message\": \"My message\"\n        }\n    },\n    \"error\": null\n}"},{"id":"3dc16cf1-6da2-498c-99c8-cfccc70197da","name":"Post Ticket Comment - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","description":"Required (only if userEmail is blank) - String; moderator's email who comment","type":"text"},{"key":"userEmail","value":"{{userEmail}}","description":"Required (only if moderatorEmail is blank) - String; user's email who comment","type":"text"},{"key":"message","value":"{{message}}","description":"Required (only if there is no attached files) - String","type":"text"},{"key":"isPrivate","value":"{{isPrivate}}","type":"text","description":"Optional - Boolean; accepted values: true or false"},{"key":"attachedFiles","type":"file","description":"Required (only if message is blank) - Files","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:16:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Ambiguous comment author\"\n    }\n}"},{"id":"cda370f6-2f46-43df-8553-c0f6a02f8bd7","name":"Post Ticket Comment - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","description":"Required (only if userEmail is blank) - String; moderator's email who comment","type":"text","disabled":true},{"key":"userEmail","value":"{{userEmail}}","description":"Required (only if moderatorEmail is blank) - String; user's email who comment","type":"text"},{"key":"message","value":"{{message}}","description":"Required (only if there is no attached files) - String","type":"text"},{"key":"isPrivate","value":"{{isPrivate}}","type":"text","description":"Optional - Boolean; accepted values: true or false"},{"key":"attachedFiles","type":"file","description":"Required (only if message is blank) - Files","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:17:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Only moderator can set private comment\"\n    }\n}"}],"_postman_id":"9c08c741-6c3a-46f3-bdfd-3551716c631e"},{"name":"Update Ticket Comment","id":"786e9a6b-c266-4545-bbe3-5e04d5c57468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","type":"text","description":"<p>Required (only if a moderator posted the comment) - String; moderator's email who posted the comment</p>\n"},{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"<p>Required (only if a user posted the comment) - String; user's email who posted the comment</p>\n"},{"key":"message","value":"{{message}}","type":"text","description":"<p>Optional - String</p>\n","disabled":true},{"key":"attachedFiles","type":"file","description":"<p>Optional - Files</p>\n","value":null}]},"url":"{{environmentUrl}}/v1/core/it/projects/{{projectId}}/tickets/{{ticketId}}/comments/{{commentId}}","description":"<p>This API updates a comment.</p>\n<hr />\n<h2 id=\"the-request-has-path-variables\">The request has path variables:</h2>\n<ul>\n<li><strong>projectId</strong>: Long, <em>required</em>; Id of the project to which the ticket is related.</li>\n<li><strong>ticketId</strong>: Long, <em>required</em>; Id of the ticket to which the comment is posted.</li>\n<li><strong>commentId</strong>: Long, <em>required</em>; Id of the comment to update.</li>\n</ul>\n","urlObject":{"path":["v1","core","it","projects","{{projectId}}","tickets","{{ticketId}}","comments","{{commentId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"707f4f9d-946b-451e-8e2a-7ddeb6c763ab","name":"Update Ticket Comment - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","type":"text","description":"Required (only if a moderator posted the comment) - String; moderator's email who posted the comment"},{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"Required (only if a user posted the comment) - String; user's email who posted the comment","disabled":true},{"key":"message","value":"{{message}}","type":"text","description":"Optional - String","disabled":true},{"key":"isPrivate","value":"{{isPrivate}}","type":"text","description":"Optional - Boolean; accepted values: true or false"},{"key":"attachedFiles","type":"file","description":"Optional - Files","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/comments/{{commentId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:18:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"comment\": {\n            \"createdDate\": 1621620956000,\n            \"attachedFiles\": null,\n            \"author\": {\n                \"email\": \"jmartinez@fuelcycle.com\",\n                \"username\": \"jmartinez\"\n            },\n            \"id\": 18,\n            \"isPrivate\": true,\n            \"message\": \"My message\"\n        }\n    },\n    \"error\": null\n}"},{"id":"c0aa3231-d73c-4458-a59c-6d5713c2cd69","name":"Update Ticket Comment - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"moderatorEmail","value":"{{moderatorEmail}}","type":"text","description":"Required (only if a moderator posted the comment) - String; moderator's email who posted the comment","disabled":true},{"key":"userEmail","value":"{{userEmail}}","type":"text","description":"Required (only if a user posted the comment) - String; user's email who posted the comment"},{"key":"message","value":"{{message}}","type":"text","description":"Optional - String","disabled":true},{"key":"isPrivate","value":"{{isPrivate}}","type":"text","description":"Optional - Boolean; accepted values: true or false"},{"key":"attachedFiles","type":"file","description":"Optional - Files","src":[],"disabled":true}]},"url":"{{environmentUrl}}/v1/it/projects/{{projectId}}/tickets/{{ticketId}}/comments/{{commentId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 18:19:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid comment author\"\n    }\n}"}],"_postman_id":"786e9a6b-c266-4545-bbe3-5e04d5c57468"}],"id":"c637f1a8-370b-4785-aece-dc2ee3c7e519","description":"<p>Endpoints to query, post, or update ticket comments in distinct Delta Testing projects.</p>\n","_postman_id":"c637f1a8-370b-4785-aece-dc2ee3c7e519"}],"id":"5a3ec4af-9669-4c2a-9e0c-e060ae54f971","description":"<p><a href=\"https://support.fuelcycle.com/hc/en-us/articles/4417244915867\">Delta Testing</a> is an activity to track, respond, and resolve user feedback.</p>\n","_postman_id":"5a3ec4af-9669-4c2a-9e0c-e060ae54f971"},{"name":"P2 Engine Data","item":[{"name":"Get Questions List","id":"a6a66822-e461-44a1-8b49-5ce48582a24f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/core/p2e/questions","description":"<p>This API returns the list of P2 engine questions, choices, and answers available in the community.</p>\n","urlObject":{"path":["v1","core","p2e","questions"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2cd68747-f80e-4d40-9f7a-1a14352eeb31","name":"Get Questions List - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/p2e/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Set-Cookie","value":"JSESSIONID=DKB_4T1ebmif5oXjGBq2Spnn2SrISw7Q405yo1If.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 15 Jul 2021 21:37:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"questions\": [\n            {\n                \"answers\": [\n                    {\n                        \"id\": 51,\n                        \"message\": \"Audi\"\n                    },\n                    {\n                        \"id\": 52,\n                        \"message\": \"Toyota\"\n                    },\n                    {\n                        \"id\": 53,\n                        \"message\": \"Mercedes\"\n                    }\n                ],\n                \"id\": 13,\n                \"message\": \"car brand\",\n                \"type\": \"QUANTITATIVE\",\n                \"choices\": null\n            },\n            {\n                \"answers\": [\n                    {\n                        \"id\": 56,\n                        \"message\": \"Toyota\"\n                    },\n                    {\n                        \"id\": 57,\n                        \"message\": \"Mercedes\"\n                    },\n                    {\n                        \"id\": 58,\n                        \"message\": \"Audi\"\n                    }\n                ],\n                \"id\": 16,\n                \"message\": \"new car brand\",\n                \"type\": \"QUANTITATIVE\",\n                \"choices\": null\n            },\n            {\n                \"answers\": [\n                    {\n                        \"id\": 59,\n                        \"message\": \"opt 1\"\n                    },\n                    {\n                        \"id\": 60,\n                        \"message\": \"opt 2\"\n                    },\n                    {\n                        \"id\": 61,\n                        \"message\": \"opt 3\"\n                    }\n                ],\n                \"id\": 17,\n                \"message\": \"test csv\",\n                \"type\": \"QUANTITATIVE\",\n                \"choices\": null\n            },\n            {\n                \"answers\": [\n                    {\n                        \"id\": 62,\n                        \"message\": \"col1\"\n                    },\n                    {\n                        \"id\": 63,\n                        \"message\": \"col2\"\n                    },\n                    {\n                        \"id\": 64,\n                        \"message\": \"col3\"\n                    }\n                ],\n                \"id\": 18,\n                \"message\": \"single grid\",\n                \"type\": \"GRID\",\n                \"choices\": [\n                    {\n                        \"id\": 1,\n                        \"message\": \"row1\"\n                    },\n                    {\n                        \"id\": 2,\n                        \"message\": \"row2\"\n                    },\n                    {\n                        \"id\": 3,\n                        \"message\": \"row3\"\n                    }\n                ]\n            },\n            {\n                \"answers\": [\n                    {\n                        \"id\": 65,\n                        \"message\": \"Drink\"\n                    },\n                    {\n                        \"id\": 66,\n                        \"message\": \"Food\"\n                    }\n                ],\n                \"id\": 19,\n                \"message\": \"cities-SGrid\",\n                \"type\": \"GRID\",\n                \"choices\": [\n                    {\n                        \"id\": 4,\n                        \"message\": \"Madrid\"\n                    },\n                    {\n                        \"id\": 5,\n                        \"message\": \"Paris\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"message\": \"London\"\n                    }\n                ]\n            },\n            {\n                \"answers\": [\n                    {\n                        \"id\": 67,\n                        \"message\": \"coffee\"\n                    },\n                    {\n                        \"id\": 68,\n                        \"message\": \"tea\"\n                    },\n                    {\n                        \"id\": 69,\n                        \"message\": \"water\"\n                    }\n                ],\n                \"id\": 20,\n                \"message\": \"drinks-MChoice\",\n                \"type\": \"QUANTITATIVE\",\n                \"choices\": null\n            },\n            {\n                \"answers\": [\n                    {\n                        \"id\": 70,\n                        \"message\": \"Real Madrid\"\n                    },\n                    {\n                        \"id\": 71,\n                        \"message\": \"Atletico Madrid\"\n                    },\n                    {\n                        \"id\": 72,\n                        \"message\": \"Barcelona\"\n                    }\n                ],\n                \"id\": 21,\n                \"message\": \"team-SChoice\",\n                \"type\": \"QUANTITATIVE\",\n                \"choices\": null\n            },\n            {\n                \"answers\": [\n                    {\n                        \"id\": 73,\n                        \"message\": \"Rice\"\n                    },\n                    {\n                        \"id\": 74,\n                        \"message\": \"Meat\"\n                    },\n                    {\n                        \"id\": 75,\n                        \"message\": \"Cheese\"\n                    }\n                ],\n                \"id\": 22,\n                \"message\": \"food_country-MGRID\",\n                \"type\": \"GRID\",\n                \"choices\": [\n                    {\n                        \"id\": 7,\n                        \"message\": \"Spain\"\n                    },\n                    {\n                        \"id\": 8,\n                        \"message\": \"Italy\"\n                    },\n                    {\n                        \"id\": 9,\n                        \"message\": \"France\"\n                    }\n                ]\n            },\n            {\n                \"answers\": null,\n                \"id\": 23,\n                \"message\": \"My city\",\n                \"type\": \"QUALITATIVE\",\n                \"choices\": null\n            },\n            {\n                \"answers\": null,\n                \"id\": 24,\n                \"message\": \"QUAL TEST\",\n                \"type\": \"QUALITATIVE\",\n                \"choices\": null\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"a6a66822-e461-44a1-8b49-5ce48582a24f"},{"name":"Get Available Audience","id":"ce965d72-9847-469e-a0cf-3af5d7d62d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"criteria","value":"{{criteria}}","description":"<p>P2 engine criteria - Required - String; JSON format.</p>\n<p>logicalConnective accepted values: AND or OR; logicalComparison accepted values: IS_EXACTLY, IS_NOT_EXACTLY, IS_ONE_OF or IS_NOT_ONE_OF</p>\n<p>Examples:</p>\n<p>{\"logicalConnective\":\"OR\",\"multiStatements\":[{\"logicalConnective\":\"AND\",\"singleStatements\":[{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_EXACTLY\",\"logicalQuestion\":{\"questionId\":19,\"choiceId\":4},\"referenceIds\":[65]},{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_ONE_OF\",\"logicalQuestion\":{\"questionId\":22,\"choiceId\":7},\"referenceIds\":[73,75]}]}]}</p>\n<p>{\"logicalConnective\":\"OR\",\"multiStatements\":[{\"logicalConnective\":\"OR\",\"singleStatements\":[{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_EXACTLY\",\"logicalQuestion\":{\"questionId\":19,\"choiceId\":5},\"referenceIds\":[65]},{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_ONE_OF\",\"logicalQuestion\":{\"questionId\":13},\"referenceIds\":[52,54]},{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_NOT_EXACTLY\",\"logicalQuestion\":{\"questionId\":20},\"referenceIds\":[68]}]}]}</p>\n<p>{\"logicalConnective\":\"OR\",\"multiStatements\":[{\"logicalConnective\":\"AND\",\"singleStatements\":[{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_EXACTLY\",\"logicalQuestion\":{\"questionId\":13},\"referenceIds\":[51]},{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_EXACTLY\",\"logicalQuestion\":{\"questionId\":22,\"choiceId\":9},\"referenceIds\":[75]}]},{\"logicalConnective\":\"AND\",\"singleStatements\":[{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_EXACTLY\",\"logicalQuestion\":{\"questionId\":13},\"referenceIds\":[54]},{\"statementType\":\"PROFILE_MAP\",\"logicalComparison\":\"IS_ONE_OF\",\"logicalQuestion\":{\"questionId\":22,\"choiceId\":8},\"referenceIds\":[73,74]}]}]}</p>\n","type":"text"}]},"url":"{{environmentUrl}}/v1/core/p2e/availableAudience","description":"<p>This API returns the size of available audience based on P2 engine criteria.</p>\n","urlObject":{"path":["v1","core","p2e","availableAudience"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce965d72-9847-469e-a0cf-3af5d7d62d39"}],"id":"c1bd5de0-291e-4c7c-994c-eadf4b8d0915","description":"<p><a href=\"https://support.fuelcycle.com/hc/en-us/articles/4417424569371\">P2 Engine</a> is a Fuel Cycle feature that allows you to map multiple sources into one profile field called a Profile Point so that the most current and relevant answer is used throughout the system.</p>\n","_postman_id":"c1bd5de0-291e-4c7c-994c-eadf4b8d0915"},{"name":"Batch Update","item":[{"name":"Create Batch Update","id":"f2dc8076-5ab4-4028-a0cf-1e670807bace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n","type":"text"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"API test","description":"<p>Required - String. Maximum length of 500 characters.</p>\n","type":"text"},{"key":"type","value":"MEMBER_EXTERNAL_DATA","description":"<p>Required - [USER_ACCOUNT, MEMBER_EXTERNAL_DATA]</p>\n","type":"text"},{"key":"csvFile","description":"<p>Required - CSV format file</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/development/projects/user_external_id Batch Update/testing/user_external_data.csv"],"src":"/C:/development/projects/user_external_id Batch Update/testing/user_external_data.csv"}]},"url":"{{environmentUrl}}/v1/core/batchUpdate","urlObject":{"path":["v1","core","batchUpdate"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"41d10bd1-b86a-4493-a645-2c66b1e2dec4","name":"Create Batch Update - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle","type":"text"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"API test","description":"Required - String. Maximum length of 500 characters.","type":"text"},{"key":"csvFile","description":"Required - CSV format file","type":"file","src":"/C:/development/projects/user_external_id Batch Update/testing/user_external_data.csv"}]},"url":"{{environmentUrl}}/v1/core/bu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Feb 2023 20:41:35 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=JpTP/2k5dInatXQb5A3GGXvmBH0rhY2hggWteOrngB6Hwe3EFL5CWg3U4V1PQwFDb3zMvx+yj4FcmlUuw8LM0pwTCAwv6mTxHkmGoS3uBOYtLSekAIZTmKG8EWOk; Expires=Tue, 07 Mar 2023 20:41:33 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=JpTP/2k5dInatXQb5A3GGXvmBH0rhY2hggWteOrngB6Hwe3EFL5CWg3U4V1PQwFDb3zMvx+yj4FcmlUuw8LM0pwTCAwv6mTxHkmGoS3uBOYtLSekAIZTmKG8EWOk; Expires=Tue, 07 Mar 2023 20:41:33 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=Y0rcDYLtbxPr0z6QFgt8fTDXevEmrh6HYNP-D_xy.stage-platform-v2-phoenix-webapp-02-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"API test\",\n        \"id\": 4111\n    },\n    \"error\": null\n}"},{"id":"08a524fc-cfba-4029-ae49-b3c07edca730","name":"Create Batch Update - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle","type":"text"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"API test","description":"Required - String. Maximum length of 500 characters.","type":"text"},{"key":"csvFile","description":"Required - CSV format file","type":"file","src":"/C:/development/projects/user_external_id Batch Update/testing/user_external_data.csv"}]},"url":"{{environmentUrl}}/v1/core/bu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Feb 2023 20:38:57 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=SSH0iaFHzaf1/uxnK/yZtSxb3A8SBK/kVU6FUeJ61PLMmuCsrDfPalG7n5lRqt3PVBatKqKNQ33j8dq9CFVZ53kR9L0ysCbQcZj4p3k7EWBTpM3vBWOIsAOTMazC; Expires=Tue, 07 Mar 2023 20:38:57 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=SSH0iaFHzaf1/uxnK/yZtSxb3A8SBK/kVU6FUeJ61PLMmuCsrDfPalG7n5lRqt3PVBatKqKNQ33j8dq9CFVZ53kR9L0ysCbQcZj4p3k7EWBTpM3vBWOIsAOTMazC; Expires=Tue, 07 Mar 2023 20:38:57 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=0kqf7gdi_rtg3hYaPFRUFzfUn3eoc_fCbdxTd3Vp.stage-platform-v2-phoenix-webapp-02-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"User ID/External ID/Email: One of these columns needs to be populated based on which identifier you wish to rely on to match your data to your members, at row: 2\"\n    }\n}"}],"_postman_id":"f2dc8076-5ab4-4028-a0cf-1e670807bace"}],"id":"9f881931-95c6-4d5b-8457-705cdb33b28e","description":"<p><a href=\"https://fuelcycle.zendesk.com/hc/en-us/articles/4417258732827\">Batch Update</a> allows you to import data into existing member data as a \"system\" user from a CSV-formatted file.</p>\n<p>Must include the following endpoints:</p>\n<ul>\n<li>User ID</li>\n<li>External ID</li>\n<li>Email address</li>\n</ul>\n","_postman_id":"9f881931-95c6-4d5b-8457-705cdb33b28e"},{"name":"Exports","item":[{"name":"List exports","id":"46e5d4b0-03eb-440a-81b7-1395fd47b49b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/exports","description":"<p>This endpoint returns a list of exports based on the given parameters.</p>\n<p>Possible parameters are:</p>\n<ul>\n<li><strong>type</strong>: String: the export type, possible values: MEMBER,MEMBER_PARTICIPATION, MODERATOR_CONTENT, MEMBER_CONTENT, CONTENT_MODULE, LIVE_CHAT, EMAIL_CAMPAIGN, SMS_CAMPAIGN, COMMUNITY_FILES, REDEMPTION, SURVEY, IGNITION_PANEL, IGNITION_SHAREABLE, QUAL_REPORT, EMAIL_RECRUITMENT.</li>\n<li><strong>partialName</strong>: String with a value to get all the exports with this string in the name.</li>\n<li><strong>sortBy</strong>: string containing the property to sort by the returned list. default value is <code>createdDate</code> possible options are: <code>name</code>, <code>type</code>, <code>createdDate</code>, <code>lastUpdated</code>.</li>\n<li><strong>sortType</strong>: string with the sorting direction, possible values are: <code>asc</code> for ascending, and <code>desc</code> for descending. <code>desc</code> is used as default.</li>\n<li><strong>page</strong>: Integer with the required page number. default value is 1.</li>\n<li><strong>itemsPerPage</strong>: Integer with the required number of items to be returned per page, default is 20.</li>\n</ul>\n","urlObject":{"path":["v1","core","exports"],"host":["{{environmentUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"type","value":"{{exportType}}"},{"disabled":true,"description":{"content":"<p>String</p>\n","type":"text/plain"},"key":"partialName","value":"{{partialName}}"},{"disabled":true,"description":{"content":"<p>String, possible values:  name, type, createdDate, lastUpdated.</p>\n","type":"text/plain"},"key":"sortBy","value":"{{sortBy}}"},{"disabled":true,"description":{"content":"<p>String, possible values: asc, desc. Default is asc.</p>\n","type":"text/plain"},"key":"sortType","value":"{{sortType}}"},{"disabled":true,"description":{"content":"<p>Integer</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"disabled":true,"description":{"content":"<p>Integer.</p>\n","type":"text/plain"},"key":"itemsPerPage","value":"{{itemsPerPage}}"}],"variable":[]}},"response":[{"id":"fe549a46-1970-4aaf-a37e-40ec0553c50d","name":"List exports example","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":{"raw":"{{environmentUrl}}/v1/core/exports","host":["{{environmentUrl}}"],"path":["v1","core","exports"],"query":[{"key":"type","value":"{{exportType}}","description":"string","disabled":true},{"key":"partialName","value":"{{partialName}}","description":"String","disabled":true},{"key":"sortBy","value":"{{sortBy}}","description":"String, possible values:  name, type, createdDate, lastUpdated.","disabled":true},{"key":"sortType","value":"{{sortType}}","description":"String, possible values: asc, desc. Default is asc.","disabled":true},{"key":"page","value":"{{page}}","description":"Integer","disabled":true},{"key":"itemsPerPage","value":"{{itemsPerPage}}","description":"Integer.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 04:12:11 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=nhH/Vkm7lj3ehENPkQGb+ky4xcIIsxLD25KG8ZiLETZ0TTkMjPdSPOAKx9pUWD9nlD7R3a9P0Xir2nWCss+LksUUzXcG0NTCYHj9JjEdj1wB2hu1vm+GmhSbNG+y; Expires=Tue, 21 Mar 2023 04:12:11 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=nhH/Vkm7lj3ehENPkQGb+ky4xcIIsxLD25KG8ZiLETZ0TTkMjPdSPOAKx9pUWD9nlD7R3a9P0Xir2nWCss+LksUUzXcG0NTCYHj9JjEdj1wB2hu1vm+GmhSbNG+y; Expires=Tue, 21 Mar 2023 04:12:11 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {},\n    \"data\": {\n        \"exports\": [\n            {\n                \"id\": 95443,\n                \"name\": \"2/24 Quick Poll Veggie\",\n                \"createdDate\": 1678411199000,\n                \"lastUpdated\": 1678411220000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"id\": 95442,\n                \"name\": \"2/24 Quick Poll Veggie\",\n                \"createdDate\": 1678411095000,\n                \"lastUpdated\": 1678411114000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"id\": 95433,\n                \"name\": \"2/24 Quick Poll Veggie. - SP UAT Post Delete\",\n                \"createdDate\": 1678221496000,\n                \"lastUpdated\": 1678221509000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"id\": 95432,\n                \"name\": \"2/24 Quick Poll Veggie. - SP UAT Pre Delete\",\n                \"createdDate\": 1678221374000,\n                \"lastUpdated\": 1678221388000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"id\": 95422,\n                \"name\": \"2/24 Quick Poll Veggie - deleted member\",\n                \"createdDate\": 1677276498000,\n                \"lastUpdated\": 1678221266000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"id\": 95421,\n                \"name\": \"2/24 Quick Poll Veggie\",\n                \"createdDate\": 1677276118000,\n                \"lastUpdated\": 1678221282000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"COMPLETED\"\n            },\n            {\n                \"id\": 95404,\n                \"name\": \"QuickpollEmuExportPriya1\",\n                \"createdDate\": 1675356326000,\n                \"lastUpdated\": 1677776833000,\n                \"type\": \"MEMBER\",\n                \"status\": \"ERASED\"\n            },\n            {\n                \"id\": 95403,\n                \"name\": \"Quick Poll - regression 4.45.0\",\n                \"createdDate\": 1675293395000,\n                \"lastUpdated\": 1677777615000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"ERASED\"\n            },\n            {\n                \"id\": 95402,\n                \"name\": \"Quick Poll Results\",\n                \"createdDate\": 1675293017000,\n                \"lastUpdated\": 1675897863000,\n                \"type\": \"MODERATOR_CONTENT\",\n                \"status\": \"ERASED\"\n            },\n            {\n                \"id\": 94699,\n                \"name\": \"SG - Emu Stage - Quick test\",\n                \"createdDate\": 1660265334000,\n                \"lastUpdated\": 1660870155000,\n                \"type\": \"SURVEY\",\n                \"status\": \"ERASED\"\n            }\n        ]\n    },\n    \"success\": true\n}"}],"_postman_id":"46e5d4b0-03eb-440a-81b7-1395fd47b49b"},{"name":"Get export Info - download URLs","id":"981d260a-8762-482c-ad21-8fd4094ccde6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/exports/{{exportId}}","urlObject":{"path":["v1","core","exports","{{exportId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9c485c1c-a531-48e4-a863-0cfe7e103290","name":"Get export Info - download URLs example","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/exports/{{exportId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 04:10:38 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=gb+UblUAjaIGzd6wr8boosy4c3qiSya5sbUEGCDsnaOEPITKguY4Sh71NcZ+Ipyql4ssKStViZFOmGqtuC5JccHYfqpQUuHBEhTjY4R3dxvCQSClHQDpriQD8Iu+; Expires=Tue, 21 Mar 2023 04:10:37 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=gb+UblUAjaIGzd6wr8boosy4c3qiSya5sbUEGCDsnaOEPITKguY4Sh71NcZ+Ipyql4ssKStViZFOmGqtuC5JccHYfqpQUuHBEhTjY4R3dxvCQSClHQDpriQD8Iu+; Expires=Tue, 21 Mar 2023 04:10:37 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=iCUBAiNb-k-SYzuFuu0pjPIlR-Inra2P5Tw5pyuN.stage-platform-v2-phoenix-webapp-02-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {},\n    \"data\": {\n        \"exportDownloadInfo\": {\n            \"id\": 95449,\n            \"name\": \"Member w/ P2\",\n            \"createdDate\": 1678724433000,\n            \"lastUpdated\": 1678762005000,\n            \"type\": \"MEMBER\",\n            \"status\": \"COMPLETED\",\n            \"exportFileType\": \"zip\",\n            \"fileDownloadUrl\": \"https://stage-phoenix-bucket.s3.amazonaws.com/company_15/community_17/export/L9FQJ18tCf26yJH.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20230314T023852Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86399&X-Amz-Credential=AKIAI4U3ECSNZ3EBAO2A%2F20230314%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=92daed0117eb5086f0be2e91fb88987eb8a590def9644bfafead0a550d0721a2\",\n            \"fileSize\": \"107 KB\",\n            \"maskedPIIExportStatus\": \"COMPLETED\",\n            \"maskedFileDownloadUrl\": \"https://stage-phoenix-bucket.s3.amazonaws.com/company_15/community_17/export/jKYXUWSU2YbcQnI.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20230314T025008Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86399&X-Amz-Credential=AKIAI4U3ECSNZ3EBAO2A%2F20230314%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=241721a60f3f2d1c2fb83e4248350224f6268a782daf982012a6cf1ccff522eb\",\n            \"maskedFileSize\": \"95 KB\"\n        }\n    },\n    \"success\": true\n}"}],"_postman_id":"981d260a-8762-482c-ad21-8fd4094ccde6"},{"name":"Request Export Data refresh File.","id":"099f3ba6-d730-4cdb-a943-fce869c18a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/exports/{{exportId}}/refresh","description":"<p>This endpoint request refreshing the export data and will also regenerate the export File</p>\n","urlObject":{"path":["v1","core","exports","{{exportId}}","refresh"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"75748b22-073b-4090-9e07-93bba17b63f4","name":"Request Export Refresh example.","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/exports/{{exportId}}/requestMaskedExport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 02:46:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=JhLrZzLvtKnwNQQjds6snwNTbjgYsShUns0UgFXug6W4ScwFiA9eLOYfsuMn+LGyyIlovLcxs7hvWhU0DHnNEExFaMpNLRN8uOG2Uy0S/0zKFjS43Yi+kUmgTpi6; Expires=Tue, 21 Mar 2023 02:46:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=JhLrZzLvtKnwNQQjds6snwNTbjgYsShUns0UgFXug6W4ScwFiA9eLOYfsuMn+LGyyIlovLcxs7hvWhU0DHnNEExFaMpNLRN8uOG2Uy0S/0zKFjS43Yi+kUmgTpi6; Expires=Tue, 21 Mar 2023 02:46:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=Xaum42tkciJD9-O8FHQNW2CSFD7gJVs6WafQOOvY.stage-platform-v2-phoenix-webapp-02-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {},\n    \"data\": {\n        \"result\": \"REQUESTED\"\n    },\n    \"success\": true\n}"}],"_postman_id":"099f3ba6-d730-4cdb-a943-fce869c18a1f"},{"name":"Request Masked PII Export File.","id":"1f0a9d4c-be79-4b84-a6ad-a82ba57d533e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/exports/{{exportId}}/requestMasked","urlObject":{"path":["v1","core","exports","{{exportId}}","requestMasked"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5ec2087f-2587-4ae9-96cf-acbbe0ae9ec3","name":"Request Maked PII Export File example.","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/exports/{{exportId}}/requestMaskedExport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 02:46:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=JhLrZzLvtKnwNQQjds6snwNTbjgYsShUns0UgFXug6W4ScwFiA9eLOYfsuMn+LGyyIlovLcxs7hvWhU0DHnNEExFaMpNLRN8uOG2Uy0S/0zKFjS43Yi+kUmgTpi6; Expires=Tue, 21 Mar 2023 02:46:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=JhLrZzLvtKnwNQQjds6snwNTbjgYsShUns0UgFXug6W4ScwFiA9eLOYfsuMn+LGyyIlovLcxs7hvWhU0DHnNEExFaMpNLRN8uOG2Uy0S/0zKFjS43Yi+kUmgTpi6; Expires=Tue, 21 Mar 2023 02:46:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=Xaum42tkciJD9-O8FHQNW2CSFD7gJVs6WafQOOvY.stage-platform-v2-phoenix-webapp-02-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {},\n    \"data\": {\n        \"result\": \"REQUESTED\"\n    },\n    \"success\": true\n}"}],"_postman_id":"1f0a9d4c-be79-4b84-a6ad-a82ba57d533e"}],"id":"e04c7419-c305-4c39-bb7a-77a1d644662b","description":"<p>View a list of exports generated within the Fuel Cycle platform and download exports in ZIP format.</p>\n<h3 id=\"required-endpoints\">Required Endpoints</h3>\n<ul>\n<li><strong>List Exports</strong>—return a list of all past exports the client has requested<ul>\n<li>Filter by the following<ul>\n<li>Export Name</li>\n<li>Date Created</li>\n<li>Date Updated</li>\n<li>Export ID</li>\n<li>Type (Member, Activity Report, Redemption, …)</li>\n</ul>\n</li>\n<li>This will return an array that shows the list of available exports that match the export parameters</li>\n</ul>\n</li>\n<li><strong>Get Export Info</strong>—get the download URL from the export based on ID (metadata, URL and Status)<ul>\n<li>Send back metadata that shows status of [PROCESSING or COMPLETE]<ul>\n<li>A new API call will be needed to check the status of the download continuously. Once the status changes to COMPLETE, it will present a link to download a zip file.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>Refresh Export Data</strong></li>\n<li><strong>Request Masked PII Export File</strong>—Masked and unmasked files are available. It is up to the developer to request the export masked or unmasked</li>\n</ul>\n","_postman_id":"e04c7419-c305-4c39-bb7a-77a1d644662b"},{"name":"Reporting","item":[{"name":"Get reports list","id":"1e33dd79-5030-4fc7-a894-2dd22db4d770","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/core/reporting?payload=%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TYPE%22%2C%22values%22%3A%5B%22CROSSTABS%22%5D%7D%2C%7B%22key%22%3A%22PROJECT_TYPE%22%2C%22values%22%3A%5B%22SURVEY%22%5D%7D%5D%7D","description":"<h1 id=\"this-api-returns-a-list-of-reports\">This API returns a list of reports.</h1>\n<hr />\n<ul>\n<li><p><strong>payload</strong>: JSON object. These are the payload object fields:</p>\n<ul>\n<li><p><strong>pagination</strong>: JSON object; Pagination properties. Properties are:</p>\n<ul>\n<li><p><em>sortBy</em>: String; Field to sort the results by. Possible values are <em>reportCreatedDate, reportTitle, reportType, reportLastUpdatedDate, projectType, createdBy</em>. Default value is <em>reportCreatedDate</em>.</p>\n</li>\n<li><p><em>sortType</em>: String; Type of the sort. Possible values are <em>asc</em>, <em>desc.</em> Default value is <em>desc</em>.</p>\n</li>\n<li><p><em>page</em>: Integer; Results page number. Must be greater than 0. Default value is <em>1</em>.</p>\n</li>\n<li><p><em>resultsPerPage</em>: Integer; Number of results per page. Must be greater than 0. Default value is 20.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>filters</strong>: JSON array of filters; Filter JSON object properties are:</p>\n<ul>\n<li><p>CONTENT_ID, REPORT_TITLE, PROJECT_TITLE, REPORT_TYPE, PROJECT_TYPE</p>\n</li>\n<li><p>REPORT_TYPE: optional, available options - QUANT, QUAL, CROSSTABS</p>\n</li>\n<li><p>PROJECT_TYPE: optional, available options - MOD_CONTENT, LIVE_CHAT, USER_CONTENT, SURVEY_QUESTION, SURVEY</p>\n</li>\n<li><p><em>values</em>: Array of Strings; Strings to filter by.</p>\n</li>\n</ul>\n</li>\n<li><p>NOTE: If more than one filter is used, the response must match ALL the criteria</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","reporting"],"host":["{{environmentUrl}}"],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TYPE%22%2C%22values%22%3A%5B%22CROSSTABS%22%5D%7D%2C%7B%22key%22%3A%22PROJECT_TYPE%22%2C%22values%22%3A%5B%22SURVEY%22%5D%7D%5D%7D"}],"variable":[]}},"response":[{"id":"719b52e2-aea8-42ef-87de-9265ed1c2306","name":"success - no filters - Get reports list","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/reporting/?payload=%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","reporting",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=nboHk-U7eF1u_47TXAIMj6t3L55wBkjZTxLhT2tR.fclw0334; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 17 Jul 2025 19:07:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 20,\n        \"totalResults\": 25,\n        \"sortBy\": \"reportCreatedDate\",\n        \"sortType\": \"desc\",\n        \"results\": [\n            {\n                \"reportingId\": 25,\n                \"reportTitle\": \"crosstabs custom answers II\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748377084000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 24,\n                \"reportTitle\": \"crosstabs custom answers test\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748018747000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.9,\n                        \"minCountThreshold\": 10\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"ABC_Grid_Single_Choice\",\n                            \"choiceId\": \"15\",\n                            \"choiceTitle\": \"choice_1\",\n                            \"label\": \"choice_1: ABC_Grid_Single_Choice\",\n                            \"type\": \"GRID\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"ABC_Grid_Single_Choice\",\n                            \"choiceId\": \"16\",\n                            \"choiceTitle\": \"choice_2\",\n                            \"label\": \"choice_2: ABC_Grid_Single_Choice\",\n                            \"type\": \"GRID\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 23,\n                \"reportTitle\": \"crosstabs custom answers I\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748552662000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": \"15\",\n                            \"choiceTitle\": \"choice_1\",\n                            \"label\": \"choice_1: quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": \"16\",\n                            \"choiceTitle\": \"choice_2\",\n                            \"label\": \"choice_2: quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 22,\n                \"reportTitle\": \"QUANT - only comments - Quant - grid single select ex\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1747345677000,\n                \"projectTitle\": \"only comments\",\n                \"projectPublishDate\": 1709582319000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 449,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 127,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 21,\n                \"reportTitle\": \"test Super blend - 5 responses 4/7/24 Reimport Alchemer\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1747342964000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 20,\n                \"reportTitle\": \"CROSSTABS - only comments - FCIN 6209\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1747172961000,\n                \"projectTitle\": \"only comments\",\n                \"projectPublishDate\": 1709582319000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 447,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 127,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 19,\n                \"reportTitle\": \"CROSSTABS - project for default crosstabs report - ignition project for crosstabs\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1743026192000,\n                \"projectTitle\": \"project for default crosstabs report\",\n                \"projectPublishDate\": 1743026085000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 481,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 145,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 18,\n                \"reportTitle\": \"CROSSTABS - ignition project for crosstabs - ignition project for crosstabs\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"PROCESSING_READY\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1743025464000,\n                \"projectTitle\": \"ignition project for crosstabs\",\n                \"projectPublishDate\": 1743021846000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 481,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 144,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": false,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": false,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"19\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"4\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3577\",\n                            \"questionTitle\": null,\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 17,\n                \"reportTitle\": \"my crosstabs report 2x2\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1752179546000,\n                \"projectTitle\": \"project for crosstabs\",\n                \"projectPublishDate\": 1742236685000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 480,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 143,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.9,\n                        \"minCountThreshold\": 10\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3574\",\n                            \"questionTitle\": \"what are your favorite colors?\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"what are your favorite colors?\",\n                            \"type\": \"MULTI_SELECT\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"19\",\n                            \"questionTitle\": \"cities-SGrid\",\n                            \"choiceId\": \"4\",\n                            \"choiceTitle\": \"madrid\",\n                            \"label\": \"madrid: cities-SGrid\",\n                            \"type\": \"GRID\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3575\",\n                            \"questionTitle\": \"Ice cream options\",\n                            \"choiceId\": \"2849\",\n                            \"choiceTitle\": \"Pistachio\",\n                            \"label\": \"Pistachio: Ice cream options\",\n                            \"type\": \"GRID_SINGLE_SELECT\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 16,\n                \"reportTitle\": \"QUANT - RE Quant testing - Quant - open text list\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1741984918000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 15,\n                \"reportTitle\": \"my second crosstabs report 23\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"PROCESSING_READY\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748627659000,\n                \"projectTitle\": \"project for crosstabs\",\n                \"projectPublishDate\": 1741789911000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 421,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 142,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 0,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": false,\n                        \"cellColumnPercentage\": false,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": false,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3154\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"2571\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"22\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"7\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3165\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"2638\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"20\",\n                            \"questionTitle\": null,\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 14,\n                \"reportTitle\": \"my first crosstabs report\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1741384658000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 13,\n                \"reportTitle\": \"QUANT - previous answers pipe into rows - J Pipe Survey Grid\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1740697469000,\n                \"projectTitle\": \"previous answers pipe into rows\",\n                \"projectPublishDate\": 1704473344000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 470,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 133,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 12,\n                \"reportTitle\": \"QUANT - previous answers pipe into rows - J Pipe Survey check\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1740697468000,\n                \"projectTitle\": \"previous answers pipe into rows\",\n                \"projectPublishDate\": 1704473344000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 469,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 133,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 11,\n                \"reportTitle\": \"QUANT - previous answers pipe into rows - J Pipe Survey radio\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1740697468000,\n                \"projectTitle\": \"previous answers pipe into rows\",\n                \"projectPublishDate\": 1704473344000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 468,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 133,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 10,\n                \"reportTitle\": \"QUANT - previous answers pipe into rows - test for repeating\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1740697467000,\n                \"projectTitle\": \"previous answers pipe into rows\",\n                \"projectPublishDate\": 1704473344000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 466,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 133,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 9,\n                \"reportTitle\": \"QUAL - J test flow 8.1.1\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1740006595000,\n                \"projectTitle\": \"J test flow 8.1.1\",\n                \"projectPublishDate\": 1659392520000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 120,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 8,\n                \"reportTitle\": \"QUANT - J test flow 8.1.1 - J disqual test\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1740006595000,\n                \"projectTitle\": \"J test flow 8.1.1\",\n                \"projectPublishDate\": 1659392520000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 324,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 120,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 7,\n                \"reportTitle\": \"QUAL - Beaches in Spain\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1738699962000,\n                \"projectTitle\": \"Beaches in Spain\",\n                \"projectPublishDate\": 1737493800000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 141,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 6,\n                \"reportTitle\": \"QUANT - RE Quant testing - Quant - open text list\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1738192412000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"bc4f23ef-deb9-406e-a146-c7a9f7c50a64","name":"success - filtering by report type and project type - Get reports list","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/reporting/?payload=%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportTitle%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TYPE%22%2C%22values%22%3A%5B%22QUAL%22%5D%7D%2C%7B%22key%22%3A%22PROJECT_TYPE%22%2C%22values%22%3A%5B%22MOD_CONTENT%22%5D%7D%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","reporting",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportTitle%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TYPE%22%2C%22values%22%3A%5B%22QUAL%22%5D%7D%2C%7B%22key%22%3A%22PROJECT_TYPE%22%2C%22values%22%3A%5B%22MOD_CONTENT%22%5D%7D%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=lIWfiH0vbHbhX1-QqGZKoJ7JCxp5B9VYhpGpVjoN.fclw0334; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 17 Jul 2025 19:10:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 20,\n        \"totalResults\": 5,\n        \"sortBy\": \"reportTitle\",\n        \"sortType\": \"desc\",\n        \"results\": [\n            {\n                \"reportingId\": 3,\n                \"reportTitle\": \"QUAL - project for profile maps 1\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1732501199000,\n                \"projectTitle\": \"project for profile maps 1\",\n                \"projectPublishDate\": 1722983242000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 140,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 1,\n                \"reportTitle\": \"QUAL - only comments\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1736891825000,\n                \"projectTitle\": \"only comments\",\n                \"projectPublishDate\": 1709582319000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 127,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [\n                        {\n                            \"id\": 22,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 39,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 13,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 19,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 20,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 16,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 40,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 41,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 18,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 21,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 25,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 43,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        }\n                    ],\n                    \"tagCategories\": [\n                        {\n                            \"id\": 6,\n                            \"name\": null,\n                            \"hidden\": true\n                        },\n                        {\n                            \"id\": 2,\n                            \"name\": null,\n                            \"hidden\": true\n                        },\n                        {\n                            \"id\": 1,\n                            \"name\": null,\n                            \"hidden\": false\n                        },\n                        {\n                            \"id\": 5,\n                            \"name\": null,\n                            \"hidden\": false\n                        },\n                        {\n                            \"id\": 3,\n                            \"name\": null,\n                            \"hidden\": true\n                        },\n                        {\n                            \"id\": 4,\n                            \"name\": null,\n                            \"hidden\": true\n                        }\n                    ],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 9,\n                \"reportTitle\": \"QUAL - J test flow 8.1.1\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1740006595000,\n                \"projectTitle\": \"J test flow 8.1.1\",\n                \"projectPublishDate\": 1659392520000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 120,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 7,\n                \"reportTitle\": \"QUAL - Beaches in Spain\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1738699962000,\n                \"projectTitle\": \"Beaches in Spain\",\n                \"projectPublishDate\": 1737493800000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 141,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 2,\n                \"reportTitle\": \"QUAL - Basque Country (survey alias)\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1732500299000,\n                \"projectTitle\": \"Basque Country (survey alias)\",\n                \"projectPublishDate\": 1716589129000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 139,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"167d4cf1-9820-476c-b2ae-9adcab7f1e04","name":"success - filtering by project title - Get reports list","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/reporting/?payload=%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22asc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22PROJECT_TITLE%22%2C%22values%22%3A%5B%22project%22%5D%7D%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","reporting",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22asc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22PROJECT_TITLE%22%2C%22values%22%3A%5B%22project%22%5D%7D%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 17 Jul 2025 19:11:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 20,\n        \"totalResults\": 7,\n        \"sortBy\": \"reportCreatedDate\",\n        \"sortType\": \"asc\",\n        \"results\": [\n            {\n                \"reportingId\": 3,\n                \"reportTitle\": \"QUAL - project for profile maps 1\",\n                \"reportType\": \"QUAL\",\n                \"projectType\": \"MOD_CONTENT\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1732501199000,\n                \"projectTitle\": \"project for profile maps 1\",\n                \"projectPublishDate\": 1722983242000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 140,\n                    \"referenceType\": \"MOD_CONTENT\",\n                    \"referenceAttachedToReferenceId\": null,\n                    \"referenceAttachedTo\": null,\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 4,\n                \"reportTitle\": \"QUANT - project for activity export - project for activity export\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1738000803000,\n                \"projectTitle\": \"project for activity export\",\n                \"projectPublishDate\": 1711490754000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 474,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 138,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 5,\n                \"reportTitle\": \"QUANT - project for activity export - Quant - grid single select ex\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1738004331000,\n                \"projectTitle\": \"project for activity export\",\n                \"projectPublishDate\": 1711490754000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 449,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 138,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [\n                        {\n                            \"id\": 3475,\n                            \"title\": null,\n                            \"shortName\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true\n                        }\n                    ],\n                    \"masterQuestions\": [\n                        {\n                            \"id\": 22,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 39,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 13,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 19,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 20,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 16,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 40,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 41,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 18,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 21,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 25,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 43,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        }\n                    ],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 15,\n                \"reportTitle\": \"my second crosstabs report 23\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"PROCESSING_READY\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748627659000,\n                \"projectTitle\": \"project for crosstabs\",\n                \"projectPublishDate\": 1741789911000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 421,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 142,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 0,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": false,\n                        \"cellColumnPercentage\": false,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": false,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3154\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"2571\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"22\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"7\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3165\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"2638\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"20\",\n                            \"questionTitle\": null,\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 17,\n                \"reportTitle\": \"my crosstabs report 2x2\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1752179546000,\n                \"projectTitle\": \"project for crosstabs\",\n                \"projectPublishDate\": 1742236685000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 480,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 143,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.9,\n                        \"minCountThreshold\": 10\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3574\",\n                            \"questionTitle\": \"what are your favorite colors?\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"what are your favorite colors?\",\n                            \"type\": \"MULTI_SELECT\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"19\",\n                            \"questionTitle\": \"cities-SGrid\",\n                            \"choiceId\": \"4\",\n                            \"choiceTitle\": \"madrid\",\n                            \"label\": \"madrid: cities-SGrid\",\n                            \"type\": \"GRID\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3575\",\n                            \"questionTitle\": \"Ice cream options\",\n                            \"choiceId\": \"2849\",\n                            \"choiceTitle\": \"Pistachio\",\n                            \"label\": \"Pistachio: Ice cream options\",\n                            \"type\": \"GRID_SINGLE_SELECT\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 18,\n                \"reportTitle\": \"CROSSTABS - ignition project for crosstabs - ignition project for crosstabs\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"PROCESSING_READY\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1743025464000,\n                \"projectTitle\": \"ignition project for crosstabs\",\n                \"projectPublishDate\": 1743021846000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 481,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 144,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": false,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": false,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"19\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"4\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3577\",\n                            \"questionTitle\": null,\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 19,\n                \"reportTitle\": \"CROSSTABS - project for default crosstabs report - ignition project for crosstabs\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1743026192000,\n                \"projectTitle\": \"project for default crosstabs report\",\n                \"projectPublishDate\": 1743026085000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 481,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 145,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"984d8309-f328-476d-993d-2bc1d4eb6fee","name":"success - filtering by report title - Get reports list","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/reporting/?payload=%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22asc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TITLE%22%2C%22values%22%3A%5B%22first%22%5D%7D%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","reporting",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22asc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TITLE%22%2C%22values%22%3A%5B%22first%22%5D%7D%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 17 Jul 2025 19:12:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 20,\n        \"totalResults\": 1,\n        \"sortBy\": \"reportCreatedDate\",\n        \"sortType\": \"asc\",\n        \"results\": [\n            {\n                \"reportingId\": 14,\n                \"reportTitle\": \"my first crosstabs report\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1741384658000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"211d270e-b1db-4aa5-be20-cd541ab5ee91","name":"success - filtering by content Id - Get reports list","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/reporting/?payload=%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22asc%22%2C%22resultsPerPage%22%3A10%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22CONTENT_ID%22%2C%22values%22%3A%5B138%5D%7D%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","reporting",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportCreatedDate%22%2C%22sortType%22%3A%22asc%22%2C%22resultsPerPage%22%3A10%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22CONTENT_ID%22%2C%22values%22%3A%5B138%5D%7D%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 17 Jul 2025 19:12:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 10,\n        \"totalResults\": 2,\n        \"sortBy\": \"reportCreatedDate\",\n        \"sortType\": \"asc\",\n        \"results\": [\n            {\n                \"reportingId\": 4,\n                \"reportTitle\": \"QUANT - project for activity export - project for activity export\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1738000803000,\n                \"projectTitle\": \"project for activity export\",\n                \"projectPublishDate\": 1711490754000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 474,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 138,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 5,\n                \"reportTitle\": \"QUANT - project for activity export - Quant - grid single select ex\",\n                \"reportType\": \"QUANT\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1738004331000,\n                \"projectTitle\": \"project for activity export\",\n                \"projectPublishDate\": 1711490754000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 449,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 138,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": null,\n                    \"surveyQuestions\": [\n                        {\n                            \"id\": 3475,\n                            \"title\": null,\n                            \"shortName\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true\n                        }\n                    ],\n                    \"masterQuestions\": [\n                        {\n                            \"id\": 22,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 39,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 13,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 19,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 20,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 16,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 40,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 41,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 18,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 21,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": true,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 25,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        },\n                        {\n                            \"id\": 43,\n                            \"title\": null,\n                            \"messageReference\": null,\n                            \"hidden\": false,\n                            \"selectedChartType\": null\n                        }\n                    ],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"e61939e3-198f-409e-b59d-3171fdafe9b1","name":"success - getting CROSSTABS - Get reports list","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/reporting/?payload=%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportTitle%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TYPE%22%2C%22values%22%3A%5B%22CROSSTABS%22%5D%7D%2C%7B%22key%22%3A%22PROJECT_TYPE%22%2C%22values%22%3A%5B%22SURVEY%22%5D%7D%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","reporting",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A1%2C%22sortBy%22%3A%22reportTitle%22%2C%22sortType%22%3A%22desc%22%2C%22resultsPerPage%22%3A20%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22REPORT_TYPE%22%2C%22values%22%3A%5B%22CROSSTABS%22%5D%7D%2C%7B%22key%22%3A%22PROJECT_TYPE%22%2C%22values%22%3A%5B%22SURVEY%22%5D%7D%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=wvpVBbc7hT2Jh9DhwdL_pdLKTn8ggI8yU77aSLY9.fclw0334; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 17 Jul 2025 19:13:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 20,\n        \"totalResults\": 10,\n        \"sortBy\": \"reportTitle\",\n        \"sortType\": \"desc\",\n        \"results\": [\n            {\n                \"reportingId\": 21,\n                \"reportTitle\": \"test Super blend - 5 responses 4/7/24 Reimport Alchemer\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1747342964000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 15,\n                \"reportTitle\": \"my second crosstabs report 23\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"PROCESSING_READY\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748627659000,\n                \"projectTitle\": \"project for crosstabs\",\n                \"projectPublishDate\": 1741789911000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 421,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 142,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 0,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": false,\n                        \"cellColumnPercentage\": false,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": false,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3154\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"2571\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"22\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"7\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3165\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"2638\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"20\",\n                            \"questionTitle\": null,\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 14,\n                \"reportTitle\": \"my first crosstabs report\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1741384658000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 17,\n                \"reportTitle\": \"my crosstabs report 2x2\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1752179546000,\n                \"projectTitle\": \"project for crosstabs\",\n                \"projectPublishDate\": 1742236685000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 480,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 143,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.9,\n                        \"minCountThreshold\": 10\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3574\",\n                            \"questionTitle\": \"what are your favorite colors?\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"what are your favorite colors?\",\n                            \"type\": \"MULTI_SELECT\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"19\",\n                            \"questionTitle\": \"cities-SGrid\",\n                            \"choiceId\": \"4\",\n                            \"choiceTitle\": \"madrid\",\n                            \"label\": \"madrid: cities-SGrid\",\n                            \"type\": \"GRID\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3575\",\n                            \"questionTitle\": \"Ice cream options\",\n                            \"choiceId\": \"2849\",\n                            \"choiceTitle\": \"Pistachio\",\n                            \"label\": \"Pistachio: Ice cream options\",\n                            \"type\": \"GRID_SINGLE_SELECT\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 24,\n                \"reportTitle\": \"crosstabs custom answers test\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748018747000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.9,\n                        \"minCountThreshold\": 10\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"ABC_Grid_Single_Choice\",\n                            \"choiceId\": \"15\",\n                            \"choiceTitle\": \"choice_1\",\n                            \"label\": \"choice_1: ABC_Grid_Single_Choice\",\n                            \"type\": \"GRID\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"ABC_Grid_Single_Choice\",\n                            \"choiceId\": \"16\",\n                            \"choiceTitle\": \"choice_2\",\n                            \"label\": \"choice_2: ABC_Grid_Single_Choice\",\n                            \"type\": \"GRID\",\n                            \"selectionType\": \"SINGLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 25,\n                \"reportTitle\": \"crosstabs custom answers II\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748377084000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 23,\n                \"reportTitle\": \"crosstabs custom answers I\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"AVAILABLE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1748552662000,\n                \"projectTitle\": \"RE Quant testing\",\n                \"projectPublishDate\": 1698170414000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 472,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 130,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": \"15\",\n                            \"choiceTitle\": \"choice_1\",\n                            \"label\": \"choice_1: quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": \"16\",\n                            \"choiceTitle\": \"choice_2\",\n                            \"label\": \"choice_2: quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"41\",\n                            \"questionTitle\": \"quant-gender-SChoice\",\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": \"quant-gender-SChoice\",\n                            \"type\": \"QUANTITATIVE\",\n                            \"selectionType\": \"MULTIPLE\",\n                            \"answers\": []\n                        }\n                    ]\n                }\n            },\n            {\n                \"reportingId\": 19,\n                \"reportTitle\": \"CROSSTABS - project for default crosstabs report - ignition project for crosstabs\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1743026192000,\n                \"projectTitle\": \"project for default crosstabs report\",\n                \"projectPublishDate\": 1743026085000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 481,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 145,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 1,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": true,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 20,\n                \"reportTitle\": \"CROSSTABS - only comments - FCIN 6209\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"INCOMPLETE\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1747172961000,\n                \"projectTitle\": \"only comments\",\n                \"projectPublishDate\": 1709582319000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 447,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 127,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": false,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": true,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": true,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [],\n                    \"stubs\": []\n                }\n            },\n            {\n                \"reportingId\": 18,\n                \"reportTitle\": \"CROSSTABS - ignition project for crosstabs - ignition project for crosstabs\",\n                \"reportType\": \"CROSSTABS\",\n                \"projectType\": \"SURVEY\",\n                \"status\": \"PROCESSING_READY\",\n                \"createdBy\": \"jmartinez\",\n                \"lastUpdated\": 1743025464000,\n                \"projectTitle\": \"ignition project for crosstabs\",\n                \"projectPublishDate\": 1743021846000,\n                \"projectCloseDate\": null,\n                \"settings\": {\n                    \"referenceId\": 481,\n                    \"referenceType\": \"SURVEY\",\n                    \"referenceAttachedToReferenceId\": 144,\n                    \"referenceAttachedTo\": \"CONTENT\",\n                    \"displaySettings\": {\n                        \"viewAISummary\": true,\n                        \"decimalPlaces\": 2,\n                        \"cellCount\": true,\n                        \"cellRowPercentage\": false,\n                        \"cellColumnPercentage\": true,\n                        \"highlightSignificantDifferences\": false,\n                        \"rowTotalCount\": true,\n                        \"columnTotalCount\": false,\n                        \"crosstabsTotalColumn\": true,\n                        \"confidenceInterval\": 0.95,\n                        \"minCountThreshold\": 5\n                    },\n                    \"surveyQuestions\": [],\n                    \"masterQuestions\": [],\n                    \"tagCategories\": [],\n                    \"banners\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"19\",\n                            \"questionTitle\": null,\n                            \"choiceId\": \"4\",\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ],\n                    \"stubs\": [\n                        {\n                            \"source\": \"SURVEY\",\n                            \"questionId\": \"3577\",\n                            \"questionTitle\": null,\n                            \"choiceId\": null,\n                            \"choiceTitle\": null,\n                            \"label\": null,\n                            \"type\": null,\n                            \"selectionType\": null,\n                            \"answers\": []\n                        }\n                    ]\n                }\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"}],"_postman_id":"1e33dd79-5030-4fc7-a894-2dd22db4d770"},{"name":"Get Crosstabs","id":"14b11700-48db-4d47-b86d-8ea3cfa70b90","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/core/reporting/{{reportingId}}/crosstabs","description":"<h1 id=\"this-api-returns-the-calculations-and-summary-for-crosstabs-report\">This API returns the calculations and summary for Crosstabs report</h1>\n<h2 id=\"this-takes-in-a-reporting-id-path-variable\">This takes in a reporting id path variable.</h2>\n","urlObject":{"path":["v1","core","reporting","{{reportingId}}","crosstabs"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b2f510ca-2668-44d8-aaae-ac6aee14f148","name":"success - Get Crosstabs","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/reporting/23/crosstabs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Fri, 18 Jul 2025 18:28:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 47,\n        \"reportingId\": 23,\n        \"reportTitle\": \"crosstabs custom answers I\",\n        \"type\": \"CROSSTAB_ANALYSIS\",\n        \"summary\": null,\n        \"date\": 1748370322000,\n        \"dataSize\": 25,\n        \"crosstabsData\": {\n            \"rows\": [\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"41\",\n                    \"choiceId\": null,\n                    \"answerId\": \"121|122\",\n                    \"totalCount\": null,\n                    \"totalColumnPercent\": null,\n                    \"type\": null,\n                    \"columns\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127|128\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"CELL\",\n                            \"significant\": true,\n                            \"significantLabels\": [\n                                \"answer_2\",\n                                \"answer_1\"\n                            ]\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": true,\n                            \"significantLabels\": [\n                                \"top 2\",\n                                \"answer_3\",\n                                \"answer_1\"\n                            ]\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"129\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 100,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": null,\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"127\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"129\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": null,\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        }\n                    ]\n                },\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"41\",\n                    \"choiceId\": null,\n                    \"answerId\": \"121\",\n                    \"totalCount\": null,\n                    \"totalColumnPercent\": null,\n                    \"type\": null,\n                    \"columns\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127|128\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"129\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 100,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": null,\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"127\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"129\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": null,\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        }\n                    ]\n                },\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"41\",\n                    \"choiceId\": null,\n                    \"answerId\": \"122\",\n                    \"totalCount\": null,\n                    \"totalColumnPercent\": null,\n                    \"type\": null,\n                    \"columns\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127|128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"129\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": true,\n                            \"significantLabels\": [\n                                \"top 2\"\n                            ]\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": null,\n                            \"count\": 0,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 0,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"127\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"129\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": null,\n                            \"count\": 0,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 0,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        }\n                    ]\n                },\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"41\",\n                    \"choiceId\": null,\n                    \"answerId\": \"123\",\n                    \"totalCount\": null,\n                    \"totalColumnPercent\": null,\n                    \"type\": null,\n                    \"columns\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127|128\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"128\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 100,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"129\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": null,\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"127\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 0,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"129\",\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"CELL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": null,\n                            \"count\": 1,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 50,\n                            \"type\": \"ROW_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        }\n                    ]\n                },\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"41\",\n                    \"choiceId\": null,\n                    \"answerId\": null,\n                    \"totalCount\": null,\n                    \"totalColumnPercent\": null,\n                    \"type\": null,\n                    \"columns\": [\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127|128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 100,\n                            \"type\": \"COLUMN_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"128\",\n                            \"count\": 1,\n                            \"rowPercent\": 50,\n                            \"columnPercent\": 100,\n                            \"type\": \"COLUMN_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"129\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 100,\n                            \"type\": \"COLUMN_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": \"127\",\n                            \"count\": 1,\n                            \"rowPercent\": 50,\n                            \"columnPercent\": 100,\n                            \"type\": \"COLUMN_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"15\",\n                            \"answerId\": null,\n                            \"count\": 2,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 100,\n                            \"type\": \"TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"127\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 100,\n                            \"type\": \"COLUMN_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"128\",\n                            \"count\": 0,\n                            \"rowPercent\": 0,\n                            \"columnPercent\": 100,\n                            \"type\": \"COLUMN_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": \"129\",\n                            \"count\": 2,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 100,\n                            \"type\": \"COLUMN_TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        },\n                        {\n                            \"source\": \"P2ENGINE\",\n                            \"questionId\": \"43\",\n                            \"choiceId\": \"16\",\n                            \"answerId\": null,\n                            \"count\": 2,\n                            \"rowPercent\": 100,\n                            \"columnPercent\": 100,\n                            \"type\": \"TOTAL\",\n                            \"significant\": false,\n                            \"significantLabels\": []\n                        }\n                    ]\n                }\n            ]\n        },\n        \"selections\": {\n            \"banners\": [\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"43\",\n                    \"questionTitle\": \"quant-gender-SChoice\",\n                    \"choiceId\": \"15\",\n                    \"choiceTitle\": \"choice_1\",\n                    \"label\": \"choice_1: quant-gender-SChoice\",\n                    \"type\": \"QUANTITATIVE\",\n                    \"selectionType\": \"MULTIPLE\",\n                    \"answers\": [\n                        {\n                            \"id\": \"127|128\",\n                            \"title\": \"top 2\",\n                            \"custom\": true,\n                            \"hidden\": false,\n                            \"answerIds\": [\n                                127,\n                                128\n                            ]\n                        },\n                        {\n                            \"id\": \"128\",\n                            \"title\": \"answer_2\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        },\n                        {\n                            \"id\": \"129\",\n                            \"title\": \"answer_3\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        },\n                        {\n                            \"id\": \"127\",\n                            \"title\": \"answer_1\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        }\n                    ]\n                },\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"43\",\n                    \"questionTitle\": \"quant-gender-SChoice\",\n                    \"choiceId\": \"16\",\n                    \"choiceTitle\": \"choice_2\",\n                    \"label\": \"choice_2: ABC_Grid_Single_Choice\",\n                    \"type\": \"QUANTITATIVE\",\n                    \"selectionType\": \"MULTIPLE\",\n                    \"answers\": [\n                        {\n                            \"id\": \"127\",\n                            \"title\": \"answer_1\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        },\n                        {\n                            \"id\": \"128\",\n                            \"title\": \"answer_2\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        },\n                        {\n                            \"id\": \"129\",\n                            \"title\": \"answer_3\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        }\n                    ]\n                }\n            ],\n            \"stubs\": [\n                {\n                    \"source\": \"P2ENGINE\",\n                    \"questionId\": \"41\",\n                    \"questionTitle\": \"quant-gender-SChoice\",\n                    \"choiceId\": null,\n                    \"choiceTitle\": null,\n                    \"label\": \"quant-gender-SChoice\",\n                    \"type\": \"QUANTITATIVE\",\n                    \"selectionType\": \"MULTIPLE\",\n                    \"answers\": [\n                        {\n                            \"id\": \"121|122\",\n                            \"title\": \"top XX\",\n                            \"custom\": true,\n                            \"hidden\": false,\n                            \"answerIds\": [\n                                121,\n                                122\n                            ]\n                        },\n                        {\n                            \"id\": \"121\",\n                            \"title\": \"m1\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        },\n                        {\n                            \"id\": \"122\",\n                            \"title\": \"f2\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        },\n                        {\n                            \"id\": \"123\",\n                            \"title\": \"n3\",\n                            \"custom\": false,\n                            \"hidden\": false,\n                            \"answerIds\": []\n                        }\n                    ]\n                }\n            ]\n        },\n        \"displaySettings\": {\n            \"viewAISummary\": true,\n            \"decimalPlaces\": 2,\n            \"cellCount\": true,\n            \"cellRowPercentage\": true,\n            \"cellColumnPercentage\": true,\n            \"highlightSignificantDifferences\": true,\n            \"rowTotalCount\": true,\n            \"columnTotalCount\": true,\n            \"crosstabsTotalColumn\": true,\n            \"confidenceInterval\": 0.95,\n            \"minCountThreshold\": 5\n        }\n    },\n    \"success\": true,\n    \"error\": null\n}"}],"_postman_id":"14b11700-48db-4d47-b86d-8ea3cfa70b90"}],"id":"17b416a1-e057-4321-9f02-f6e711147835","description":"<p>Retrieve and manage crosstab reports for survey projects. Use these endpoints to list available reports with filters and pagination, or to download individual crosstab files by report ID. Supports automation of reporting workflows and integration with external tools. Authentication required.</p>\n","_postman_id":"17b416a1-e057-4321-9f02-f6e711147835"},{"name":"Recruitment","item":[{"name":"Get Recruitment Stats","id":"17c044eb-9da0-4369-a630-25b3044e6741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":"{{environmentUrl}}/v1/core/recruitment/stats","description":"<h1 id=\"this-api-returns-the-metrics-associated-with-the-given-recruitment\">This API returns the metrics associated with the given recruitment.</h1>\n<p>At least 1 of these parameters are required: <strong>recruitmentId, recruitmentCode</strong></p>\n","urlObject":{"path":["v1","core","recruitment","stats"],"host":["{{environmentUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Integer, Optional</p>\n","type":"text/plain"},"key":"recruitmentId","value":""},{"disabled":true,"description":{"content":"<p>String, Optional</p>\n","type":"text/plain"},"key":"recruitmentCode","value":""}],"variable":[]}},"response":[{"id":"2d10cc28-5811-4750-8d89-d230cfd896fa","name":"Success: Get Recruitment Stats via RecruitmentId","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":{"raw":"{{environmentUrl}}/v1/core/recruitment/stats?recruitmentId=999999","host":["{{environmentUrl}}"],"path":["v1","core","recruitment","stats"],"query":[{"key":"recruitmentId","value":"999999","description":"Integer, Optional"},{"key":"recruitmentCode","value":null,"description":"String, Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 06 Aug 2025 22:15:00 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=5bInqalJ1AwGN11zNUwhfiEbk1bake45hkuNbFeybFEO1Y++9pv1o27wlXCgzEuiNLvgWRerZ0dltcv8///uU+Obg99fhq0rdPLQ/rgw8Nk4I3f+X2rDime8iwxk; Expires=Wed, 13 Aug 2025 22:14:59 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=5bInqalJ1AwGN11zNUwhfiEbk1bake45hkuNbFeybFEO1Y++9pv1o27wlXCgzEuiNLvgWRerZ0dltcv8///uU+Obg99fhq0rdPLQ/rgw8Nk4I3f+X2rDime8iwxk; Expires=Wed, 13 Aug 2025 22:14:59 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=8Qv1uymG2-25VOdehiR-niovU767pial0Tt03-uO.dev-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"stats\": [\n            {\n                \"metric\": \"Start\",\n                \"count\": 8,\n                \"percentage\": 0\n            },\n            {\n                \"metric\": \"Responses\",\n                \"count\": 6,\n                \"percentage\": 0.75\n            },\n            {\n                \"metric\": \"Drops\",\n                \"count\": 2,\n                \"percentage\": 0.25\n            },\n            {\n                \"metric\": \"Completes\",\n                \"count\": 3,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"Terminates\",\n                \"count\": 3,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"Total Signups\",\n                \"count\": 2,\n                \"percentage\": 0.6666666666666666\n            },\n            {\n                \"metric\": \"Signups - Activated\",\n                \"count\": 1,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"Signups - Not Activated\",\n                \"count\": 1,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"SOI\",\n                \"count\": 1,\n                \"percentage\": 0.3333333333333333\n            },\n            {\n                \"metric\": \"DOI\",\n                \"count\": 1,\n                \"percentage\": 0.3333333333333333\n            },\n            {\n                \"metric\": \"IR\",\n                \"count\": 0,\n                \"percentage\": 0.375\n            }\n        ],\n        \"disqualificationBreakdown\": [\n            {\n                \"reason\": \"LOGIC\",\n                \"step\": \"STEP1\",\n                \"count\": 1\n            },\n            {\n                \"reason\": \"LOGIC\",\n                \"step\": \"\",\n                \"count\": 2\n            }\n        ]\n    },\n    \"error\": null\n}"},{"id":"21e68373-bd2d-4c68-a032-de21d291d362","name":"Success: Get Recruitment Stats via Recruitment Code","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","type":"text"},{"key":"token","value":"{{accessToken}}","type":"text"}],"url":{"raw":"{{environmentUrl}}/v1/core/recruitment/stats?recruitmentCode=abc123defg456","host":["{{environmentUrl}}"],"path":["v1","core","recruitment","stats"],"query":[{"key":"recruitmentId","value":"","description":"Integer, Optional","disabled":true},{"key":"recruitmentCode","value":"abc123defg456","description":"String, Optional"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 06 Aug 2025 22:17:22 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=7Me3s4p0FWxS8fl41akg7jEIXwNW/tQ6AT6SUPGjFpA+uiPsXiInUGcxYTaKJayUHfiVCxOeieux7SOt3OxU8eW0wP9peu+/u7I8upujSUKsfo5JezP6jiVhyaU2; Expires=Wed, 13 Aug 2025 22:17:22 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=7Me3s4p0FWxS8fl41akg7jEIXwNW/tQ6AT6SUPGjFpA+uiPsXiInUGcxYTaKJayUHfiVCxOeieux7SOt3OxU8eW0wP9peu+/u7I8upujSUKsfo5JezP6jiVhyaU2; Expires=Wed, 13 Aug 2025 22:17:22 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"stats\": [\n            {\n                \"metric\": \"Start\",\n                \"count\": 8,\n                \"percentage\": 0\n            },\n            {\n                \"metric\": \"Responses\",\n                \"count\": 6,\n                \"percentage\": 0.75\n            },\n            {\n                \"metric\": \"Drops\",\n                \"count\": 2,\n                \"percentage\": 0.25\n            },\n            {\n                \"metric\": \"Completes\",\n                \"count\": 3,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"Terminates\",\n                \"count\": 3,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"Total Signups\",\n                \"count\": 2,\n                \"percentage\": 0.6666666666666666\n            },\n            {\n                \"metric\": \"Signups - Activated\",\n                \"count\": 1,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"Signups - Not Activated\",\n                \"count\": 1,\n                \"percentage\": 0.5\n            },\n            {\n                \"metric\": \"SOI\",\n                \"count\": 1,\n                \"percentage\": 0.3333333333333333\n            },\n            {\n                \"metric\": \"DOI\",\n                \"count\": 1,\n                \"percentage\": 0.3333333333333333\n            },\n            {\n                \"metric\": \"IR\",\n                \"count\": 0,\n                \"percentage\": 0.375\n            }\n        ],\n        \"disqualificationBreakdown\": [\n            {\n                \"reason\": \"LOGIC\",\n                \"step\": \"STEP1\",\n                \"count\": 1\n            },\n            {\n                \"reason\": \"LOGIC\",\n                \"step\": \"\",\n                \"count\": 2\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"17c044eb-9da0-4369-a630-25b3044e6741"}],"id":"a485de00-7717-488b-b3af-99ab2247feb4","description":"<p>Manage recruitments information. Authentication Required.</p>\n","_postman_id":"a485de00-7717-488b-b3af-99ab2247feb4"},{"name":"Rewards","item":[{"name":"Redemption","item":[{"name":"Get Redemptions List","id":"e1ef5617-fcf2-4c0d-8bd2-98e9e61a70e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/gamification/rewards/redemptions?page=1&itemsPerPage=20","description":"<p>This API returns the list of redemptions for the community.</p>\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<ul>\n<li><p><strong>status</strong>: String, <em>optional</em>; Reward status</p>\n</li>\n<li><p><strong>rewardType</strong>: String, <em>optional</em>; Reward type</p>\n</li>\n<li><p><strong>redemption</strong>: String, <em>optional</em>; Redemption type</p>\n</li>\n<li><p><strong>origination</strong>: String, <em>optional</em>; Origination type</p>\n</li>\n<li><p><strong>search</strong>: String, <em>optional</em>; Search criteria</p>\n</li>\n<li><p><strong>startDate:</strong> Date, <em>optional</em>; Format: MM-dd-yyyy</p>\n</li>\n<li><p><strong>endDate:</strong> Date, <em>optional</em>; Format: MM-dd-yyyy</p>\n</li>\n<li><p><strong>sortBy:</strong> String, <em>optional</em>; Sort criteria</p>\n</li>\n<li><p><strong>sortType</strong>: String, <em>optional</em>; Sort order criteria</p>\n</li>\n<li><p><strong>page</strong>: Integer, optional; Page number</p>\n</li>\n<li><p><strong>itemsPerPage</strong>: Integer, optional, Items per page</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","gamification","rewards","redemptions"],"host":["{{environmentUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Optional - String; Accepted values: AUTHORIZED, INITIATED, IN_PROGRESS, COMPLETED, FAILED</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Optional - String; Accepted values: GIFTCARD, GOODS, BONUS_POINTS, BADGE</p>\n","type":"text/plain"},"key":"rewardType","value":"GOODS"},{"disabled":true,"description":{"content":"<p>Optional -String; Accepted values: POINTS, QUEST_RAFFLE, QUEST_GIVEAWAY, QUEST_LEADERBOARD, NONE</p>\n","type":"text/plain"},"key":"redemption","value":"POINTS"},{"disabled":true,"description":{"content":"<p>Optional - String; Accepted values: CUSTOM, GIFTBIT, TREMENDOUS</p>\n","type":"text/plain"},"key":"origination","value":""},{"disabled":true,"description":{"content":"<p>Optional - String</p>\n","type":"text/plain"},"key":"search","value":"card"},{"disabled":true,"description":{"content":"<p>Optional - Date; Format: MM-dd-yyyy</p>\n","type":"text/plain"},"key":"startDate","value":"5-1-2015"},{"disabled":true,"description":{"content":"<p>Optional - Date; Format: MM-dd-yyyy</p>\n","type":"text/plain"},"key":"endDate","value":"6-1-2015"},{"disabled":true,"description":{"content":"<p>Optional - String; Default value: createdDate; Accepted Values: createdDate, lastUpdated, username, community, rewardName, rewardType, redemptionType, currencyValue, pointsValue, redemptionDate, status, origination</p>\n","type":"text/plain"},"key":"sortBy","value":"rewardType"},{"disabled":true,"description":{"content":"<p>Optional - String; Default value: desc; Accept Value: asc, desc </p>\n","type":"text/plain"},"key":"sortType","value":"asc"},{"description":{"content":"<p>Optional - Integer; Default value: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Optional - Integer; Default value: 20</p>\n","type":"text/plain"},"key":"itemsPerPage","value":"20"}],"variable":[]}},"response":[{"id":"4e5e9a06-1cb5-4223-9d77-dd164cdb01b7","name":"Get Redemption List - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/gamification/rewards/redemptions?page=0&itemsPerPage=20","host":["{{environmentUrl}}"],"path":["v1","core","gamification","rewards","redemptions"],"query":[{"key":"page","value":"0"},{"key":"itemsPerPage","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Bad Request - Invalid page number\"\n    }\n}"},{"id":"16f63d38-55d1-4569-b1a6-233f80c5c5e9","name":"Get Redemptions List","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/gamification/rewards/redemptions?page=1&itemsPerPage=20","host":["{{environmentUrl}}"],"path":["v1","core","gamification","rewards","redemptions"],"query":[{"key":"page","value":"1"},{"key":"itemsPerPage","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"totalResults\": 10,\n        \"resultsPerPage\": 20,\n        \"sortType\": \"desc\",\n        \"sortBy\": \"createdDate\",\n        \"page\": 1,\n        \"results\": [\n            {\n                \"id\": 144198,\n                \"rewardName\": \"Quest AGAIN\",\n                \"pointsCost\": 0,\n                \"rewardRedemptionType\": \"QUEST_GIVEAWAY\",\n                \"rewardType\": \"GIFTCARD\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"INITIATED\",\n                \"lastUpdated\": 1560290273000,\n                \"createdDate\": 1558780201000,\n                \"user\": {\n                    \"id\": 488512,\n                    \"username\": \"julytestmember\",\n                    \"email\": \"test.user1@gmail.com\",\n                    \"status\": \"CLOSED\",\n                    \"mobileNumber\": null\n                }\n            },\n            {\n                \"id\": 57097,\n                \"rewardName\": \"Amazon Gift Card \",\n                \"pointsCost\": 100,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GIFTCARD\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"INITIATED\",\n                \"lastUpdated\": 1501103998000,\n                \"createdDate\": 1501103998000,\n                \"user\": {\n                    \"id\": 92,\n                    \"username\": \"asoukhakian\",\n                    \"email\": \"test.user1@thinkpassenger.com\",\n                    \"status\": \"ACTIVE\",\n                    \"mobileNumber\": null\n                }\n            },\n            {\n                \"id\": 56306,\n                \"rewardName\": \"July Gift\",\n                \"pointsCost\": 50,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GIFTCARD\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"INITIATED\",\n                \"lastUpdated\": 1500581166000,\n                \"createdDate\": 1500581165000,\n                \"user\": {\n                    \"id\": 156324,\n                    \"username\": \"anotherpixel21315\",\n                    \"email\": \"test.user1@gmail.com\",\n                    \"status\": \"ACTIVE\",\n                    \"mobileNumber\": \"1-5672496684\"\n                }\n            },\n            {\n                \"id\": 56305,\n                \"rewardName\": \"July Gift\",\n                \"pointsCost\": 50,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GIFTCARD\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"INITIATED\",\n                \"lastUpdated\": 1500581129000,\n                \"createdDate\": 1500581129000,\n                \"user\": {\n                    \"id\": 30424,\n                    \"username\": \"testanother\",\n                    \"email\": \"test.user1@gmail.com\",\n                    \"status\": \"CLOSED\",\n                    \"mobileNumber\": null\n                }\n            },\n            {\n                \"id\": 33541,\n                \"rewardName\": \"November Reward\",\n                \"pointsCost\": 1000,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GIFTCARD\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"IN_PROGRESS\",\n                \"lastUpdated\": 1727990679000,\n                \"createdDate\": 1479930142000,\n                \"user\": {\n                    \"id\": 156324,\n                    \"username\": \"anotherpixel21315\",\n                    \"email\": \"test.user3@gmail.com\",\n                    \"status\": \"ACTIVE\",\n                    \"mobileNumber\": \"1-5672496684\"\n                }\n            },\n            {\n                \"id\": 33540,\n                \"rewardName\": \"November Reward\",\n                \"pointsCost\": 1000,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GIFTCARD\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"IN_PROGRESS\",\n                \"lastUpdated\": 1728079893000,\n                \"createdDate\": 1479929946000,\n                \"user\": {\n                    \"id\": 156324,\n                    \"username\": \"anotherpixel21315\",\n                    \"email\": \"test.user1@gmail.com\",\n                    \"status\": \"ACTIVE\",\n                    \"mobileNumber\": \"1-5672496684\"\n                }\n            },\n            {\n                \"id\": 24,\n                \"rewardName\": \"Free T-Shirts\",\n                \"pointsCost\": 1000,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GOODS\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"COMPLETED\",\n                \"lastUpdated\": 1431119449000,\n                \"createdDate\": 1431119449000,\n                \"user\": {\n                    \"id\": 92,\n                    \"username\": \"asoukhakian\",\n                    \"email\": \"test.user@thinkpassenger.com\",\n                    \"status\": \"ACTIVE\",\n                    \"mobileNumber\": null\n                }\n            },\n            {\n                \"id\": 23,\n                \"rewardName\": \"Free T-Shirts\",\n                \"pointsCost\": 1000,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GOODS\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"COMPLETED\",\n                \"lastUpdated\": 1431119373000,\n                \"createdDate\": 1431119373000,\n                \"user\": {\n                    \"id\": 112496,\n                    \"username\": \"member1\",\n                    \"email\": \"test.user@sdfrfefwe.com\",\n                    \"status\": \"CLOSED\",\n                    \"mobileNumber\": null\n                }\n            },\n            {\n                \"id\": 22,\n                \"rewardName\": \"Auto Show Ticket\",\n                \"pointsCost\": 1000,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GOODS\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"COMPLETED\",\n                \"lastUpdated\": 1431119351000,\n                \"createdDate\": 1431119351000,\n                \"user\": {\n                    \"id\": 112496,\n                    \"username\": \"member1\",\n                    \"email\": \"test.user1@sdfrfefwe.com\",\n                    \"status\": \"CLOSED\",\n                    \"mobileNumber\": null\n                }\n            },\n            {\n                \"id\": 21,\n                \"rewardName\": \"Nick's Reward\",\n                \"pointsCost\": 100,\n                \"rewardRedemptionType\": \"POINTS\",\n                \"rewardType\": \"GIFTCARD\",\n                \"origination\": \"CUSTOM\",\n                \"rewardStatus\": \"COMPLETED\",\n                \"lastUpdated\": 1430175120000,\n                \"createdDate\": 1430175005000,\n                \"user\": {\n                    \"id\": 112496,\n                    \"username\": \"member1\",\n                    \"email\": \"test.user1@sdfrfefwe.com\",\n                    \"status\": \"CLOSED\",\n                    \"mobileNumber\": null\n                }\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"e1ef5617-fcf2-4c0d-8bd2-98e9e61a70e1"},{"name":"Update Redemption Status","id":"8dce0633-7405-41be-a33c-f7d8c05d544c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"","description":"<p>Required - String; Accepted values: AUTHORIZED, INITIATED, IN_PROGRESS, COMPLETED, FAILED</p>\n","type":"text"},{"key":"externalId","value":"","description":"<p>Optional - String; External id</p>\n","type":"text","disabled":true},{"key":"userId","value":"","description":"<p>Optional - Integer; User id</p>\n","type":"text","disabled":true},{"key":"email","value":"","description":"<p>Optional - String; User email</p>\n","type":"text","disabled":true},{"key":"phoneNumber","value":"","description":"<p>Optional - String; User Phone number</p>\n","type":"text","disabled":true}]},"url":"{{environmentUrl}}/v1/core/gamification/rewards/redemptions/{{redemtionId}}","description":"<p>This API updates the redemption transaction's status.</p>\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>redemptionId</strong>: Long, <em>required</em>; Id of redemption transaction.</li>\n</ul>\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<p>A combination of the <em><strong>status</strong></em> property, along with minimum <em>1 of the other 4 property</em> is required.</p>\n<ul>\n<li><p><strong>status</strong>: String, required; Status to be set</p>\n</li>\n<li><p><strong>externalId</strong>: String, <em>optional</em>; External Id</p>\n</li>\n<li><p><strong>userId:</strong> Integer, <em>optional</em>; Follow up filter criteria</p>\n</li>\n<li><p><strong>email</strong>: String, <em>optional</em>; User email</p>\n</li>\n<li><p><strong>phoneNumber</strong>: String, optional; User phone number</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","gamification","rewards","redemptions","{{redemtionId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"678b2dc1-9534-427d-8786-9d74d9e1f8bb","name":"Update Redemption Status - error invalid status","originalRequest":{"method":"POST","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/gamification/rewards/redemptions/{{redemptionId}}?status=TEST&userId=12345","host":["{{environmentUrl}}"],"path":["v1","core","gamification","rewards","redemptions","{{redemptionId}}"],"query":[{"key":"status","value":"TEST"},{"key":"userId","value":"12345"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid status\"\n    }\n}"},{"id":"8a0277b0-3eee-46d2-ac12-a8cf52c6b1f5","name":"Update Redemption Status - error user mismatch","originalRequest":{"method":"POST","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/gamification/rewards/redemptions/33541?status=IN_PROGRESS&userId=123455","host":["{{environmentUrl}}"],"path":["v1","core","gamification","rewards","redemptions","33541"],"query":[{"key":"status","value":"IN_PROGRESS"},{"key":"userId","value":"123455"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - User mismatch\"\n    }\n}"},{"id":"4ae3095e-88f6-4c2b-9bdd-f3ebdb75b9ff","name":"Update Redemption Status - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/gamification/rewards/redemptions/33541?status=IN_PROGRESS&userId=33541","host":["{{environmentUrl}}"],"path":["v1","core","gamification","rewards","redemptions","33541"],"query":[{"key":"status","value":"IN_PROGRESS"},{"key":"userId","value":"33541"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"id\": 33541,\n    \"rewardName\": \"November Reward\",\n    \"rewardRedemptionType\": \"POINTS\",\n    \"pointsCost\": 1000,\n    \"rewardType\": \"GIFTCARD\",\n    \"origination\": \"CUSTOM\",\n    \"rewardStatus\": \"IN_PROGRESS\",\n    \"lastUpdated\": 1727990679000,\n    \"createdDate\": 1479930142000,\n    \"user\": {\n      \"id\": 156324,\n      \"username\": \"anotherpixel21315\",\n      \"email\": \"test.user1@gmail.com\",\n      \"status\": \"ACTIVE\",\n      \"mobileNumber\": \"1-123456789\"\n    }\n  },\n  \"error\": null\n}"}],"_postman_id":"8dce0633-7405-41be-a33c-f7d8c05d544c"}],"id":"6668bc10-57c2-4a50-b936-c883663e0cd1","description":"<p>Use these endpoints to manage Fuel Cycle’s rewards system. Retrieve available rewards, track redemptions, and update or view member point balances. Supports custom rewards and third-party fulfillment through Giftbit and Tremendous. Access and redemption depend on community context and group membership. Authentication required.</p>\n","_postman_id":"6668bc10-57c2-4a50-b936-c883663e0cd1"}],"id":"d0c5bf34-85c2-407e-bf61-13308f86502d","description":"<p>Manage user incentives via Fuel Cycle’s gamification system. Use these endpoints to retrieve reward catalogs, track redemptions, and update or query member point balances. Supports integrations with fulfillment providers like Tremendous and Giftbit. Requires authentication and valid community context.</p>\n","_postman_id":"d0c5bf34-85c2-407e-bf61-13308f86502d"},{"name":"Support","item":[{"name":"Support Ticket","item":[{"name":"Get Support Ticket Options","id":"4f90561c-5f0f-41b7-979a-15b2bac8b807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/options","description":"<p>This API returns the list of support ticket option values used as parameters for other endpoints regarding support tickets.</p>\n","urlObject":{"path":["v1","core","communicationCenter","support","options"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9782ade3-6a77-49e9-812d-b5bf2b376d2d","name":"Get Support Tickets Options - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"24","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"JUDMSupqxQuAwoFu8PrA6xYxdEVWPLFg","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Moderator not found\"\n    }\n}"},{"id":"e11ec092-7f53-4ff0-809a-4c89990e9aae","name":"Get Support Ticket Options","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/options"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"followUpOptions\": [\n            \"IN_PROGRESS\",\n            \"PENDING\",\n            \"REVIEW_LATER\",\n            \"REPLY_REQUIRED\",\n            \"CLIENT_ATTENTION\",\n            \"AWAITING_MEMBER_REPLY\"\n        ],\n        \"supportIssueTopics\": [\n            \"Other\"\n        ],\n        \"assignedToOptions\": [\n            {\n                \"id\": 1,\n                \"username\": \"jdouanglee\",\n                \"email\": \"jdouanglee@fuelcycle.com\",\n                \"status\": \"ACTIVE\"\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"4f90561c-5f0f-41b7-979a-15b2bac8b807"},{"name":"Get Support Ticket List","id":"282113fd-315c-4a82-ac54-9a3353d0d7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support?threadsPerPage=3&page=1&archived=false","description":"<p>This API returns the list of support tickets for the the moderator.</p>\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<ul>\n<li><p><strong>threadsPerPage</strong>: Integer, <em>optional</em>; Thread per page;</p>\n</li>\n<li><p><strong>page</strong>: Integer, <em>optional</em>; Page number</p>\n</li>\n<li><p><strong>sortBy</strong>: String, <em>optional</em>; Sort criteria</p>\n</li>\n<li><p><strong>sortType</strong>: String, <em>optional</em>; Sort type</p>\n</li>\n<li><p><strong>partialName</strong>: String, <em>optional</em>;</p>\n</li>\n<li><p><strong>onlyStatus:</strong> String, <em>optional</em>; Status filter criteria</p>\n</li>\n<li><p><strong>assignedTo:</strong> Integer, <em>optional</em>; Moderator Id</p>\n</li>\n<li><p><strong>followUp:</strong> String, <em>optional</em>; Follow up options</p>\n</li>\n<li><p><strong>archived</strong>: Boolean, <em>optional</em>; Archive filter criteria</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","communicationCenter","support"],"host":["{{environmentUrl}}"],"query":[{"description":{"content":"<p>Optional - Integer, default value: 20</p>\n","type":"text/plain"},"key":"threadsPerPage","value":"3"},{"description":{"content":"<p>Optional - Integer, default value: 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Optional - String; accepted values: subject, from, lastMessage, lastMemberMessage, assigned, followup, status</p>\n","type":"text/plain"},"key":"sortBy","value":""},{"disabled":true,"description":{"content":"<p>Optional - String; accepted values: desc, asc</p>\n","type":"text/plain"},"key":"sortType","value":""},{"disabled":true,"description":{"content":"<p>Optional -String;</p>\n","type":"text/plain"},"key":"partialName","value":""},{"disabled":true,"description":{"content":"<p>Optional - String; accepted values: NEW, VIEWED, REPLIED</p>\n","type":"text/plain"},"key":"onlyStatus","value":""},{"disabled":true,"description":{"content":"<p>Optional - Integer; Moderator Id</p>\n","type":"text/plain"},"key":"assignedTo","value":""},{"disabled":true,"description":{"content":"<p>Optional - String; accepted values: IN_PROGRESS, PENDIND, REVIEW_LATER, REPLY_REQUIRED, CLIENT_ATTENTION, AWAITING_MEMBER_REPLY</p>\n","type":"text/plain"},"key":"followUp","value":"IN_PROGRESS"},{"description":{"content":"<p>Optional - Boolean</p>\n","type":"text/plain"},"key":"archived","value":"false"}],"variable":[]}},"response":[{"id":"6e174250-3744-472d-80a1-aeec058108ec","name":"Get Support Tickets List - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.fuelcyclestage.com/v1/core/communicationCenter/support?threadsPerPage=20&page=0","protocol":"https","host":["api","fuelcyclestage","com"],"path":["v1","core","communicationCenter","support"],"query":[{"key":"threadsPerPage","value":"20"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Bad Request - Invalid page number\"\n    }\n}"},{"id":"f26c9478-787f-418c-8377-16a14a484389","name":"Get Support Tickets List","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/communicationCenter/support?threadsPerPage=20&page=1","host":["{{environmentUrl}}"],"path":["v1","core","communicationCenter","support"],"query":[{"key":"threadsPerPage","value":"20"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"supportThreads\": [\n            {\n                \"id\": 2,\n                \"subject\": \"Other\",\n                \"status\": \"REPLIED\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": 1725557411000,\n                \"lastViewedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastRepliedDate\": 1725557447000,\n                \"lastRepliedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725557447000,\n                \"archived\": false,\n                \"followUp\": \"IN_PROGRESS\",\n                \"moderator\": null,\n                \"createdDate\": 1725037607000,\n                \"lastUpdated\": 1725916038000,\n                \"user\": {\n                    \"id\": 6,\n                    \"username\": \"test_user_1\",\n                    \"email\": \"test_user_1@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 4,\n                \"subject\": \"Other\",\n                \"status\": \"REPLIED\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": null,\n                \"lastViewedModerator\": null,\n                \"lastRepliedDate\": 1725486360000,\n                \"lastRepliedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725486360000,\n                \"archived\": false,\n                \"followUp\": null,\n                \"moderator\": null,\n                \"createdDate\": 1725039453000,\n                \"lastUpdated\": 1725486360000,\n                \"user\": {\n                    \"id\": 8,\n                    \"username\": \"test_user_3\",\n                    \"email\": \"test_user_3@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 9,\n                \"subject\": \"Other\",\n                \"status\": \"REPLIED\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": 1725472553000,\n                \"lastViewedModerator\": {\n                    \"id\": 1,\n                    \"username\": \"jdouanglee\",\n                    \"email\": \"jdouanglee@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"lastRepliedDate\": 1725472486000,\n                \"lastRepliedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725472486000,\n                \"archived\": false,\n                \"followUp\": null,\n                \"moderator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"createdDate\": 1725472403000,\n                \"lastUpdated\": 1725472553000,\n                \"user\": {\n                    \"id\": 12,\n                    \"username\": \"test_user_7\",\n                    \"email\": \"test_user_7@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 8,\n                \"subject\": \"Other\",\n                \"status\": \"REPLIED\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": 1725472038000,\n                \"lastViewedModerator\": {\n                    \"id\": 1,\n                    \"username\": \"jdouanglee\",\n                    \"email\": \"jdouanglee@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"lastRepliedDate\": 1725471951000,\n                \"lastRepliedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725471951000,\n                \"archived\": false,\n                \"followUp\": null,\n                \"moderator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"createdDate\": 1725471502000,\n                \"lastUpdated\": 1725472038000,\n                \"user\": {\n                    \"id\": 13,\n                    \"username\": \"test_user_8\",\n                    \"email\": \"test_user_8@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 1,\n                \"subject\": \"Issue Title From Postman\",\n                \"status\": \"VIEWED\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": 1725994466000,\n                \"lastViewedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastRepliedDate\": 1725382687000,\n                \"lastRepliedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725382687000,\n                \"archived\": false,\n                \"followUp\": \"REVIEW_LATER\",\n                \"moderator\": {\n                    \"id\": 1,\n                    \"username\": \"jdouanglee\",\n                    \"email\": \"jdouanglee@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"createdDate\": 1724862344000,\n                \"lastUpdated\": 1725994466000,\n                \"user\": {\n                    \"id\": 1,\n                    \"username\": \"jdouanglee\",\n                    \"email\": \"jdouanglee@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 7,\n                \"subject\": \"Other\",\n                \"status\": \"NEW\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": null,\n                \"lastViewedModerator\": null,\n                \"lastRepliedDate\": null,\n                \"lastRepliedModerator\": null,\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725039588000,\n                \"archived\": false,\n                \"followUp\": null,\n                \"moderator\": null,\n                \"createdDate\": 1725039588000,\n                \"lastUpdated\": 1725039588000,\n                \"user\": {\n                    \"id\": 11,\n                    \"username\": \"test_user_6\",\n                    \"email\": \"test_user_6@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 6,\n                \"subject\": \"Other\",\n                \"status\": \"VIEWED\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": 1725039892000,\n                \"lastViewedModerator\": null,\n                \"lastRepliedDate\": null,\n                \"lastRepliedModerator\": null,\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725039535000,\n                \"archived\": false,\n                \"followUp\": null,\n                \"moderator\": null,\n                \"createdDate\": 1725039535000,\n                \"lastUpdated\": 1725039892000,\n                \"user\": {\n                    \"id\": 10,\n                    \"username\": \"test_user_5\",\n                    \"email\": \"test_user_5@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 5,\n                \"subject\": \"Other\",\n                \"status\": \"NEW\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": null,\n                \"lastViewedModerator\": null,\n                \"lastRepliedDate\": null,\n                \"lastRepliedModerator\": null,\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725039490000,\n                \"archived\": true,\n                \"followUp\": null,\n                \"moderator\": null,\n                \"createdDate\": 1725039490000,\n                \"lastUpdated\": 1725917921000,\n                \"user\": {\n                    \"id\": 9,\n                    \"username\": \"test_user_4\",\n                    \"email\": \"test_user_4@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            },\n            {\n                \"id\": 3,\n                \"subject\": \"Other\",\n                \"status\": \"VIEWED\",\n                \"pendingSubject\": null,\n                \"lastViewedDate\": 1725483598000,\n                \"lastViewedModerator\": {\n                    \"id\": 4,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"lastRepliedDate\": null,\n                \"lastRepliedModerator\": null,\n                \"lastAssignedModerator\": null,\n                \"lastMemberMessageDate\": 1725039407000,\n                \"archived\": false,\n                \"followUp\": null,\n                \"moderator\": null,\n                \"createdDate\": 1725039407000,\n                \"lastUpdated\": 1725483598000,\n                \"user\": {\n                    \"id\": 7,\n                    \"username\": \"test_user_2\",\n                    \"email\": \"test_user_2@test.com\",\n                    \"status\": \"ACTIVE\"\n                }\n            }\n        ],\n        \"totalThreadCount\": 9,\n        \"page\": 1,\n        \"threadsPerPage\": 20\n    },\n    \"error\": null\n}"}],"_postman_id":"282113fd-315c-4a82-ac54-9a3353d0d7be"},{"name":"Get Support Ticket Details","id":"4451cb6b-2b91-4ed3-84d4-0de15c70c099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/{{supportThreadId}}","description":"<p>This API returns the full details of a support ticket.</p>\n","urlObject":{"path":["v1","core","communicationCenter","support","{{supportThreadId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6ca9053d-ee06-44da-a2d8-b9446e31d443","name":"Get Support Ticket Details - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/{{supportThreadId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": \"404\",\n        \"message\": \"Item Not Found - Invalid Support Thread Id\"\n    }\n}"},{"id":"154ceb37-34d7-4903-a048-b55a1d2e37ad","name":"Get Support Ticket Details","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/{{supportThreadId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"supportThread\": {\n            \"id\": 1,\n            \"subject\": \"Issue Title From Postman\",\n            \"status\": \"VIEWED\",\n            \"pendingSubject\": null,\n            \"lastViewedDate\": 1726007133900,\n            \"lastViewedModerator\": {\n                \"id\": 4,\n                \"username\": \"system_mod\",\n                \"email\": \"system_mod@fuelcycle.com\",\n                \"status\": \"INACTIVE\"\n            },\n            \"lastRepliedDate\": 1725382687000,\n            \"lastRepliedModerator\": {\n                \"id\": 4,\n                \"username\": \"system_mod\",\n                \"email\": \"system_mod@fuelcycle.com\",\n                \"status\": \"INACTIVE\"\n            },\n            \"lastAssignedModerator\": null,\n            \"lastMemberMessageDate\": 1725382687000,\n            \"archived\": false,\n            \"followUp\": \"REVIEW_LATER\",\n            \"moderator\": {\n                \"id\": 1,\n                \"username\": \"jdouanglee\",\n                \"email\": \"jdouanglee@fuelcycle.com\",\n                \"status\": \"ACTIVE\"\n            },\n            \"createdDate\": 1724862344000,\n            \"lastUpdated\": 1726007133907,\n            \"user\": {\n                \"id\": 1,\n                \"username\": \"jdouanglee\",\n                \"email\": \"jdouanglee@fuelcycle.com\",\n                \"status\": \"ACTIVE\"\n            }\n        },\n        \"messages\": [\n            {\n                \"id\": 1,\n                \"author\": {\n                    \"id\": 1,\n                    \"username\": \"jdouanglee\",\n                    \"email\": \"jdouanglee@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"subject\": \"Other\",\n                \"messageContent\": \"Starting a new support ticket\",\n                \"unread\": false,\n                \"attachedFiles\": [],\n                \"createdDate\": 1724862344000,\n                \"lastUpdated\": 1724862345000\n            },\n            {\n                \"id\": 2,\n                \"author\": {\n                    \"id\": 1,\n                    \"username\": \"jdouanglee\",\n                    \"email\": \"jdouanglee@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"subject\": \"Other\",\n                \"messageContent\": \"Replying as a mod with attached file\",\n                \"unread\": true,\n                \"attachedFiles\": [],\n                \"createdDate\": 1724950288000,\n                \"lastUpdated\": 1724950288000\n            },\n            {\n                \"id\": 3,\n                \"author\": {\n                    \"id\": 5,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"subject\": \"Issue Title\",\n                \"messageContent\": \"test reply from postman\",\n                \"unread\": true,\n                \"attachedFiles\": [],\n                \"createdDate\": 1724968215000,\n                \"lastUpdated\": 1724968215000\n            },\n            {\n                \"id\": 22,\n                \"author\": {\n                    \"id\": 5,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"subject\": \"Issue Title From Postman\",\n                \"messageContent\": \"test reply from postman\",\n                \"unread\": true,\n                \"attachedFiles\": [\n                    {\n                        \"id\": 3,\n                        \"thumbnailUrl\": \"http://test.local:8080/uploadedFileProxy?id=3&type=medium&securityToken=f7d1de7d94a5aec37eb0c8d50c8de066&accessToken=97186f984917a5bfaeb5cf8058d9b4ee\",\n                        \"fileUrl\": \"http://test.local:8080/uploadedFileProxy?id=3&type=original&securityToken=4e56bf543d331387c6f095e6d5642965&accessToken=2c00b8f6addde86546e4a2f4a65fac9d\",\n                        \"fileStatus\": \"COMPLETED\",\n                        \"downloadUrl\": \"http://test.local:8080/uploadedFileProxy?id=3&type=original&forceDownload=true&securityToken=206ffd9e937068a94a5b4deb2dd1e75f&accessToken=2c00b8f6addde86546e4a2f4a65fac9d\",\n                        \"postDate\": 1725040736000,\n                        \"title\": \"testPdf\",\n                        \"description\": null,\n                        \"fileType\": \"PDF\"\n                    }\n                ],\n                \"createdDate\": 1725040736000,\n                \"lastUpdated\": 1725040736000\n            },\n            {\n                \"id\": 23,\n                \"author\": {\n                    \"id\": 5,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"subject\": \"Issue Title From Postman\",\n                \"messageContent\": \"test reply from postman 3\",\n                \"unread\": true,\n                \"attachedFiles\": [\n                    {\n                        \"id\": 4,\n                        \"thumbnailUrl\": \"http://test.local:8080/uploadedFileProxy?id=4&type=medium&securityToken=5a5975c29540536660a5e9298da87278&accessToken=399302c8cbc122adb8c2ed4bd03a8233\",\n                        \"fileUrl\": \"http://test.local:8080/uploadedFileProxy?id=4&type=original&securityToken=8de2ef0d6e4e7202dfceee82bb299e65&accessToken=2a213b4fb5abdf9a67d3c9c170dcc709\",\n                        \"fileStatus\": \"COMPLETED\",\n                        \"downloadUrl\": \"http://test.local:8080/uploadedFileProxy?id=4&type=original&forceDownload=true&securityToken=028815fd2199dea0e3b6338b2f8ecf26&accessToken=2a213b4fb5abdf9a67d3c9c170dcc709\",\n                        \"postDate\": 1725044370000,\n                        \"title\": \"testPdf2\",\n                        \"description\": null,\n                        \"fileType\": \"PDF\"\n                    }\n                ],\n                \"createdDate\": 1725044370000,\n                \"lastUpdated\": 1725044370000\n            },\n            {\n                \"id\": 24,\n                \"author\": {\n                    \"id\": 5,\n                    \"username\": \"system_mod\",\n                    \"email\": \"system_mod@fuelcycle.com\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"subject\": \"Issue Title From Postman\",\n                \"messageContent\": \"Test attaching multiple files\",\n                \"unread\": true,\n                \"attachedFiles\": [\n                    {\n                        \"id\": 5,\n                        \"thumbnailUrl\": \"http://test.local:8080/uploadedFileProxy?id=5&type=medium&securityToken=80ef0e80711f05321205aa1ac7e66220&accessToken=7178d1891c13ce1df1b58f8f781abee3\",\n                        \"fileUrl\": \"http://test.local:8080/uploadedFileProxy?id=5&type=original&securityToken=33b81468b9dc3b5dadb9358d8d5be3c2&accessToken=412b0abc90d6f1353fb658256e0963eb\",\n                        \"fileStatus\": \"COMPLETED\",\n                        \"downloadUrl\": \"http://test.local:8080/uploadedFileProxy?id=5&type=original&forceDownload=true&securityToken=e7e19fefd2ce5cc8ff5463bd2c7426ef&accessToken=412b0abc90d6f1353fb658256e0963eb\",\n                        \"postDate\": 1725382688000,\n                        \"title\": \"testPdf\",\n                        \"description\": null,\n                        \"fileType\": \"PDF\"\n                    },\n                    {\n                        \"id\": 6,\n                        \"thumbnailUrl\": \"http://test.local:8080/uploadedFileProxy?id=6&type=medium&securityToken=a688d159997a1cb7195bba195f862a04&accessToken=d3f27d60f7ff12834b43d8fb6c465c8f\",\n                        \"fileUrl\": \"http://test.local:8080/uploadedFileProxy?id=6&type=original&securityToken=8c9bfb55c3fd4c76c1103a3a260e98d9&accessToken=ff695e31d1480698f163d036f7a0d456\",\n                        \"fileStatus\": \"COMPLETED\",\n                        \"downloadUrl\": \"http://test.local:8080/uploadedFileProxy?id=6&type=original&forceDownload=true&securityToken=7a09cf0b4e781de015a870703b3c7641&accessToken=ff695e31d1480698f163d036f7a0d456\",\n                        \"postDate\": 1725382689000,\n                        \"title\": \"testPdf2\",\n                        \"description\": null,\n                        \"fileType\": \"PDF\"\n                    }\n                ],\n                \"createdDate\": 1725382687000,\n                \"lastUpdated\": 1725382687000\n            }\n        ]\n    },\n    \"error\": null\n}"}],"_postman_id":"4451cb6b-2b91-4ed3-84d4-0de15c70c099"},{"name":"Add New Comment To Support Ticket as Moderator","id":"05334a92-4289-4d96-b000-2cc4ab2bacef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"test from postman","description":"<p>Required - String;</p>\n","type":"text"},{"key":"attachedFiles","description":"<p>Optional - File(s)</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/jdouanglee/Desktop/testPdf.pdf"],"src":"/Users/jdouanglee/Desktop/testPdf.pdf"}]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/{{supportThreadId}}/reply","description":"<p>This API creates a new comment on a support thread as a moderator</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>supportThreadId</strong>: Long, <em>required</em>; Support Ticket Id</li>\n</ul>\n","urlObject":{"path":["v1","core","communicationCenter","support","{{supportThreadId}}","reply"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"085eeac5-e6f5-43ca-8c8c-c8bd89949891","name":"Add New Comment To Support Thread - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"1","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"mrJuGOH6ApRhAOFIFmQeDUQy1CxEplP4","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"newModMessage","value":"","type":"text"}]},"url":{"raw":"{{environmentUrl}}/v1/core/communicationCenter/support/13861/reply?message&attachedFiles","host":["{{environmentUrl}}"],"path":["v1","core","communicationCenter","support","13861","reply"],"query":[{"key":"message","value":null},{"key":"attachedFiles","value":null,"type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"messageId\": -1,\n    \"error\": {\n        \"code\": \"404\",\n        \"message\": \"Item Not Found - Invalid Support Thread Id\"\n    }\n}"},{"id":"5e2b2ee3-ea7a-4174-a01e-3ca179fce88c","name":"Add New Comment To Support Thread","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/communicationCenter/support/{{supportThreadId}}/reply?message=Test message","host":["{{environmentUrl}}"],"path":["v1","core","communicationCenter","support","{{supportThreadId}}","reply"],"query":[{"key":"message","value":"Test message"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 29,\n        \"author\": {\n            \"id\": 8,\n            \"username\": \"test_user_3\",\n            \"email\": \"test_user_3@test.com\",\n            \"status\": \"ACTIVE\"\n        },\n        \"subject\": \"Other\",\n        \"messageContent\": \"test fail\",\n        \"unread\": true,\n        \"attachedFiles\": [],\n        \"createdDate\": 1725486360169,\n        \"lastUpdated\": 1725486360263\n    },\n    \"messageId\": 29,\n    \"error\": null\n}"}],"_postman_id":"05334a92-4289-4d96-b000-2cc4ab2bacef"},{"name":"Update Support Ticket","id":"7ea034da-e099-40f8-b990-badf4d8b6a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"archive","value":"true","description":"<p>Optional - Boolean</p>\n","type":"text","disabled":true},{"key":"unread","value":"true","description":"<p>Optional - Boolean</p>\n","type":"text","disabled":true},{"key":"followUp","value":"REVIEW_LATER","description":"<p>Optional - String; accepted values: IN_PROGRESS, PENDING, REVIEW_LATER, REPLY_REQUIRED, CLIENT_ATTENTION, AWAITING_MEMBER_REPLY</p>\n","type":"text","disabled":true},{"key":"assignedToMod","value":"","description":"<p>Optional; - String or Integer; accepted values: email or moderator id   </p>\n","type":"text","disabled":true}]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/{{supportThreadId}}/update","description":"<p>This API updates the support ticket.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>supportThreadId</strong>: Long, <em>required</em>; Id of support ticket.</li>\n</ul>\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<ul>\n<li><p><strong>archive</strong>: Boolean, <em>optional</em>; Archive the support thread</p>\n</li>\n<li><p><strong>unread</strong>: Boolean, <em>optional</em>; Unread the support thread</p>\n</li>\n<li><p><strong>followUp:</strong> String, <em>optional</em>; Follow up filter criteria</p>\n</li>\n<li><p><em><strong>assignedToMod</strong></em>: String or Integer, <em>optional</em>; Moderator email or Id</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","communicationCenter","support","{{supportThreadId}}","update"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a814fabc-ee2e-4533-9ce6-aa6a0eefe08d","name":"Update Support Ticket - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.fuelcycledev.com/v1/core/communicationCenter/support/13861/update?unread=true&assignedToMod=badEMail","protocol":"https","host":["api","fuelcycledev","com"],"path":["v1","core","communicationCenter","support","13861","update"],"query":[{"key":"archive","value":null,"type":"text","disabled":true},{"key":"unread","value":"true","type":"text"},{"key":"followUp","value":null,"type":"text","disabled":true},{"key":"assignedToMod","value":"badEMail","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"code\": 400,\n        \"message\": \"Bad Request - Invalid Moderator\"\n    },\n    \"supportThreadId\": 3\n}"},{"id":"c23a749e-c042-404d-bd5d-67bba86d5aab","name":"Update Support Ticket","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/communicationCenter/support/{{supportThreadId}}/update?unread=true&assignedToMod=1","host":["{{environmentUrl}}"],"path":["v1","core","communicationCenter","support","{{supportThreadId}}","update"],"query":[{"key":"unread","value":"true"},{"key":"assignedToMod","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"supportThreadId\": 3\n}"}],"_postman_id":"7ea034da-e099-40f8-b990-badf4d8b6a56"},{"name":"Start A New Support Ticket on Behalf Of A User","id":"f80c1705-1d55-49f7-b8d8-22c0481d68be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"topic","value":"","description":"<p>Required - String; Support Issue Topic</p>\n","type":"text"},{"key":"userEmail","value":"","description":"<p>Required - String; User email</p>\n","type":"text"},{"key":"message","value":"","description":"<p>Required - String: User message</p>\n","type":"text"},{"key":"attachedFiles","description":"<p>Optional - File(s)</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/jdouanglee/Desktop/testPdf.pdf"],"value":null}]},"url":"{{environmentUrl}}/v1/core/communicationCenter/support/start","description":"<p>This API starts a new support ticket on behalf of the user.</p>\n<h2 id=\"the-request-has-a-query-string-with-these-parameters\">The request has a query string with these parameters:</h2>\n<ul>\n<li><p><strong>topic</strong>: String, <em>required</em>; Support issue topic</p>\n</li>\n<li><p><strong>userEmail</strong>: String, <em>required</em>; User's email</p>\n</li>\n<li><p><strong>message</strong>: String, <em>required</em>, User's message</p>\n</li>\n<li><p><strong>attachedFiles:</strong> File(s), <em>optional;</em></p>\n</li>\n</ul>\n","urlObject":{"path":["v1","core","communicationCenter","support","start"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"59ef8414-4d81-4ea1-b66e-ae312e4aaf06","name":"Start A New Thread - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"19","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"US-jZroGt30LC1JIegfCDWfkNzEnY2bGQxD","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/communicationCenter/support/start?topic=Other&userEmail=test_user_1@test.com&message=test message","host":["{{environmentUrl}}"],"path":["v1","core","communicationCenter","support","start"],"query":[{"key":"topic","value":"Other"},{"key":"userEmail","value":"test_user_1@test.com"},{"key":"message","value":"test message"},{"key":"attachedFiles","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 21 May 2021 17:28:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"404\",\n        \"message\": \"User Not Found - Invalid email\"\n    }\n}"},{"id":"65d55aee-26e6-49a6-8c86-92f29f74bee8","name":"Start A New Thread","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{environmentUrl}}/v1/core/communicationCenter/support/start?topic=Other&userEmail=test_user_1@test.com&message=test message","host":["{{environmentUrl}}"],"path":["v1","core","communicationCenter","support","start"],"query":[{"key":"topic","value":"Other"},{"key":"userEmail","value":"test_user_1@test.com"},{"key":"message","value":"test message"},{"key":"attachedFiles","value":null,"disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Oct 2021 18:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=Dv3E2WlbPrzPC5/e/hSZQsGiatA08aJ76pSHXCYyJht3yfI85Xa3Abi93sXJEx9Jf/OyMWuHqzqIcue4amnute5kiSXztXQHYdgD76PyEsAZBqZHXdng0BqGd7SD; Expires=Tue, 02 Nov 2021 18:18:27 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=7UWDtMlsMZuwqVOK98OA0bIDaZafxk7WxYe4YI7m.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"messageId\": 10\n    },\n    \"error\": null\n}"}],"_postman_id":"f80c1705-1d55-49f7-b8d8-22c0481d68be"}],"id":"1b31808e-054a-4792-b8b7-d8a7c0a9e947","description":"<p>Retrieve support options and communication settings. This endpoint returns available support topics, default assignments, and moderation options for the Support Center. Use GET /communicationCenter/support/options to query current settings and drive ticket creation flows dynamically. Authentication required; scoped by community.</p>\n","_postman_id":"1b31808e-054a-4792-b8b7-d8a7c0a9e947"}],"id":"71e2736d-16f7-4c71-b6bc-43e11c1cdbf8","_postman_id":"71e2736d-16f7-4c71-b6bc-43e11c1cdbf8","description":""}],"id":"a9a5d38d-234a-4cfe-b1a4-942aef5e7037","description":"<p>This section contains the main entry points to interact with Fuel Cycle’s API. This API allows external users access to P2 Engine data, Delta Testing, and Activity creation or updates.</p>\n<h1 id=\"retrieving-user-profiles\"><strong>Retrieving User Profiles</strong></h1>\n<ul>\n<li>The Fuel Cycle API enables partners to retrieve each participant’s profile points from Fuel Cycle by calling <em>Get User Data</em> which can be called from any API (FCX or Core).</li>\n<li>Profile points are stored as key/value pairs to make them easy to append to responses</li>\n<li>This information is pseudo-anonymized to replace any personally identifiable information (PII) fields with artificial identifiers. This mechanism is essential to operating in compliance with EU GDPR.</li>\n</ul>\n","_postman_id":"a9a5d38d-234a-4cfe-b1a4-942aef5e7037"},{"name":"FCX","item":[{"name":"Create Study","id":"ea0b0842-3c7b-4677-9ac9-ebdb608b1fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{studyName}}","type":"text","description":"<p>Name of Study - Required - String; maximum 500 characters</p>\n"},{"key":"status","value":"{{studyStatus}}","type":"text","description":"<p>Status of Study - Required - String; accepted values: ACTIVE, INITIATED, DISABLED</p>\n"},{"key":"retakeEnabled","value":"{{retakeEnabled}}","type":"text","description":"<p>If user can participate in Study more than once - Boolean; accepted values: true or false; default: false</p>\n"},{"key":"participationURL","value":"{{participationURL}}","type":"text","description":"<p>User will be sent to this url to participate in study - Required - String</p>\n"},{"key":"editURL","value":"{{editURL}}","type":"text","description":"<p>Link to edit study page in partner's platform - String</p>\n"},{"key":"reportURL","value":"{{reportURL}}","type":"text","description":"<p>Link to report page in partner's platform - String</p>\n"}]},"url":"{{environmentUrl}}/v1/fcx/study","description":"<p>This API creates a new study.</p>\n","urlObject":{"path":["v1","fcx","study"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"609661d0-5f19-4b70-bde6-779e0fc3bfff","name":"Create Study - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{studyName}}","type":"text","description":"Name of Study - Required - String; maximum 500 characters"},{"key":"status","value":"{{studyStatus}}","type":"text","description":"Status of Study - Required - String; accepted values: ACTIVE, INITIATED, DISABLED"},{"key":"retakeEnabled","value":"{{retakeEnabled}}","type":"text","description":"If user can participate in Study more than once - Boolean; accepted values: true or false; default: false"},{"key":"participationURL","value":"{{participationURL}}","type":"text","description":"User will be sent to this url to participate in study - Required - String"},{"key":"editURL","value":"{{editURL}}","type":"text","description":"Link to edit study page in partner's platform - String"},{"key":"reportURL","value":"{{reportURL}}","type":"text","description":"Link to report page in partner's platform - String"}]},"url":"{{environmentUrl}}/v1/fcx/study"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:27:31 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=RjaiSDM+byTfeTiDsKCLYTifXMmVI7xmy5WIDm0UjXWs/xI+TVoVbwybX5J4+aYkAlkm9rHhWSkLVPkpy/JdG2i1hh6H8I+eEU0ro/SciYP5PDEWMnvWZyoZbVAI; Expires=Thu, 22 Jul 2021 21:27:31 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=RjaiSDM+byTfeTiDsKCLYTifXMmVI7xmy5WIDm0UjXWs/xI+TVoVbwybX5J4+aYkAlkm9rHhWSkLVPkpy/JdG2i1hh6H8I+eEU0ro/SciYP5PDEWMnvWZyoZbVAI; Expires=Thu, 22 Jul 2021 21:27:31 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=vxP1C5nvNTlomqJPUd-YwIEb6JDyBFI803IfaDo_.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"study\": {\n            \"lastUpdated\": 1626384451042,\n            \"editURL\": \"https://www.partner.com/edit\",\n            \"createdDate\": 1626384451041,\n            \"name\": \"My study\",\n            \"participationURL\": \"https://www.partner.com/participate\",\n            \"retakeEnabled\": true,\n            \"id\": 53,\n            \"reportURL\": \"https://www.partner.com/report\",\n            \"status\": \"ACTIVE\"\n        }\n    },\n    \"error\": null\n}"},{"id":"b6400064-be69-4d8f-b3df-93a63cf5ee5e","name":"Create Study - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{studyName}}","type":"text","description":"Name of Study - Required - String; maximum 500 characters","disabled":true},{"key":"status","value":"{{studyStatus}}","type":"text","description":"Status of Study - Required - String; accepted values: ACTIVE, INITIATED, DISABLED"},{"key":"retakeEnabled","value":"{{retakeEnabled}}","type":"text","description":"If user can participate in Study more than once - Boolean; accepted values: true or false; default: false"},{"key":"participationURL","value":"{{participationURL}}","type":"text","description":"User will be sent to this url to participate in study - Required - String"},{"key":"editURL","value":"{{editURL}}","type":"text","description":"Link to edit study page in partner's platform - String"},{"key":"reportURL","value":"{{reportURL}}","type":"text","description":"Link to report page in partner's platform - String"}]},"url":"{{environmentUrl}}/v1/fcx/study"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:28:09 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=OgVFQdPXFAzWaGj30+8FMqlU/QkpnihD+fjLm7CNYp65OJrLcgaXmm0+pFqmvrijQTbUYJMug3ZyPv9icEcSCbCAdOcfaRb98c0hMRZvhEiv/5fRdgcGKqYhjAku; Expires=Thu, 22 Jul 2021 21:28:09 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=OgVFQdPXFAzWaGj30+8FMqlU/QkpnihD+fjLm7CNYp65OJrLcgaXmm0+pFqmvrijQTbUYJMug3ZyPv9icEcSCbCAdOcfaRb98c0hMRZvhEiv/5fRdgcGKqYhjAku; Expires=Thu, 22 Jul 2021 21:28:09 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Missing Required Parameter\"\n    }\n}"}],"_postman_id":"ea0b0842-3c7b-4677-9ac9-ebdb608b1fe3"},{"name":"Update Study","id":"a22680ec-f085-43fc-b602-70a827f3b3fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{studyName}}","description":"<p>Name of Study - Required - String; maximum 500 characters</p>\n","type":"text"},{"key":"status","value":"{{studyStatus}}","description":"<p>Status of Study - Required - String; accepted values: ACTIVE, INITIATED, DISABLED</p>\n","type":"text"},{"key":"retakeEnabled","value":"{{retakeEnabled}}","description":"<p>If user can participate in Study more than once - Boolean; accepted values: true or false; default: false</p>\n","type":"text"},{"key":"participationURL","value":"{{participationURL}}","description":"<p>User will be sent to this url to participate in study - Required - String</p>\n","type":"text"},{"key":"editURL","value":"{{editURL}}","description":"<p>Link to edit study page in partner's platform - String</p>\n","type":"text"},{"key":"reportURL","value":"{{reportURL}}","description":"<p>Link to report page in partner's platform - String</p>\n","type":"text"}]},"url":"{{environmentUrl}}/v1/fcx/study/{{studyId}}","description":"<p>This API updates the requested study details.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>studyId</strong>: Long, <em>required</em>; Id of the study is been updated.</li>\n</ul>\n","urlObject":{"path":["v1","fcx","study","{{studyId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"73b1d1a7-84e0-41f7-8f19-c6a1bff439ef","name":"Update Study - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{studyName}}","description":"Name of Study - Required - String; maximum 500 characters","type":"text"},{"key":"status","value":"{{studyStatus}}","description":"Status of Study - Required - String; accepted values: ACTIVE, INITIATED, DISABLED","type":"text"},{"key":"retakeEnabled","value":"{{retakeEnabled}}","description":"If user can participate in Study more than once - Boolean; accepted values: true or false; default: false","type":"text","disabled":true},{"key":"participationURL","value":"{{participationURL}}","description":"User will be sent to this url to participate in study - Required - String","type":"text"},{"key":"editURL","value":"{{editURL}}","description":"Link to edit study page in partner's platform - String","type":"text","disabled":true},{"key":"reportURL","value":"{{reportURL}}","description":"Link to report page in partner's platform - String","type":"text","disabled":true}]},"url":"{{environmentUrl}}/v1/fcx/study/{{studyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:32:19 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=EksLcPAeDJXxUTzkkfJQQsQgVamasrGG6XA2nQ/wfogaIVfLZr5nVycEka60yH64eJXxiVE3zNdkBOE4d0CnZw8lVPNK81IdJ10xmJOzXBX5TChIKnvZFtS4xFSC; Expires=Thu, 22 Jul 2021 21:32:19 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=EksLcPAeDJXxUTzkkfJQQsQgVamasrGG6XA2nQ/wfogaIVfLZr5nVycEka60yH64eJXxiVE3zNdkBOE4d0CnZw8lVPNK81IdJ10xmJOzXBX5TChIKnvZFtS4xFSC; Expires=Thu, 22 Jul 2021 21:32:19 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=hrlD2fyMwKUSyLPMWsy1j8fLwRMMCpS1k74N8HtD.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"study\": {\n            \"lastUpdated\": 1626384739692,\n            \"editURL\": null,\n            \"createdDate\": 1626384184000,\n            \"name\": \"My study1\",\n            \"participationURL\": \"https://www.partner.com/participate\",\n            \"retakeEnabled\": false,\n            \"id\": 52,\n            \"reportURL\": null,\n            \"status\": \"ACTIVE\"\n        }\n    },\n    \"error\": null\n}"},{"id":"6446ff1e-6fee-4fe6-8261-3758423c3b4e","name":"Update Study - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"{{studyName}}","description":"Name of Study - Required - String; maximum 500 characters","type":"text"},{"key":"status","value":"{{studyStatus}}","description":"Status of Study - Required - String; accepted values: ACTIVE, INITIATED, DISABLED","type":"text"},{"key":"retakeEnabled","value":"{{retakeEnabled}}","description":"If user can participate in Study more than once - Boolean; accepted values: true or false; default: false","type":"text","disabled":true},{"key":"participationURL","value":"{{participationURL}}","description":"User will be sent to this url to participate in study - Required - String","type":"text"},{"key":"editURL","value":"{{editURL}}","description":"Link to edit study page in partner's platform - String","type":"text","disabled":true},{"key":"reportURL","value":"{{reportURL}}","description":"Link to report page in partner's platform - String","type":"text","disabled":true}]},"url":"{{environmentUrl}}/v1/fcx/study/{{studyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:33:02 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=UDkUQ0E/colettbh/wAJ+K1hUueaxDTZf3+zZ0JaaR+kOWyVyhDLS2aQtHBCVfX6CaWzugYBjmiLA0KbpmiuCaAs4QKPPl5D9Ydj87hk3InamPniPEP0ZsYVRTEv; Expires=Thu, 22 Jul 2021 21:33:02 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=UDkUQ0E/colettbh/wAJ+K1hUueaxDTZf3+zZ0JaaR+kOWyVyhDLS2aQtHBCVfX6CaWzugYBjmiLA0KbpmiuCaAs4QKPPl5D9Ydj87hk3InamPniPEP0ZsYVRTEv; Expires=Thu, 22 Jul 2021 21:33:02 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid studyId\"\n    }\n}"}],"_postman_id":"a22680ec-f085-43fc-b602-70a827f3b3fc"},{"name":"Get Study","id":"3c3f7590-5364-4ca3-831a-b47b147d6f9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/fcx/study/{{studyId}}","description":"<p>This API returns the information for the requested study.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>studyId</strong>: Long, <em>required</em>; Id of the study information is been requested.</li>\n</ul>\n","urlObject":{"path":["v1","fcx","study","{{studyId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"54341648-a7bc-4f00-bf70-4addf206bb40","name":"Get Study - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/fcx/study/{{studyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:36:10 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=U7nUQiD3PRKuIVpJHXTeWOMt0pNMceGqoLTWqCmG3gRyRHks2cnICVhnj1yEc0EaEa/zB5aVZbL1A1yqssPZHrm5vGiFF+jbc5M7bFWCF0MnwC8XfCjfMnmYwGD7; Expires=Thu, 22 Jul 2021 21:36:10 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=U7nUQiD3PRKuIVpJHXTeWOMt0pNMceGqoLTWqCmG3gRyRHks2cnICVhnj1yEc0EaEa/zB5aVZbL1A1yqssPZHrm5vGiFF+jbc5M7bFWCF0MnwC8XfCjfMnmYwGD7; Expires=Thu, 22 Jul 2021 21:36:10 GMT; Path=/; SameSite=None; Secure"},{"key":"Set-Cookie","value":"JSESSIONID=mKJcXLW_Y0PFLXpXFvBtoz_ELydqQqGFgqAsxFe0.stage-platform-v2-phoenix-webapp-01-us-east-1; path=/; secure; HttpOnly"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"study\": {\n            \"lastUpdated\": 1626384739692,\n            \"editURL\": null,\n            \"createdDate\": 1626384184000,\n            \"name\": \"My study1\",\n            \"participationURL\": \"https://www.partner.com/participate\",\n            \"retakeEnabled\": false,\n            \"id\": 52,\n            \"reportURL\": null,\n            \"status\": \"ACTIVE\"\n        }\n    },\n    \"error\": null\n}"},{"id":"1fc06354-66ac-4861-8cc6-6abd11954e99","name":"Get Study - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/fcx/study/{{studyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jul 2021 21:33:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"AWSALB=2X2YShwBcjFYI3fNds9PqjdBAxlwgbsMTOydCRot2fe0XpUZg2CYVuWYNMZV6ZWCchejaFmdDd/PlVSROIoV/CLg+2ZWYHzJF/al58FS8G0UIysjrw9i/2rCQrwQ; Expires=Thu, 22 Jul 2021 21:33:44 GMT; Path=/"},{"key":"Set-Cookie","value":"AWSALBCORS=2X2YShwBcjFYI3fNds9PqjdBAxlwgbsMTOydCRot2fe0XpUZg2CYVuWYNMZV6ZWCchejaFmdDd/PlVSROIoV/CLg+2ZWYHzJF/al58FS8G0UIysjrw9i/2rCQrwQ; Expires=Thu, 22 Jul 2021 21:33:44 GMT; Path=/; SameSite=None; Secure"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": {\n        \"code\": \"400\",\n        \"message\": \"Bad Request - Invalid studyId\"\n    }\n}"}],"_postman_id":"3c3f7590-5364-4ca3-831a-b47b147d6f9a"},{"name":"Update Study Track","id":"82cb6d18-7fbf-4c42-bdd9-74dc3a4cc321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"externalReferenceId","value":"{{externalReferenceId}}","description":"<p>Required - String</p>\n","type":"text"}]},"url":"{{environmentUrl}}/v1/fcx/study/track/{{studyTrackId}}","description":"<p>This API updates the requested study track.</p>\n<hr />\n<h2 id=\"the-request-has-a-path-variable\">The request has a path variable:</h2>\n<ul>\n<li><strong>studyTrackId</strong>: Long, <em>required</em>; Id of the study track is been updated.</li>\n</ul>\n","urlObject":{"path":["v1","fcx","study","track","{{studyTrackId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"82cb6d18-7fbf-4c42-bdd9-74dc3a4cc321"}],"id":"c4c75bfc-6212-462a-9f0a-53054f2ee16c","description":"<p>Fuel Cycle Exchange marketplace API endpoints:</p>\n<ul>\n<li><strong>Create Study</strong>—This API creates a new study and makes it available to attach to community activities</li>\n<li><strong>Update Study</strong>—This API updates the requested study details</li>\n<li><strong>Get Study</strong>—This API returns the information for the requested study</li>\n<li><strong>Update Study Track</strong>—This API updates the requested study track to inform Fuel Cycle that a participant has completed the study by referencing the study track ID.<ul>\n<li>Many of our client communities incentivize members to participate. Knowing if and when the member successfully completed a study is an important factor in how clients reward their members. The Fuel Cycle API enables our partners to communicate the participation status back to Fuel Cycle.</li>\n<li>Partners can notify the Fuel Cycle platform if a participant has completed a study using two methods:<ul>\n<li>Redirects—When members are redirected back to Fuel Cycle, partners can append the status by adding the parameter ‘participationStatus’ and appropriate status code (COMPLETED, TERMINIATED, etc.)</li>\n<li><strong>API Call</strong>—The advantage of the API call is that you can update the participation status at any time, including if the user navigates away from the study before the partner redirects</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"retrieving-user-profiles\"><strong>Retrieving User Profiles</strong></h1>\n<ul>\n<li>The Fuel Cycle API enables partners to retrieve each participant’s profile points from Fuel Cycle by calling <em>Get User Data</em> which can be called from any API (FCX or Core).</li>\n<li>Profile points are stored as key/value pairs to make them easy to append to responses.</li>\n<li>This information is pseudo-anonymized to replace any personally identifiable information (PII) fields with artificial identifiers. This mechanism is essential to operating in compliance with EU GDPR.</li>\n</ul>\n<h1 id=\"two-user-paths-to-create-an-fcx-activity-via-api\"><strong>Two User Paths to Create an FCX Activity via API</strong></h1>\n<ul>\n<li><strong>FCX API</strong>—This API key and token is used when there is a pre-existing study created on the partner platform that clients want to use with Fuel Cycle (this is the lightweight way other FCX partners are doing it today)</li>\n<li><strong>Core + FCX API</strong>—These two API keys and tokens are used for the “Activity API route” where clients can build and publish the study directly from the partner’s platform without needing to login to Fuel Cycle.</li>\n</ul>\n","_postman_id":"c4c75bfc-6212-462a-9f0a-53054f2ee16c"},{"name":"Survey","item":[{"name":"Response","item":[{"name":"Create Response","id":"676a4d37-c563-4ead-8d91-81672b0bd9a2","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"1\",\r\n    \"startDate\": 1662072300000,\r\n    \"endDate\": 1662072480000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2986,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11573,\r\n        \"userInput\": \"Yes\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses/users/{{userId}}/trackings/{{trackingId}}","description":"<p>This API creates a Survey Response associated with a specific survey. This takes in a survey id, a user id, and a tracking id as path variables.</p>\n<h2 id=\"the-payload-object-needs-the-following-fields\">The payload object needs the following fields:</h2>\n<p>* <strong>referenceId</strong>: String, <em>required</em>; external reference of the response. Maximum length of 255 characters.</p>\n<p>* <strong>startDate</strong>: Date in milliseconds_, required. Date when the user started the survey_.</p>\n<p>* <strong>endDate</strong>: Date in milliseconds_, required. Date when the the user finished the survey_.</p>\n<p>* <strong>items:</strong> Array of response items JSON objects_, required_. The response item object fields:</p>\n<p>* <strong>questionId</strong>: Long, <em>required</em>; external reference of the question.</p>\n<p>* <strong>choiceId</strong>: Long; id of the choice of the response if applicable.</p>\n<p>* <strong>answerId</strong>: Long; id of the answer of the response if applicable.</p>\n<p>* <strong>userInput:</strong> String; text from open text questions. Maximum length of 20000 characters.</p>\n<hr />\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>* HTTP Status 200 on any successful handshake with BE</p>\n<p>* FC-H-1010 - Incorrect parameter values</p>\n<p>* FC-H-1000-01 - survey is not in the community or survey is in invalid status or there is already a response with that reference id or the user did not complete the survey or there is no such question, choice, or answer</p>\n","urlObject":{"path":["v1","core","surveys","{{surveyId}}","responses","users","{{userId}}","trackings","{{trackingId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ad2ff4bb-d2e1-4af9-be03-1360aca882bf","name":"Create Response - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"1\",\r\n    \"startDate\": 1662072300000,\r\n    \"endDate\": 1662072480000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2986,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11573,\r\n        \"userInput\": \"Yes\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses/users/2/trackings/998"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=1KcwmfHNYhfpS52WvXjhP5OXRPGEifu_bR44kSaV.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 02 Sep 2022 19:09:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 380,\n        \"referenceId\": \"1\",\n        \"startDate\": 1662072300000,\n        \"endDate\": 1662072480000,\n        \"obsolete\": false,\n        \"items\": [\n            {\n                \"questionId\": 2986,\n                \"choiceId\": null,\n                \"answerId\": 11573,\n                \"userInput\": \"Yes\"\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"0e2a3b80-00a9-425e-9afb-4b71806955bd","name":"Create Response - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872300000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/4013/responses/users/11/trackings/1014"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=_pxIFZukzhAOPNaQ4yCp6mwa6legg2VLis5bKRH2.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:19:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"SURVEY_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"c0dfa9f9-984d-49e5-8b33-41b0855e5931","name":"Create Response - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872300000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/403/responses/users/1111/trackings/1014"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:19:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"USER_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"1e955b3e-a6c6-49f2-a68d-e9901d417b88","name":"Create Response - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872300000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/403/responses/users/11/trackings/10141"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:20:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"TRACKING_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"8677b35b-791c-4461-a56e-428525560df3","name":"Create Response - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872300000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/403/responses/users/11/trackings/101422"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=3AO8ZQkoZ4xS-muD7HJ6JViK2xYXv4638me96c33.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:21:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1000-01\",\n        \"message\": \"Invalid survey status\",\n        \"fields\": null,\n        \"fieldMessages\": null\n    }\n}"},{"id":"1d73a843-b518-4440-b5f6-299ca27c3aa1","name":"Create Response - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872300000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/270/responses/users/11/trackings/1014"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:23:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1000-01\",\n        \"message\": \"Permission denied\",\n        \"fields\": null,\n        \"fieldMessages\": null\n    }\n}"}],"_postman_id":"676a4d37-c563-4ead-8d91-81672b0bd9a2"},{"name":"Update Response","id":"a81ac838-adba-4b11-916d-4e258cdabfb2","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"resp_1\",\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2967,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11509,\r\n        \"userInput\": \"answer 1\"\r\n      },\r\n      {\r\n        \"questionId\": 2968,\r\n        \"choiceId\": 2374,\r\n        \"answerId\": 11511,\r\n        \"userInput\": \"answer 3\"\r\n      },\r\n      {\r\n        \"questionId\": 2968,\r\n        \"choiceId\": 2374,\r\n        \"answerId\": 11513,\r\n        \"userInput\": \"answer 5\"\r\n      },\r\n      {\r\n        \"questionId\": 2968,\r\n        \"choiceId\": 2375,\r\n        \"answerId\": 11513,\r\n        \"userInput\": \"answer 5\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses/{{responseId}}","description":"<p>This API updates a Survey Response. This takes in a survey id, and a response id as path variables.</p>\n<h2 id=\"the-payload-object-needs-the-following-fields\">The payload object needs the following fields:</h2>\n<p>* <strong>referenceId</strong>: String, <em>required</em>; external reference of the response. Maximum length of 255 characters.<br />* <strong>startDate</strong>: Date in milliseconds, <em>required</em>. Date when the user started the survey.<br />* <strong>endDate</strong>: Date in milliseconds, <em>required</em>. Date when the user finished the survey.<br />* <strong>items:</strong> Array of response items JSON objects, required. The response item object fields:<br />* <strong>questionId</strong>: Long, <em>required</em>; external reference of the question.<br />* <strong>choiceId</strong>: Long; id of the choice of the response if applicable.<br />* <strong>answerId</strong>: Long; id of the answer of the response if applicable.<br />* <strong>userInput:</strong> String; text from open text questions. Maximum length of 20000 characters.</p>\n<hr />\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>* HTTP Status 200 on any successful handshake with BE</p>\n<p>* FC-H-1010 - Incorrect parameter values</p>\n<p>* FC-H-1000-01 - survey is not in the community or there is no response with that reference id or there is no such question, choice, or answer</p>\n","urlObject":{"path":["v1","core","surveys","{{surveyId}}","responses","{{responseId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e7dd1983-8b0a-44fe-a7a6-4536b6d2fec5","name":"Update Response - success","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"7\",\r\n    \"startDate\": 1662660660000,\r\n    \"endDate\": 1662660780000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2986,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11574,\r\n        \"userInput\": \"No\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses/{{responseId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=o2V6eW9zvNqwmgmjpgvuFOURq0DnXVDeVCAsJg9c.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 08 Sep 2022 18:42:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 385,\n        \"referenceId\": \"7\",\n        \"startDate\": 1662660660000,\n        \"endDate\": 1662660780000,\n        \"items\": [\n            {\n                \"questionId\": 2986,\n                \"choiceId\": null,\n                \"answerId\": 11574,\n                \"userInput\": \"No\"\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"cf81b37e-78ea-48b3-bd85-23c957fc0e58","name":"Update Response - error","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872240000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/4013/responses/390"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=60TZDdY_WlVe3S-dy-R9jj66TdpYpHZfK-xqpztL.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:01:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"SURVEY_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"4b707281-38f9-4dc4-b945-58f7791b13fb","name":"Update Response - error","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872240000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/403/responses/3901"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:02:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"SURVEY_RESPONSE_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"d39e857a-9913-411c-9e35-0cbbc2fe090f","name":"Update Response - error","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"3\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872240000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/270/responses/390"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:02:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1000-01\",\n        \"message\": \"Permission denied\",\n        \"fields\": null,\n        \"fieldMessages\": null\n    }\n}"},{"id":"7689b95e-0782-4758-af8c-c62e1474855c","name":"Update Response - error","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"4\",\r\n    \"startDate\": 1663872180000,\r\n    \"endDate\": 1663872240000,\r\n    \"items\": [\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11599,\r\n        \"userInput\": \"Beer\"\r\n      },\r\n      {\r\n        \"questionId\": 2988,\r\n        \"choiceId\": null,\r\n        \"answerId\": 11600,\r\n        \"userInput\": \"Wine\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/403/responses/390"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:03:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1000-01\",\n        \"message\": \"There is no response with that reference id\",\n        \"fields\": null,\n        \"fieldMessages\": null\n    }\n}"}],"_postman_id":"a81ac838-adba-4b11-916d-4e258cdabfb2"},{"name":"Get Response by Id","id":"7a358222-3e09-461a-a633-f64e6fc0752b","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses/{{surveyResponseId}}","description":"<p>This API returns Survey Response details. This takes in a survey id and a response id as path variables.</p>\n<hr />\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>*   FC-H-1010-00 -&gt; Request parameter exception for invalid survey id or response id</p>\n<p>*   FC-H-1000-01 - survey is not in the community</p>\n","urlObject":{"path":["v1","core","surveys","{{surveyId}}","responses","{{surveyResponseId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a3bcf2d7-1871-4f5b-8a2a-ed56121f458b","name":"Get Response by Id - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses/380"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=MXf4zeAf-LvdzbF6Nhpgg_TQcb726Sce8n66xCDJ.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 02 Sep 2022 19:28:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 380,\n        \"referenceId\": \"1\",\n        \"startDate\": 1662072300000,\n        \"endDate\": 1662072480000,\n        \"obsolete\": false,\n        \"items\": [\n            {\n                \"questionId\": 2986,\n                \"choiceId\": null,\n                \"answerId\": 11573,\n                \"userInput\": \"Yes\"\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"6ca6c872-50dc-40df-a405-ef3993dc4924","name":"Get Response by Id - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/surveys/4013/responses/390"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=-zh8qb4uYLBxplO0IoB7EzJZDF4XgM2ZR0A-q1uD.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 00:58:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"SURVEY_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"49274a45-1c04-49dc-933f-d374f60e2aed","name":"Get Response by Id - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/surveys/403/responses/3901"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=hUP2wAUgxBGZb1PS79w6x5hkIMeicko9mFrexZlJ.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 00:59:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"SURVEY_RESPONSE_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"ab5887bf-2680-4909-863f-62c1703b0812","name":"Get Response by Id - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/surveys/270/responses/390"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=bfLWDq8JpBGy4TPcAm23dIZ4_RElrvkPq3olmcXj.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 01:00:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1000-01\",\n        \"message\": \"Permission denied\",\n        \"fields\": null,\n        \"fieldMessages\": null\n    }\n}"}],"_postman_id":"7a358222-3e09-461a-a633-f64e6fc0752b"},{"name":"Get List of Responses","id":"f734a7b0-9698-4179-90d9-ff7d0b4dc9bf","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses?payload=%7B%22pagination%22%3A%7B%22page%22%3A3%2C%22resultsPerPage%22%3A4%7D%7D","description":"<p>This API lists Survey Responses. The request has a query string with this parameter:</p>\n<p>*   <strong>payload</strong>: JSON object. These are the payload object fields:\n*   <strong>pagination</strong>: JSON object; Pagination properties. Properties are:\n    *   <em>page</em>: Integer; Results page number. Must be greater than 0. Default value is <em>1</em>.\n    *   <em>resultsPerPage</em>: Integer; Number of results per page. Must be greater than 0. Default value is <em>10</em>.</p>\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>* <strong>FC-H-1010-00</strong> -&gt; Incorrect parameter values</p>\n","urlObject":{"path":["v1","core","surveys","{{surveyId}}","responses"],"host":["{{environmentUrl}}"],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A3%2C%22resultsPerPage%22%3A4%7D%7D"}],"variable":[]}},"response":[{"id":"0684ae10-dfa7-40d1-8d3b-cdfa3a4a2c0e","name":"Get List of Responses - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/surveys/401/responses?payload=%7B%22pagination%22%3A%7B%22page%22%3A3%2C%22resultsPerPage%22%3A4%7D%7D","host":["{{environmentUrl}}"],"path":["v1","core","surveys","401","responses"],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A3%2C%22resultsPerPage%22%3A4%7D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 06 Sep 2022 23:58:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 4,\n        \"totalResults\": 1,\n        \"sortBy\": null,\n        \"sortType\": null,\n        \"results\": [\n            {\n                \"id\": 380,\n                \"referenceId\": \"1\",\n                \"startDate\": 1662072300000,\n                \"endDate\": 1662072480000,\n                \"obsolete\": false,\n                \"items\": []\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"c0b30e3e-1096-4f70-83bb-db1d0b1afec9","name":"Get List of Responses - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/surveys/403/responses?payload=%7B%22pagination%22%3A%7B%22page%22%3A-2%2C%22resultsPerPage%22%3A-2%7D%7D","host":["{{environmentUrl}}"],"path":["v1","core","surveys","403","responses"],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22page%22%3A-2%2C%22resultsPerPage%22%3A-2%7D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=IfTTxFLwBqXZAj_t3DyB-gSvMc01HGH_yE9nylAn.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 23 Sep 2022 00:55:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Please verify your API parameters for this action.\",\n        \"fields\": [\n            \"PAGE\",\n            \"RESULTS_PER_PAGE\"\n        ],\n        \"fieldMessages\": null\n    }\n}"}],"_postman_id":"f734a7b0-9698-4179-90d9-ff7d0b4dc9bf"}],"id":"9ba6a467-c803-4f4a-a0f1-f83f25c9b48d","description":"<p>Use the Response API to create, update, or view survey responses from any service provider.</p>\n","_postman_id":"9ba6a467-c803-4f4a-a0f1-f83f25c9b48d"},{"name":"Create Survey","id":"1fa4977b-29b4-4270-9255-3ff8ac1d049a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"7008342\",\r\n    \"name\": \"API survey 1\",\r\n    \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"106\",\r\n        \"title\": \"Do you like chicken?\",\r\n        \"type\": \"SINGLE_SELECT\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Yes\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"No\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys","description":"<p>This API creates a Survey. The payload object needs the following fields:</p>\n<p>* <strong>referenceId</strong>: String, <em>required</em>; external reference of the survey. Maximum length of 100 characters.<br />* <strong>name</strong>: String, <em>required</em>; name of the survey. Maximum length of 500 characters.<br />* <strong>url:</strong> String, <em>required</em>; url of the survey. Maximum length of 500 characters.</p>\n<p>Pass the survey URL to us to link within our platform, for example, if you have a new survey to import into the Fuel Cycle platform. We add 3 parameters to the generic URL you give us. Your redirect back to us needs all 3 of these parameters:</p>\n<ol>\n<li>Fuel Cycle User ID: <em>fcUserId</em></li>\n<li>Fuel Cycle Tracking ID: <em>fcTrackingId</em> — Unique ID we generate for each survey, at this time, from this activity, etc.</li>\n<li>Fuel Cycle Redirect URL:<ol>\n<li>If you want to qualify,<ol>\n<li>add <em>qualified</em> = TRUE (default value).</li>\n<li>This is optional, but if you do not add this value, TRUE will be considered as the default.</li>\n</ol>\n</li>\n<li>To disqualify, pass the following:<ol>\n<li><em>qualified</em> = FALSE</li>\n<li><em>reason</em> = LOGIC or OVER_QUOTA</li>\n<li><em>disqualifiedStep</em> = [alphanumeric-max 50 characters]</li>\n</ol>\n</li>\n</ol>\n</li>\n</ol>\n<p>The API callback to create the survey response will be in the format:</p>\n<p><code>{{environmentUrl}}/v1/core/surveys/{{surveyId}}/responses/users/{{userId}}/trackings/{{trackingId}}</code></p>\n<p>* <strong>questions:</strong> Array of question JSON objects. The question object fields:<br />* <strong>referenceId</strong>: String, <em>required</em>; external reference of the question. Maximum length of 255 characters.<br />* <strong>title</strong>: String, <em>required</em>; title of the question.<br />* <strong>alias:</strong> String; alias of the question. Maximum length of 1000 characters.<br />* <strong>type:</strong> String, <em>required</em>; type of the question. Valid values are: OPEN_TEXT, SINGLE_SELECT, MULTI_SELECT, DROP_DOWN, DROP_DOWN_LIST, GRID_OPEN_TEXT, GRID_SINGLE_SELECT, GRID_MULTI_SELECT, GRID_DROP_DOWN, SINGLE_SLIDER, MULTI_SLIDER, HEAT_MAP, HOT_SPOT, NPS, MAX_DIFF, RANK, CARD_SORT, FORM.<br />* <strong>choices</strong>: Array of choice JSON objects. The choice object fields:<br />* <strong>referenceId</strong>: String, <em>required</em>; external reference of the choice. Maximum length of 255 characters.<br />* <strong>title</strong>: String, <em>required</em>; title of the choice. Maximum length of 5000 characters.<br />* <strong>alias:</strong> String; alias of the choice. Maximum length of 1000 characters.<br />* <strong>answers</strong>: Array of answer JSON objects. The answer object fields:<br />* <strong>referenceId</strong>: String, <em>required</em>; external reference of the answer. Maximum length of 255 characters.<br />* <strong>title</strong>: String, <em>required</em>; title of the answer. Maximum length of 5000 characters.<br />* <strong>alias:</strong> String; alias of the answer. Maximum length of 1000 characters.</p>\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>* HTTP Status 200 on any successful handshake with BE</p>\n<p>* FC-H-1010 - Incorrect parameter values</p>\n<p>* FC-H-1000-01 - There is an existing survey with that referenceId</p>\n","urlObject":{"path":["v1","core","surveys"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bd2d0601-fe0f-478b-b65f-924f4c82d462","name":"Create Survey - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"7008342\",\r\n    \"name\": \"API survey 1\",\r\n    \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"106\",\r\n        \"title\": \"Do you like chicken?\",\r\n        \"type\": \"SINGLE_SELECT\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Yes\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"No\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=ooxlGjD34DHq4u4Z35HEMIUy3igFIjZ5q5bwjDjA.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 01 Sep 2022 21:46:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 401,\n        \"name\": \"API survey 1\",\n        \"referenceId\": \"7008342\",\n        \"status\": \"AVAILABLE\",\n        \"provider\": \"OTHER\",\n        \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\n        \"questions\": [\n            {\n                \"id\": 2986,\n                \"referenceId\": \"106\",\n                \"title\": \"Do you like chicken?\",\n                \"alias\": null,\n                \"type\": \"SINGLE_SELECT\",\n                \"choices\": [],\n                \"answers\": [\n                    {\n                        \"id\": 11573,\n                        \"referenceId\": \"10139\",\n                        \"title\": \"Yes\",\n                        \"alias\": null,\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11574,\n                        \"referenceId\": \"10140\",\n                        \"title\": \"No\",\n                        \"alias\": null,\n                        \"enabled\": true\n                    }\n                ]\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"c87475ad-0b6f-4a88-939f-3e5bff26f38f","name":"Create Survey - success","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"7016740\",\r\n    \"name\": \"API survey 2\",\r\n    \"url\": \"https://survey.alchemer.com/s3/7016740/API-survey-2\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"106\",\r\n        \"title\": \"Select all your preferred food\",\r\n        \"alias\": \"preferred_food\",\r\n        \"type\": \"MULTI_SELECT\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Pizza\",\r\n            \"alias\": \"pizza\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"Sandwich\",\r\n            \"alias\": \"sandwich\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10141\",\r\n            \"title\": \"Hamburger\",\r\n            \"alias\": \"hamburger\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10142\",\r\n            \"title\": \"Tacos\",\r\n            \"alias\": \"tacos\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10143\",\r\n            \"title\": \"Burrito\",\r\n            \"alias\": \"burrito\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10144\",\r\n            \"title\": \"None of the above\",\r\n            \"alias\": \"none\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=AS1g3TCtF6LI05Pjb5Tj48okmFtOM4WRTASeQjcs.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 08 Sep 2022 21:46:23 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 402,\n        \"name\": \"API survey 2\",\n        \"referenceId\": \"7016740\",\n        \"status\": \"AVAILABLE\",\n        \"provider\": \"OTHER\",\n        \"url\": \"https://survey.alchemer.com/s3/7016740/API-survey-2\",\n        \"questions\": [\n            {\n                \"id\": 2987,\n                \"referenceId\": \"106\",\n                \"title\": \"Select all your preferred food\",\n                \"alias\": \"preferred_food\",\n                \"type\": \"MULTI_SELECT\",\n                \"choices\": [],\n                \"answers\": [\n                    {\n                        \"id\": 11575,\n                        \"referenceId\": \"10139\",\n                        \"title\": \"Pizza\",\n                        \"alias\": \"pizza\",\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11576,\n                        \"referenceId\": \"10140\",\n                        \"title\": \"Sandwich\",\n                        \"alias\": \"sandwich\",\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11577,\n                        \"referenceId\": \"10141\",\n                        \"title\": \"Hamburger\",\n                        \"alias\": \"hamburger\",\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11578,\n                        \"referenceId\": \"10142\",\n                        \"title\": \"Tacos\",\n                        \"alias\": \"tacos\",\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11579,\n                        \"referenceId\": \"10143\",\n                        \"title\": \"Burrito\",\n                        \"alias\": \"burrito\",\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11580,\n                        \"referenceId\": \"10144\",\n                        \"title\": \"None of the above\",\n                        \"alias\": \"none\",\n                        \"enabled\": true\n                    }\n                ]\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"b44343c2-87ca-4e33-8f7d-faa45bc33881","name":"Create Survey - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"name\": \"survey test 3\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"12\",\r\n        \"title\": \"Select all your preferred drink\",\r\n        \"alias\": \"preferred_drink\",\r\n        \"type\": \"MULTI_SELECT\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Beer\",\r\n            \"alias\": \"beer\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"Wine\",\r\n            \"alias\": \"wine\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10141\",\r\n            \"title\": \"Water\",\r\n            \"alias\": \"water\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10142\",\r\n            \"title\": \"Soda\",\r\n            \"alias\": \"soda\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=za5Np0PKu_a4hPOLidEXRMhw86yajRPm2oSl1mm7.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 22 Sep 2022 21:00:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010\",\n        \"message\": \"Please verify your API parameters for this action.\",\n        \"fields\": [\n            \"SURVEY_REFERENCE_ID\",\n            \"SURVEY_URL\"\n        ],\n        \"fieldMessages\": {\n            \"SURVEY_REFERENCE_ID\": \"FC-H-1010-survey test 3\",\n            \"SURVEY_URL\": \"FC-H-1010-survey test 3\"\n        }\n    }\n}"},{"id":"5a4e0b86-7d4f-41af-9af2-0e18e6be877a","name":"Create Survey - error","originalRequest":{"method":"POST","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"11111\",\r\n    \"name\": \"survey test 3\",\r\n    \"url\": \"https://survey.alchemer.com/s3/7018266/API-survey-3-local-redirect\",\r\n    \"questions\": [\r\n      {\r\n        \"title\": \"Select all your preferred drink\",\r\n        \"alias\": \"preferred_drink\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Beer\",\r\n            \"alias\": \"beer\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"Wine\",\r\n            \"alias\": \"wine\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10141\",\r\n            \"title\": \"Water\",\r\n            \"alias\": \"water\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10142\",\r\n            \"title\": \"Soda\",\r\n            \"alias\": \"soda\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=LJWWfD3xEJIqECb5s--Gvt3z-G2ruX12ZlTStc5P.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 22 Sep 2022 21:03:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010\",\n        \"message\": \"Please verify your API parameters for this action.\",\n        \"fields\": [\n            \"QUESTION_TYPE\",\n            \"QUESTION_REFERENCE_ID\"\n        ],\n        \"fieldMessages\": {\n            \"QUESTION_TYPE\": \"FC-H-1010-Select all your preferred drink\",\n            \"QUESTION_REFERENCE_ID\": \"FC-H-1010-Select all your preferred drink\"\n        }\n    }\n}"}],"_postman_id":"1fa4977b-29b4-4270-9255-3ff8ac1d049a"},{"name":"Update Survey","id":"8f6e417c-9355-4392-b408-3fdeefa8ccb2","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"7008342\",\r\n    \"name\": \"API survey 1.1\",\r\n    \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"106\",\r\n        \"title\": \"Do you like chicken?\",\r\n        \"type\": \"SINGLE_SELECT\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Yes\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"No\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}","description":"<p>This API updates a Survey. This takes in a survey id as path variable.</p>\n<h2 id=\"the-payload-object-needs-the-following-fields\">The payload object needs the following fields:</h2>\n<p>* <strong>referenceId</strong>: String, <em>required</em>; external reference of the survey. Maximum length of 100 characters.<br />* <strong>name</strong>: String, <em>required</em>; name of the survey. Maximum length of 500 characters.<br />* <strong>url:</strong> String, <em>required</em>; url of the survey. Maximum length of 500 characters.<br />* <strong>questions:</strong> Array of question JSON objects. The question object fields:<br />* <strong>referenceId</strong>: String, <em>required</em>; external reference of the question. Maximum length of 255 characters.<br />* <strong>title</strong>: String, <em>required</em>; title of the question.<br />* <strong>alias:</strong> String; alias of the question. Maximum length of 1000 characters.<br />* <strong>type:</strong> String, <em>required</em>; type of the question. Valid values are: OPEN_TEXT, SINGLE_SELECT, MULTI_SELECT, DROP_DOWN, DROP_DOWN_LIST, GRID_OPEN_TEXT, GRID_SINGLE_SELECT, GRID_MULTI_SELECT, GRID_DROP_DOWN, SINGLE_SLIDER, MULTI_SLIDER, HEAT_MAP, HOT_SPOT, NPS, MAX_DIFF, RANK, CARD_SORT, FORM.<br />* <strong>choices</strong>: Array of choice JSON objects. The choice object fields:<br />* <strong>referenceId</strong>: String, <em>required</em>; external reference of the choice. Maximum length of 255 characters.<br />* <strong>title</strong>: String, <em>required</em>; title of the choice. Maximum length of 5000 characters.<br />* <strong>alias:</strong> String; alias of the choice. Maximum length of 1000 characters.<br />* <strong>answers</strong>: Array of answer JSON objects. The answer object fields:<br />* <strong>referenceId</strong>: String, <em>required</em>; external reference of the answer. Maximum length of 255 characters.<br />* <strong>title</strong>: String, <em>required</em>; title of the answer. Maximum length of 5000 characters.<br />* <strong>alias:</strong> String; alias of the answer. Maximum length of 1000 characters.</p>\n<hr />\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>* HTTP Status 200 on any successful handshake with BE</p>\n<p>* FC-H-1010 - Incorrect parameter values</p>\n<p>* FC-H-1000-01 - survey is not in the community</p>\n","urlObject":{"path":["v1","core","surveys","{{surveyId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f71b7a53-9406-4e0e-a4bc-6b6380b822e9","name":"Update Survey - success","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"7008342\",\r\n    \"name\": \"API survey 1.1\",\r\n    \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"106\",\r\n        \"title\": \"Do you like chicken?\",\r\n        \"type\": \"SINGLE_SELECT\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Yes\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"No\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/401"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=kkjGSmCe06qjVVUvgQxja6L1ttz-x2WRbv-4zbnD.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 01 Sep 2022 21:56:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 401,\n        \"name\": \"API survey 1.1\",\n        \"referenceId\": \"7008342\",\n        \"status\": \"AVAILABLE\",\n        \"provider\": \"OTHER\",\n        \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\n        \"questions\": [\n            {\n                \"id\": 2986,\n                \"referenceId\": \"106\",\n                \"title\": \"Do you like chicken?\",\n                \"alias\": null,\n                \"type\": \"SINGLE_SELECT\",\n                \"choices\": [],\n                \"answers\": [\n                    {\n                        \"id\": 11573,\n                        \"referenceId\": \"10139\",\n                        \"title\": \"Yes\",\n                        \"alias\": null,\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11574,\n                        \"referenceId\": \"10140\",\n                        \"title\": \"No\",\n                        \"alias\": null,\n                        \"enabled\": true\n                    }\n                ]\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"a115a7a0-7346-42ee-bfb4-82956723035e","name":"Update Survey - error","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"referenceId\": \"7008342\",\r\n    \"name\": \"API survey 1.1\",\r\n    \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"106\",\r\n        \"title\": \"Do you like chicken?\",\r\n        \"type\": \"SINGLE_SELECT\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Yes\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"No\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/270"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 22 Sep 2022 21:54:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1000-01\",\n        \"message\": \"Permission denied\",\n        \"fields\": null,\n        \"fieldMessages\": null\n    }\n}"},{"id":"9a1d34a6-bcc4-4fd8-a861-8b079c6f82d3","name":"Update Survey - error","originalRequest":{"method":"PUT","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"body":{"mode":"raw","raw":"{\r\n  \"payload\": {\r\n    \"name\": \"API survey 1.1\",\r\n    \"questions\": [\r\n      {\r\n        \"referenceId\": \"106\",\r\n        \"title\": \"Do you like chicken?\",\r\n        \"type\": \"SINGLE_ONE\",\r\n        \"choices\": [],\r\n        \"answers\": [\r\n          {\r\n            \"referenceId\": \"10139\",\r\n            \"title\": \"Yes\"\r\n          },\r\n          {\r\n            \"referenceId\": \"10140\",\r\n            \"title\": \"No\"\r\n          }\r\n        ]\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{environmentUrl}}/v1/core/surveys/403"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 22 Sep 2022 22:02:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010\",\n        \"message\": \"Please verify your API parameters for this action.\",\n        \"fields\": [\n            \"SURVEY_REFERENCE_ID\",\n            \"QUESTION_TYPE\",\n            \"SURVEY_URL\"\n        ],\n        \"fieldMessages\": {\n            \"SURVEY_REFERENCE_ID\": \"FC-H-1010-API survey 1.1\",\n            \"QUESTION_TYPE\": \"FC-H-1010-Do you like chicken?\",\n            \"SURVEY_URL\": \"FC-H-1010-API survey 1.1\"\n        }\n    }\n}"}],"_postman_id":"8f6e417c-9355-4392-b408-3fdeefa8ccb2"},{"name":"Get Survey by Id","id":"c4a88445-e7d2-4fc9-b226-5a7e37f60222","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}","description":"<p>This API returns a Survey's details. This takes in a survey id as path variable.</p>\n<hr />\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>* FC-H-1010-00 -&gt; Request parameter exception for invalid survey id</p>\n<p>* FC-H-1000-01 - survey is not in the community</p>\n","urlObject":{"path":["v1","core","surveys","{{surveyId}}"],"host":["{{environmentUrl}}"],"query":[],"variable":[]}},"response":[{"id":"36bc56a3-3cd6-4a9b-b207-bf61aa6e359f","name":"Get Survey by Id - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/surveys/{{surveyId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=Yb1YlupoKSqWLM34f8H3KDpP1AS2Ldfw0moV6u_o.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 01 Sep 2022 21:48:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 401,\n        \"name\": \"API survey 1\",\n        \"referenceId\": \"7008342\",\n        \"status\": \"AVAILABLE\",\n        \"provider\": \"OTHER\",\n        \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\n        \"questions\": [\n            {\n                \"id\": 2986,\n                \"referenceId\": \"106\",\n                \"title\": \"Do you like chicken?\",\n                \"alias\": null,\n                \"type\": \"SINGLE_SELECT\",\n                \"choices\": [],\n                \"answers\": [\n                    {\n                        \"id\": 11573,\n                        \"referenceId\": \"10139\",\n                        \"title\": \"Yes\",\n                        \"alias\": null,\n                        \"enabled\": true\n                    },\n                    {\n                        \"id\": 11574,\n                        \"referenceId\": \"10140\",\n                        \"title\": \"No\",\n                        \"alias\": null,\n                        \"enabled\": true\n                    }\n                ]\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"8e2924d0-792c-4493-8352-df01c5b97eab","name":"Get Survey by Id - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/surveys/4035"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 22 Sep 2022 22:37:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Invalid path param\",\n        \"fields\": [\n            \"SURVEY_ID\"\n        ],\n        \"fieldMessages\": null\n    }\n}"},{"id":"dbdd7f8d-c51e-4914-bb30-b92a30993c7c","name":"Get Survey by Id - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":"{{environmentUrl}}/v1/core/surveys/270"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=EV9yOkPHFMti5Tirq_yCqmmLULjvE37oc0ZONMnO.fclw0191; path=/"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 22 Sep 2022 22:38:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1000-01\",\n        \"message\": \"Permission denied\",\n        \"fields\": null,\n        \"fieldMessages\": null\n    }\n}"}],"_postman_id":"c4a88445-e7d2-4fc9-b226-5a7e37f60222"},{"name":"Get List of Surveys","id":"2d1254a1-8590-4249-b341-e0effbe106b9","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"<p>Will be provided by Fuel Cycle</p>\n"},{"key":"token","value":"{{accessToken}}","description":"<p>Will be provided by Fuel Cycle</p>\n"}],"url":"{{environmentUrl}}/v1/core/surveys/?payload=%7B%22pagination%22%3A%7B%22sortBy%22%3A%22name%22%2C%22sortType%22%3A%22asc%22%2C%22page%22%3A3%2C%22resultsPerPage%22%3A4%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22NAME%22%2C%22values%22%3A%5B%22API%22%5D%7D%2C%7B%22key%22%3A%22STATUS%22%2C%22values%22%3A%5B%22AVAILABLE%22%5D%7D%5D%7D","description":"<p>This API lists Surveys already in Fuel Cycle. The request has a query string with this parameter:</p>\n<p>* <strong>payload</strong>: JSON object. These are the payload object fields:<br />* <strong>pagination</strong>: JSON object; Pagination properties. Properties are:<br />* <em>sortBy</em>: String; Field to sort the results by. Possible values are <em>name</em>, status, imported. Default value is name.<br />* <em>sortType</em>: String; Type of the sort. Possible values are <em>asc</em>, <em>desc.</em> Default value is <em>asc</em>.<br />* <em>page</em>: Integer; Results page number. Must be greater than 0. Default value is <em>1</em>.<br />* <em>resultsPerPage</em>: Integer; Number of results per page. Must be greater than 0. Default value is <em>10</em>.<br />* <strong>filters</strong>: JSON array of filters; Filter JSON object properties are:<br />* <em>key</em>: String; Name of the field to filter by. Possible value are NAME, STATUS<br />* <em>values</em>: Array of Strings; Strings to filter by. Possible values for STATUS are AVAILABLE, ATTACHED, LOCKED, DELETED</p>\n<h2 id=\"exceptions\">Exceptions:</h2>\n<p>* FC-H-1010-00 -&gt; Incorrect parameter values</p>\n","urlObject":{"path":["v1","core","surveys",""],"host":["{{environmentUrl}}"],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22sortBy%22%3A%22name%22%2C%22sortType%22%3A%22asc%22%2C%22page%22%3A3%2C%22resultsPerPage%22%3A4%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22NAME%22%2C%22values%22%3A%5B%22API%22%5D%7D%2C%7B%22key%22%3A%22STATUS%22%2C%22values%22%3A%5B%22AVAILABLE%22%5D%7D%5D%7D"}],"variable":[]}},"response":[{"id":"8b13808d-3495-471f-af80-f5a85e37d23f","name":"Get List of Surveys - success","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/surveys/?payload=%7B%22pagination%22%3A%7B%22sortBy%22%3A%22name%22%2C%22sortType%22%3A%22asc%22%2C%22page%22%3A1%2C%22resultsPerPage%22%3A3%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22NAME%22%2C%22values%22%3A%5B%22api%22%5D%7D%2C%7B%22key%22%3A%22STATUS%22%2C%22values%22%3A%5B%22AVAILABLE%22%5D%7D%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","surveys",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22sortBy%22%3A%22name%22%2C%22sortType%22%3A%22asc%22%2C%22page%22%3A1%2C%22resultsPerPage%22%3A3%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22NAME%22%2C%22values%22%3A%5B%22api%22%5D%7D%2C%7B%22key%22%3A%22STATUS%22%2C%22values%22%3A%5B%22AVAILABLE%22%5D%7D%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 01 Sep 2022 21:51:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": 1,\n        \"resultsPerPage\": 3,\n        \"totalResults\": 4,\n        \"sortBy\": \"name\",\n        \"sortType\": \"asc\",\n        \"results\": [\n            {\n                \"id\": 401,\n                \"name\": \"API survey 1\",\n                \"referenceId\": \"7008342\",\n                \"status\": \"AVAILABLE\",\n                \"provider\": \"OTHER\",\n                \"url\": \"https://survey.alchemer.com/s3/7008342/API-survey-1\",\n                \"questions\": []\n            },\n            {\n                \"id\": 394,\n                \"name\": \"Survey API test 1\",\n                \"referenceId\": \"123\",\n                \"status\": \"AVAILABLE\",\n                \"provider\": \"OTHER\",\n                \"url\": \"http://www.google.com\",\n                \"questions\": []\n            },\n            {\n                \"id\": 397,\n                \"name\": \"Survey API test 2\",\n                \"referenceId\": \"1234\",\n                \"status\": \"AVAILABLE\",\n                \"provider\": \"OTHER\",\n                \"url\": \"http://www.google.com\",\n                \"questions\": []\n            }\n        ]\n    },\n    \"success\": true,\n    \"error\": null\n}"},{"id":"14402197-2990-444b-8b57-4bec3a400ac2","name":"Get List of Surveys - error","originalRequest":{"method":"GET","header":[{"key":"key","value":"{{accessKey}}","description":"Will be provided by Fuel Cycle"},{"key":"token","value":"{{accessToken}}","description":"Will be provided by Fuel Cycle"}],"url":{"raw":"{{environmentUrl}}/v1/core/surveys/?payload=%7B%22pagination%22%3A%7B%22sortBy%22%3A%22nameX%22%2C%22sortType%22%3A%22ascX%22%2C%22page%22%3A-3%2C%22resultsPerPage%22%3A-4%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22NAMEs%22%2C%22values%22%3A%5B%22API%22%5D%7D%2C%7B%22key%22%3A%22STATUS%22%2C%22values%22%3A%5B%22AVAILABLED%22%5D%7D%5D%7D","host":["{{environmentUrl}}"],"path":["v1","core","surveys",""],"query":[{"key":"payload","value":"%7B%22pagination%22%3A%7B%22sortBy%22%3A%22nameX%22%2C%22sortType%22%3A%22ascX%22%2C%22page%22%3A-3%2C%22resultsPerPage%22%3A-4%7D%2C%22filters%22%3A%5B%7B%22key%22%3A%22NAMEs%22%2C%22values%22%3A%5B%22API%22%5D%7D%2C%7B%22key%22%3A%22STATUS%22%2C%22values%22%3A%5B%22AVAILABLED%22%5D%7D%5D%7D"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 22 Sep 2022 23:04:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"success\": false,\n    \"error\": {\n        \"code\": \"FC-H-1010-00\",\n        \"message\": \"Please verify your API parameters for this action.\",\n        \"fields\": [\n            \"SORT_BY\",\n            \"SORT_TYPE\",\n            \"PAGE\",\n            \"RESULTS_PER_PAGE\",\n            \"KEY\"\n        ],\n        \"fieldMessages\": null\n    }\n}"}],"_postman_id":"2d1254a1-8590-4249-b341-e0effbe106b9"}],"id":"7e144789-c7fb-406e-bd01-a93860894e25","description":"<p>Use the Survey API to create, update, or view surveys from any service provider.</p>\n","_postman_id":"7e144789-c7fb-406e-bd01-a93860894e25"}],"variable":[{"key":"callToAction","value":"Submit a ticket"},{"key":"externalId","value":"1"}]}