{"collection":{"info":{"_postman_id":"375f0953-c540-44a0-9a30-b6db5907e6fa","name":"Tiled API (public) Update","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:48:08.000Z","lastUpdatedBy":"10695606","uid":"10695606-375f0953-c540-44a0-9a30-b6db5907e6fa"},"item":[{"name":"analytics","item":[{"name":"Analytics - Sessions","id":"41c8bb5a-2bc9-463d-b899-002e650bc484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/analytics/sessions?apiKey={{apiKey}}&date=","host":["{{environment}}"],"path":["analytics","sessions"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"date","value":"","description":"The date for which you want to retrieve analytics session data."},{"key":"microappId","value":null,"description":"Example: microappId=95953ed244a5f409f38cad2a\nA specific microapp Id that you want sessions and completion events for.","disabled":true}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-41c8bb5a-2bc9-463d-b899-002e650bc484"},{"name":"Analytics - Sessions CSV","id":"327b7083-6097-41e7-9463-554e92cd4fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/analytics/sessions.csv?apiKey={{apiKey}}&date=","host":["{{environment}}"],"path":["analytics","sessions.csv"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"date","value":"","description":"The date for which you want to retrieve analytics session data."},{"key":"microappId","value":null,"description":"Example: microappId=95953ed244a5f409f38cad2a\nA specific microapp Id that you want sessions and completion events for.","disabled":true}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-327b7083-6097-41e7-9463-554e92cd4fb8"},{"name":"Analytics - Aggregation","id":"bf03cf21-2c20-4c35-bb65-1fb5c45421ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/analytics/aggregated.csv?apiKey={{apiKey}}&documentId=","host":["{{environment}}"],"path":["analytics","aggregated.csv"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"documentId","value":"","description":"Example: documentId=95953ed244a5f409f38cad2a\nThe specific adaptive format's id you are pulling aggregated data for."}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-bf03cf21-2c20-4c35-bb65-1fb5c45421ba"},{"name":"Analytics - Aggregation CSV","id":"56b6c163-083a-437a-a34f-43e19799b5ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/analytics/aggregated?apiKey={{apiKey}}&documentId=","host":["{{environment}}"],"path":["analytics","aggregated"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"documentId","value":"","description":"Example: documentId=95953ed244a5f409f38cad2a\nThe specific adaptive format's id you are pulling aggregated data for."}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-56b6c163-083a-437a-a34f-43e19799b5ea"}],"id":"3fecaed5-24f9-4624-aaf3-77c759909730","createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-3fecaed5-24f9-4624-aaf3-77c759909730"},{"name":"microapps","item":[{"name":"Microapps - List all","id":"27428b13-650e-4f1c-838e-aec948de2879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/microapps?apiKey={{apiKey}}","host":["{{environment}}"],"path":["microapps"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"archived","value":"","description":"Passing true will return microapps that have been archived in addition to non-archived microapps. The default is false.","disabled":true}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-27428b13-650e-4f1c-838e-aec948de2879"},{"name":"Microapps - Share a microapp by id","id":"21c89de4-5d8a-4e74-8221-52c642de83cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userEmail\": {{userEmail}}, /* required */\n    \"recipientEmail\": {{recipientEmail}}, /* required */\n    \"recipientName\": {{recipientName}} /* required */\n}"},"url":{"raw":"{{environment}}/microapps/{{microappId}}/share?apiKey={{apiKey}}","host":["{{environment}}"],"path":["microapps","{{microappId}}","share"],"query":[{"key":"apiKey","value":"{{apiKey}}"}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-21c89de4-5d8a-4e74-8221-52c642de83cb"},{"name":"Microapps - Create an instance","id":"057e3fc9-6760-4442-91a6-3e38d8b4de87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userEmail\": {{userEmail}},\n    \"title\": {{instanceTitle}},\n    \"data\": {{instanceData}}\n}"},"url":{"raw":"{{environment}}/microapps/{{microappId}}/instance?apiKey={{apiKey}}","host":["{{environment}}"],"path":["microapps","{{microappId}}","instance"],"query":[{"key":"apiKey","value":"{{apiKey}}"}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-057e3fc9-6760-4442-91a6-3e38d8b4de87"},{"name":"Microapps - Update an instance","event":[{"listen":"test","script":{"id":"131f3c72-84c1-40c2-9a3b-6158f1e28dc4","exec":[""],"type":"text/javascript"}}],"id":"18a9addc-dd5f-4583-aa33-4867d94aae92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"userEmail\": {{userEmail}}, /* optional */\n    \"title\": {{title}}, /* optional */\n\t\"data\": {{instanceData}} /* optional */\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{environment}}/instances/{{instanceId}}?apiKey={{apiKey}}","host":["{{environment}}"],"path":["instances","{{instanceId}}"],"query":[{"key":"apiKey","value":"{{apiKey}}"}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-18a9addc-dd5f-4583-aa33-4867d94aae92"},{"name":"Microapps - Get all completion events","id":"bc3ace11-a606-4e07-abdb-2bab15bd21be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/microapps/{{microappId}}/completion-events?apiKey={{apiKey}}","host":["{{environment}}"],"path":["microapps","{{microappId}}","completion-events"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"csv","value":"true","type":"text","disabled":true}]}},"response":[],"createdAt":"2024-04-19T20:48:18.000Z","updatedAt":"2024-04-19T20:49:03.000Z","uid":"10695606-bc3ace11-a606-4e07-abdb-2bab15bd21be"}],"id":"fa424612-625c-4f13-8f71-482e116080f7","createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:48:18.000Z","uid":"10695606-fa424612-625c-4f13-8f71-482e116080f7"},{"name":"shared microapps","item":[{"name":"Shared Microapps - List all","id":"bf747e66-20d7-4ef2-b136-8cd41fd5709e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/sharedMicroapps?apiKey={{apiKey}}&recipientId=","host":["{{environment}}"],"path":["sharedMicroapps"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"recipientId","value":"","description":"Required: The id of the recipient (e.g. email or unique identifier) whose shared microapp record you want to retrieve."},{"key":"userEmail","value":null,"description":"Passing in an email here restricts the returned records to those sent by the Tiled user that has this email address.\n\n","disabled":true},{"key":"extended","value":null,"description":"Passing in true will return extended information like the engagement score.\n","disabled":true}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-bf747e66-20d7-4ef2-b136-8cd41fd5709e"},{"name":"Shared Microapps - Get by id","id":"4a35326d-4c0a-448c-8e29-7fb31e9c9251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/sharedMicroapps/{{microappId}}?apiKey={{apiKey}}","host":["{{environment}}"],"path":["sharedMicroapps","{{microappId}}"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"extended","value":"true","description":"Passing in true will return extended information like the engagement score.","disabled":true}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-4a35326d-4c0a-448c-8e29-7fb31e9c9251"},{"name":"Shared Microapps - Update by id","id":"4d9efc31-1ec1-4be6-b430-cc3e37ab84ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"expireAt","value":""}],"body":{"mode":"raw","raw":"{\n    \"expireAt\": {{expireAt}}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{environment}}/sharedMicroapps/{{sharedMicroappId}}?apiKey={{apiKey}}","host":["{{environment}}"],"path":["sharedMicroapps","{{sharedMicroappId}}"],"query":[{"key":"apiKey","value":"{{apiKey}}"}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-4d9efc31-1ec1-4be6-b430-cc3e37ab84ba"}],"id":"28a63739-7c0e-4cf1-beda-50bbb339126a","createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-28a63739-7c0e-4cf1-beda-50bbb339126a"},{"name":"personalization","item":[{"name":"Personalization - Get info","id":"0a1cc6ff-1b92-4adc-89b4-c0dd7fb38c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{environment}}/personalization/{{microappId}}/info?apiKey={{apiKey}}","host":["{{environment}}"],"path":["personalization","{{microappId}}","info"],"query":[{"key":"apiKey","value":"{{apiKey}}"}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-0a1cc6ff-1b92-4adc-89b4-c0dd7fb38c6f"},{"name":"Personalization - Create new instance","id":"fb5ea7bc-03d0-4549-94f8-4f819699270b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"},{"key":"ownerEmail","value":"","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":{"raw":"{{environment}}/personalization/{{microappId}}/instances?apiKey={{apiKey}}","host":["{{environment}}"],"path":["personalization","{{microappId}}","instances"],"query":[{"key":"apiKey","value":"{{apiKey}}"},{"key":"","value":null,"type":"text","disabled":true}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-fb5ea7bc-03d0-4549-94f8-4f819699270b"},{"name":"Personalization - Update instance","id":"b336e4cf-4857-477d-ac4a-5291bf2d8a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text","disabled":true}]},"url":{"raw":"{{environment}}/personalization/{{microappId}}/instances/{{instanceId}}?apiKey={{apiKey}}","host":["{{environment}}"],"path":["personalization","{{microappId}}","instances","{{instanceId}}"],"query":[{"key":"apiKey","value":"{{apiKey}}"}]}},"response":[],"createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-b336e4cf-4857-477d-ac4a-5291bf2d8a7c"}],"id":"2014e5da-f316-4bd5-b1a4-45f376cc20de","createdAt":"2024-04-19T20:47:51.000Z","updatedAt":"2024-04-19T20:47:51.000Z","uid":"10695606-2014e5da-f316-4bd5-b1a4-45f376cc20de"}]}}