{"info":{"_postman_id":"bc4ac7f5-bbd8-095a-2a76-6489c4c2e167","name":"GEVME API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7906869","collectionId":"bc4ac7f5-bbd8-095a-2a76-6489c4c2e167","publishedId":"S1a4Y7Q2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-06-26T13:35:19.000Z"},"item":[{"name":"User APIs","item":[{"name":"Authorize","id":"f961fb9c-3d19-085d-0ff6-e4eb752d11a7","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{API_HOST}}/oauth/authorize?response_type=code&client_id={{CLIENT_ID}}&client_secret={{CLIENT_SECRET}}&redirect_uri={{REDIRECT_URI}}&state=123","description":"<p>This API is used to Authorize the client credential and generate New Access Token which is needed to access other APIs.</p>\n","urlObject":{"path":["oauth","authorize"],"host":["{{API_HOST}}"],"query":[{"key":"response_type","value":"code"},{"key":"client_id","value":"{{CLIENT_ID}}"},{"key":"client_secret","value":"{{CLIENT_SECRET}}"},{"key":"redirect_uri","value":"{{REDIRECT_URI}}"},{"key":"state","value":"123"}],"variable":[]}},"response":[],"_postman_id":"f961fb9c-3d19-085d-0ff6-e4eb752d11a7"},{"name":"Access token","id":"c586d745-d0c2-d39e-a040-893d522a51ab","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","type":"text","value":"client_credentials"},{"key":"client_id","type":"text","value":"{{CLIENT_ID}}"},{"key":"client_secret","type":"text","value":"{{CLIENT_SECRET}}"},{"key":"redirect_uri","type":"text","value":"{{REDIRECT_URI}}"},{"key":"scope","type":"text","value":"root"}]},"url":"{{TOKEN_URL}}","description":"<p>Access token is the token generated by Access token API which is the Authorization token needed to access other APIs.</p>\n<p>The Authorization type used here is OAuth 2.0 authorization.</p>\n<p>The Access token API needs following parameters:</p>\n<ol>\n<li>grant_type -&gt; \"client_credentials\"</li>\n<li>client_id -&gt; {{client_id}} specific to client credentials.</li>\n<li>client_secret -&gt; {{client_secret}} specific to client credentials.</li>\n<li>redirect_uri -&gt; {{redirect_uri}}</li>\n<li>scope -&gt; \"root\"</li>\n</ol>\n<p>Response of the API:</p>\n<ol>\n<li>\"access_token\": access token specific to client credentials.</li>\n<li>\"token_type\": \"Bearer\"</li>\n<li>\"expires_in\": 86400</li>\n</ol>\n<p>This access token valid for 24 hours.</p>\n","urlObject":{"host":["{{TOKEN_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c586d745-d0c2-d39e-a040-893d522a51ab"},{"name":"Refresh Token","id":"f149ed29-9060-e946-9f08-d5a1125abd95","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_id","value":"{{CLIENT_ID}}","type":"text"},{"key":"client_secret","value":"{{CLIENT_SECRET}}","type":"text"},{"key":"redirect_uri","value":"{{REDIRECT_URI}}","type":"text"},{"key":"refresh_token","value":"{{REFRESH_TOKEN}}","type":"text"}]},"url":"{{API_HOST}}/oauth/refresh_token","urlObject":{"path":["oauth","refresh_token"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f149ed29-9060-e946-9f08-d5a1125abd95"},{"name":"Get current login user","id":"01085528-12e9-8d21-01c5-28e425eccd76","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"GEVME APP Leads","type":"text"},{"key":"redirect_uri","value":"https://www.gevme.com/apps/leads","type":"text"},{"key":"root","value":"1","type":"text"},{"key":"install_uri","value":"{{install_uri}}","type":"text"},{"key":"launch_uri","value":"{{launch_uri}}","type":"text"}]},"url":"{{API_HOST}}/me","urlObject":{"path":["me"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"01085528-12e9-8d21-01c5-28e425eccd76"},{"name":"Create an application","id":"4cd09975-57a2-ccfd-8cb9-c0c0ad21d589","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Singex Salesforce CRM","type":"text"},{"key":"redirect_uri","value":"https://singex-crm--Dev.my.salesforce.com/services/authcallback/GEVME","type":"text"},{"key":"root","value":"1","type":"text","disabled":true},{"key":"install_uri","value":"{{install_uri}}","type":"text"},{"key":"launch_uri","value":"{{launch_uri}}","type":"text"}]},"url":"{{API_HOST}}/users/1/applications","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["users","1","applications"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cd09975-57a2-ccfd-8cb9-c0c0ad21d589"},{"name":"Get all applications","id":"f71c013b-1423-ac16-29fc-f6be8c82a5af","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/users/1/applications","description":"<p>Need more information on user id to elaborate the API</p>\n","urlObject":{"path":["users","1","applications"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f71c013b-1423-ac16-29fc-f6be8c82a5af"},{"name":"Create an event","id":"a89087dc-b957-da01-06ea-3784d23430c1","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/users/1/applications","description":"<p>Need more information to elaborate the API. As API is GET method and API name is create an event.</p>\n","urlObject":{"path":["users","1","applications"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a89087dc-b957-da01-06ea-3784d23430c1"},{"name":"Get Companies","id":"df9b46e5-6e5b-17ec-f7af-4fd2b670c567","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/companies","description":"<p>Get Companies API lists all the companies the user belongs to.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>RESPONSE:</h3>\nJSON response with all details of the companies with company details.\n\n<p>If the companies list is more than 1000, to fetch next page list adding following parameter in the API url.</p>\n<ol>\n<li>\"?page=2\" -&gt; for second page.</li>\n<li>\"?page=3\" -&gt; for third page.</li>\n</ol>  etc\n\n<p>So the url looks something as below:</p>\n<p>{{API_HOST}}/companies?page=2</p>\n","urlObject":{"path":["companies"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df9b46e5-6e5b-17ec-f7af-4fd2b670c567"},{"name":"Get Events under an organization","id":"a1efecd2-2c96-de1f-fe7b-9f2f19e7a3b9","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/organizations/{{organization_id}}/events","description":"<p>Get Events under an organization API lists all the events created under the organization.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETER:</h3>\nReplace {{organization_id}} with the id of the organization to fetch list of events under the organization.\n\n<h3>RESPONSE:</h3>\nJSON response with all details of the events.\n\n<p>If the events list is more than 1000, to fetch next page list adding following parameter in the API url.</p>\n<ol>\n<li>\"?page=2\" -&gt; for second page.</li>\n<li> \"?page=3\" -&gt; for third page.</li>\n</ol>\n ....etc\n\n<p>So the url looks something as below:</p>\n<p>{{API_HOST}}/organizations/{{organization_id}}/events?page=2</p>\n","urlObject":{"path":["organizations","{{organization_id}}","events"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1efecd2-2c96-de1f-fe7b-9f2f19e7a3b9"},{"name":"Get Organizations","id":"f6b23538-5b4f-06a2-a152-7daabc8e5739","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{API_HOST}}/organizations","description":"<p>Get Organizations API gets the list of organizations the user belongs to based on the Authorize API access token.</p>\n<h3>Authorization:</h3>\nType: OAuth 2.0 \n\n<p>Needs access token which is generated by Access token request.</p>\n<h3>Response:</h3>\nJSON response with the list of organizations with individual organization details the user belongs. \n\n<p>If the organizations list is more than 1000, to fetch next page list adding following parameter in the API url.</p>\n<p>\"?page=2\" -&gt; for second page.\n\"?page=3\" -&gt; for third page. etc</p>\n<p>So the url looks something as below:</p>\n<p>{{API_HOST}}/organizations?page=2</p>\n","urlObject":{"path":["organizations"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6b23538-5b4f-06a2-a152-7daabc8e5739"},{"name":"Get Event Info","id":"7cc5ae13-f6a9-ae1d-fe42-c78773bb0212","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}","description":"<p>Get Event Info API is the API to fetch event details based on the event id provided in the url of the API.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0\nNeeds access token which is generated by Access token request.\n\n<h3>Parameter:</h3>\nReplace {{event_id}} with the event id to fetch details of the event.\n\n<h3>RESPONSE:</h3>\nJSON response with all details of the event based on event id.","urlObject":{"path":["events","{{event_id}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cc5ae13-f6a9-ae1d-fe42-c78773bb0212"},{"name":"Get tickets","id":"dda09f17-c7e3-f8f0-e6ec-40d4f0008a0d","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/tickets","description":"<p>Get tickets API to fetch the list of tickets of the event.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>Parameters:</h3>\nReplace {{event_id}} with the value of event id in the API url for which we need to fetch ticket details.\n\n<h3>RESPONSE:</h3>\nFetches the list of ticket types with ticket details present in the event in JSON format.","urlObject":{"path":["events","{{event_id}}","tickets"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"5e5169ba-b115-29e6-c03e-6c0099462920","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"dda09f17-c7e3-f8f0-e6ec-40d4f0008a0d"},{"name":"Check-in attendee","id":"7aae478e-b70a-9673-fe46-2439cecfac01","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"body":{"mode":"formdata","formdata":[{"key":"device_name","value":"iPhone Duc Nguyen","type":"text"},{"key":"session_id","value":"{{session_id}}","type":"text"},{"key":"mode","value":"access-manual","type":"text"},{"key":"device_id","value":"42D900E6-CD70-4BAC-AC16-576AB74A6C2B","type":"text"},{"key":"time","value":"1463043618.85666","type":"text"},{"key":"device","value":"iPhone","type":"text"}]},"url":"{{API_HOST}}/events/{{event_id}}/attendees/{{attendee_id}}/check-in","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["events","{{event_id}}","attendees","{{attendee_id}}","check-in"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7aae478e-b70a-9673-fe46-2439cecfac01"},{"name":"UnCheck-in attendee","id":"fc5a2d57-9516-2bfc-45d5-13c603499fd7","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"body":{"mode":"formdata","formdata":[{"key":"session_id","value":"{{session_id}}","type":"text"}]},"url":"{{API_HOST}}/events/{{event_id}}/attendees/{{attendee_id}}/check-in","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["events","{{event_id}}","attendees","{{attendee_id}}","check-in"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc5a2d57-9516-2bfc-45d5-13c603499fd7"},{"name":"Get attendee form","id":"a80f61f6-d9ba-3fbd-24a9-e30965a06a2b","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees/form","description":"<p>Get attendee form API to fetch the list of register form fields of the event.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url for which we need to fetch form details.\n\n<h3>RESPONSE:</h3>\nFetches the list of form fields of the registration form of the event by event id ","urlObject":{"path":["events","{{event_id}}","attendees","form"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a80f61f6-d9ba-3fbd-24a9-e30965a06a2b"},{"name":"Get attendees","id":"f949abf7-a636-0739-026a-7c342f57ce70","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees","description":"<p>Get attendees API is the API to fetch attendees list from the event details based on the event id provided in the url of the API.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETER:</h3>\nReplace {{event_id}} with the event id to fetch list of attendeess of the event.\n\n<h3>Optional:</h3>\nWe can sort the response by passing orderBy[{{field_name}}] ascending or descending.\n\n<p>{{field_name}} is the field from attendee form or attendee grid.</p>\n<p>Eg:\n{{API_HOST}}/events/{{event_id}}/attendees?orderBy[{{field_name}}]=desc for sorting data in descending order.</p>\n<ol>\n<li>\"?page=2\" -&gt; for second page.</li>\n<li> \"?page=3\" -&gt; for third page.</li>\n</ol>\n\n<h3>RESPONSE:</h3>\nJSON response with all attendees list with attendee details of the event based on event id.\n\n","urlObject":{"path":["events","{{event_id}}","attendees"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"per_page","value":"300"},{"disabled":true,"key":"orderBy[firstname]","value":"desc"}],"variable":[]}},"response":[{"id":"bcc1890c-eb59-046b-a8aa-884291f9e570","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"f949abf7-a636-0739-026a-7c342f57ce70"},{"name":"Get buyers","id":"c2f57e2c-d5b1-39a5-0bb2-1aed16a989cc","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/buyers","description":"<p>Get buyers API is the API to fetch buyers list from the event details based on the event id provided in the url of the API.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETER:</h3>\nReplace {{event_id}} with the event id to fetch list of attendeess of the event.\n\n<ol>\n<li>\"?page=2\" -&gt; for second page.</li>\n<li> \"?page=3\" -&gt; for third page.</li>\n</ol>\n\n<h3>RESPONSE:</h3>\nJSON response with all buyers list with buyer details of the event based on event id.\n\n<h3>Note:</h3>\n\n<p>The Response gives list of buyers and if one buyer purchases more than one ticket, all the details of the found in the response, but only buyer has details specific to order.</p>\n","urlObject":{"path":["events","{{event_id}}","buyers"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"4f4e9324-3fdb-f1e8-c293-974456753d35","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"c2f57e2c-d5b1-39a5-0bb2-1aed16a989cc"},{"name":"Get buyer forms","id":"80e2ca9c-1ab6-15c6-48b5-14f3a45f155c","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/buyers/form","description":"<p>Get buyer forms API to fetch the list of buyer form fields of the event.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url for which we need to fetch form details.\n\n<h3>RESPONSE:</h3>\nFetches the list of form fields of the buyer form of the event by event id ","urlObject":{"path":["events","{{event_id}}","buyers","form"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80e2ca9c-1ab6-15c6-48b5-14f3a45f155c"},{"name":"Get buyer filters","id":"338f738b-7482-0260-029e-60bfd2dc71d4","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{attendee_id}}/buyers/filters","description":"<p>Need more information as not able to get it working.</p>\n","urlObject":{"path":["events","{{attendee_id}}","buyers","filters"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"338f738b-7482-0260-029e-60bfd2dc71d4"},{"name":"Get attendee forms","id":"1008ba74-43b2-a764-07a4-4c0b5b7dd517","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees/forms","description":"<p>Get all forms tagged to attendees</p>\n","urlObject":{"path":["events","{{event_id}}","attendees","forms"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1008ba74-43b2-a764-07a4-4c0b5b7dd517"},{"name":"Get Attendee filters","id":"55635866-a07f-0c61-f506-4525b2a2d979","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees/filters","description":"<p>Get Attendee filters API to fetch the list of filters available to filter the attendees list.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url for which we need to fetch form details.\n\n<h3>RESPONSE:</h3>\nFetches JSON list of filters available to sort the attendees of the event.","urlObject":{"path":["events","{{event_id}}","attendees","filters"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"55635866-a07f-0c61-f506-4525b2a2d979"},{"name":"Get attendees in a static list","id":"cbe6f050-f1c4-2575-9d60-1c9e2a6e6bfc","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees/filters/{{filter_id}}/attendees","description":"<p>Get attendees in a static list API to fetch the list of attendees based on filter of the event.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\n<ol>\n<li>Replace {{event_id}} with the value of event id in the API url for which we need to fetch form details.</li>\n<li>Replace {{filter_id}} with the value of filter id, which we get from Attendee filter API in the url for which we need to fetch form details.</li>\n</ol>\n\n<h3>RESPONSE:</h3>\nFetches JSON list of attendees of the event based on static filter id.","urlObject":{"path":["events","{{event_id}}","attendees","filters","{{filter_id}}","attendees"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbe6f050-f1c4-2575-9d60-1c9e2a6e6bfc"},{"name":"Get attendees in a smart list","id":"8617ac22-28f8-2c5c-61c8-7b9e81bff64a","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees/filters/{{filter_id}}/attendees","description":"<p>Get attendees in a smart list API to fetch the list of attendees based on filter of the event.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\n<ol>\n<li>Replace {{event_id}} with the value of event id in the API url for which we need to fetch form details.</li>\n<li>Replace {{filter_id}} with the value of filter id, which we get from Attendee filter API in the url for which we need to fetch form details.</li>\n</ol>\n\n<h3>RESPONSE:</h3>\nFetches JSON list of attendees of the event based on smart  filter id.","urlObject":{"path":["events","{{event_id}}","attendees","filters","{{filter_id}}","attendees"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8617ac22-28f8-2c5c-61c8-7b9e81bff64a"},{"name":"Check-in attendee","id":"0b80ca08-314a-b5ca-9732-24e0bf4915f9","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer yLor61fS2sEosMpa7MKi29AureXFBNioD2oZbuv8"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/events/{{event_id}}/attendees/53193301ca00d30b0c000003/check-in","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["events","{{event_id}}","attendees","53193301ca00d30b0c000003","check-in"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b80ca08-314a-b5ca-9732-24e0bf4915f9"},{"name":"Get onsite setting","id":"c57f8fa1-c3ae-0c9a-7b05-6ff1b1609537","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/on-site/settings","description":"<p>Get onsite setting API to fetch the onsite settings of the event.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url for which we need to fetch form details.\n\n<h3>RESPONSE:</h3>\nFetches JSON listing the onsite settings of the event.","urlObject":{"path":["events","{{event_id}}","on-site","settings"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c57f8fa1-c3ae-0c9a-7b05-6ff1b1609537"},{"name":"Cancel a cart","id":"212ab720-9b4d-cc0a-35fb-aa8444cde070","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer 9x2hcSNIcuzpJy0TiD5TdOLerf1cCpKR4mNwyL37"}],"body":{"mode":"formdata","formdata":[{"key":"tickets[1]","value":"2","type":"text"},{"key":"tickets[82]","value":"1","type":"text"}]},"url":"{{API_HOST}}/{{event_id}}/registration/133632/cancel","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["{{event_id}}","registration","133632","cancel"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"212ab720-9b4d-cc0a-35fb-aa8444cde070"},{"name":"Get all transactions under an order","id":"20c6e74e-7339-44ba-1fd6-874b0fcfb9ac","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/orders/{{order_id}}/transactions","description":"<p>Requested page is not allowed</p>\n","urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}","transactions"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"20c6e74e-7339-44ba-1fd6-874b0fcfb9ac"},{"name":"Create a transaction","id":"07b91425-0a7a-0510-d11e-34604afdc544","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer elFRYX67M6TkZy6RV3dCdslo7zOLtxr0lXYIv0HX"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"Payment","type":"text"},{"key":"method","value":"Additional Charges","type":"text"},{"key":"description","value":"12345","type":"text"},{"key":"amount","value":"10","type":"text"}]},"url":"{{API_HOST}}/events/{{event_id}}/orders/364529316/transactions/create","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["events","{{event_id}}","orders","364529316","transactions","create"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07b91425-0a7a-0510-d11e-34604afdc544"},{"name":"Get order info","id":"1184451b-0a26-ac9d-a401-cc02cea21070","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/orders/{{order_id}}","description":"<p>Get order info API to fetch the order details of the event by order id.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url \n\n<p>Replace {{order_id}} with the value of order id in the API url </p>\n<h3>RESPONSE:</h3>\nFetches JSON listing the details of the order by order id.","urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1184451b-0a26-ac9d-a401-cc02cea21070"},{"name":"Get order transactions","id":"9cb3dbf4-b046-82e2-f8f7-9aaf470edcb2","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/events/{{event_id}}/orders/{{order_id}}","description":"<p>Get order transactions API to fetch the transaction details of the order of the event by order id.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url \n\n<p>Replace {{order_id}} with the value of order id in the API url </p>\n<h3>RESPONSE:</h3>\nFetches JSON listing the transaction of the details of the order by order id.","urlObject":{"path":["events","{{event_id}}","orders","{{order_id}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cb3dbf4-b046-82e2-f8f7-9aaf470edcb2"},{"name":"Create CAS Session","id":"49c435cf-a669-8c18-4ea7-0d951e6cea61","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 9x2hcSNIcuzpJy0TiD5TdOLerf1cCpKR4mNwyL37"}],"body":{"mode":"formdata","formdata":[{"key":"nric","value":"M07328217H","type":"text"}]},"url":"{{API_HOST}}/authbox/cas/sessions","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["authbox","cas","sessions"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49c435cf-a669-8c18-4ea7-0d951e6cea61"},{"name":"Create an application","id":"d77f5fba-5708-c7f7-f95a-64a3de9420db","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/applications/create","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["applications","create"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d77f5fba-5708-c7f7-f95a-64a3de9420db"},{"name":"Get sessions to check-in","id":"3d20d61e-7894-d638-5e7c-4431ce2c7458","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer BcQOuM96D3GgfI4VWwAMteFoPay0gQOE0wfgCrAZ"}],"url":"{{API_HOST}}/events/{{event_id}}/on-site/sessions","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["events","{{event_id}}","on-site","sessions"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d20d61e-7894-d638-5e7c-4431ce2c7458"},{"name":"Find attendees","id":"d35002c6-1344-ef62-f46d-05aaa3d8bcdf","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"limit","value":"300","type":"text","disabled":true},{"key":"where[email]","value":"{{attendee_email}}","type":"text"}]},"url":"{{API_HOST}}/events/{{event_id}}/attendees","description":"<p>Find attendees API to fetch the lists all attendees belongs to the event.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url\n\n<h3>Optional:</h3>\n<h4>Where clause: </h4>This where parameter can be any of attendee parameter from the attendee form and attendee grid.\n\n<p>eg:\nemail of the attendee -&gt; where[email] -&gt; email id of the attendee as value.\nfirstname of the attendee -&gt; where[firstname] -&gt; first name of the attendee as value.</p>\n<h3>Response:</h3>\n\n<p>Gives JSON data of the list of attendees of the event.</p>\n","urlObject":{"path":["events","{{event_id}}","attendees"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"3a7bd777-ce4a-5955-81ac-d250d1793da9","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"d35002c6-1344-ef62-f46d-05aaa3d8bcdf"},{"name":"Create a contact","id":"ff49f994-d8a4-3184-76f6-ed9ea878693f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer gp2zLwwQmp0b7jIJm6CuIWnH2sYRf93a8BFztN5a"}],"body":{"mode":"formdata","formdata":[{"key":"organization","value":"88674832","type":"text"},{"key":"firstname","value":"Linn","type":"text"},{"key":"lastname","value":"Htun API A","type":"text"},{"key":"email","value":"linnhtun@globalsignin.com","type":"text"}]},"url":"{{API_HOST}}/organizations/{{organization_id}}/contacts","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["organizations","{{organization_id}}","contacts"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"17d47330-fef6-babc-51b7-ee71afcefb4f","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"ff49f994-d8a4-3184-76f6-ed9ea878693f"},{"name":"Get all contact lists","id":"1c6f9cd8-8cb9-df15-fcbd-8e49e1d8b310","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/organizations/{{organization_id}}/contacts/lists","description":"<p>Get all contact lists API to all contact lists under organization by organization id.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\n\n<p>Replace {{organization_id}} with the value of organization id in the API url </p>\n<h3>RESPONSE:</h3>\nFetches JSON listing the contact details under the organization by organization id.","urlObject":{"path":["organizations","{{organization_id}}","contacts","lists"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"3d076e7b-9846-ffe8-f832-7efcd201de66","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"1c6f9cd8-8cb9-df15-fcbd-8e49e1d8b310"},{"name":"Create a contact list","id":"c16eeca2-8a27-643c-300f-eec13e9b90ff","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer gp2zLwwQmp0b7jIJm6CuIWnH2sYRf93a8BFztN5a"}],"body":{"mode":"formdata","formdata":[{"key":"organization","value":"88674832","type":"text"},{"key":"firstname","value":"Linn","type":"text"},{"key":"lastname","value":"Htun API A","type":"text"},{"key":"email","value":"linnhtun@globalsignin.com","type":"text"}]},"url":"{{API_HOST}}/organizations/{{organization_id}}/contacts/lists","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["organizations","{{organization_id}}","contacts","lists"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"9ece50e8-743a-93e2-121f-65df32375b82","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"c16eeca2-8a27-643c-300f-eec13e9b90ff"},{"name":"Put into a contact list","id":"2fb85252-b439-59d0-3fb7-d9f8e8e72b1b","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer gp2zLwwQmp0b7jIJm6CuIWnH2sYRf93a8BFztN5a"}],"body":{"mode":"formdata","formdata":[{"key":"organization","value":"88674832","type":"text"},{"key":"list_id","value":"5b3de2b163143f1a008b4569","type":"text"},{"key":"contact_id","value":"5245095cae4082063b000001","type":"text"}]},"url":"{{API_HOST}}/organizations/{{organization_id}}/contacts/lists","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["organizations","{{organization_id}}","contacts","lists"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"a4563bc2-c336-2389-9176-0d2cf99c3fba","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"2fb85252-b439-59d0-3fb7-d9f8e8e72b1b"},{"name":"Create draft campaign","id":"b77c1792-6713-4f76-d99d-01c6fb3c861f","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer gp2zLwwQmp0b7jIJm6CuIWnH2sYRf93a8BFztN5a"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test Creation API","type":"text"}]},"url":"{{API_HOST}}/organizations/{{organization_id}}/events/{{event_id}}/campaigns","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","id":"a86098c9-3299-e5a2-fa0a-7113550780d7","name":"User APIs","type":"folder"}},"urlObject":{"path":["organizations","{{organization_id}}","events","{{event_id}}","campaigns"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"47ec8202-03ef-d30e-8253-ab50bb293bf7","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"b77c1792-6713-4f76-d99d-01c6fb3c861f"},{"name":"Get Campaigns","id":"dcf76ceb-7665-b541-28fe-6799acbeee9d","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/organizations/{{organization_id}}/events/{{event_id}}/campaigns","description":"<p>Get Campaigns API to fetch the Campaigns details of the event by event id under organization by organization id.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url \n\n<p>Replace {{organization_id}} with the value of organization id in the API url </p>\n<h3>RESPONSE:</h3>\nFetches JSON listing the compaign details of the event.","urlObject":{"path":["organizations","{{organization_id}}","events","{{event_id}}","campaigns"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"01ae8a33-477a-45c6-c039-bb0da490b621","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"dcf76ceb-7665-b541-28fe-6799acbeee9d"},{"name":"Get Campaigns stats","id":"279fc298-6ed9-36cd-4e57-2b70ca2e7ad5","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/organizations/{{organization_id}}/events/{{event_id}}/campaigns/{{campaign_id}}/stats","description":"<p>Get Campaigns stats API to fetch the statistics of Campaign details of the event by event id under organization by organization id.</p>\n<h3>AUTHORIZATION:</h3>\nType: OAuth 2.0 Needs access token which is generated by Access token request.\n\n<h3>PARAMETERS:</h3>\nReplace {{event_id}} with the value of event id in the API url \n\n<p>Replace {{organization_id}} with the value of organization id in the API url </p>\n<p>Replace {{campaign_id}} with the value of campaign id in the API url which we get from Get campaigns API</p>\n<h3>RESPONSE:</h3>\nFetches JSON listing the statistics of compaign of the event.","urlObject":{"path":["organizations","{{organization_id}}","events","{{event_id}}","campaigns","{{campaign_id}}","stats"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"2d2fcea2-c64e-f438-4a29-70c1aa9ced3d","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"279fc298-6ed9-36cd-4e57-2b70ca2e7ad5"}],"id":"a86098c9-3299-e5a2-fa0a-7113550780d7","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0ecb5326-2a29-4c1c-b68e-99e4aeea54f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5a8bd37e-2187-40e8-b118-3ca17a190542","type":"text/javascript","exec":[""]}}],"_postman_id":"a86098c9-3299-e5a2-fa0a-7113550780d7","description":""},{"name":"Services","item":[{"name":"Create Application","id":"10f37dd2-e438-7dff-f194-aa78635b8b4b","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"SingEx Workato","type":"text"},{"key":"redirect_uri","value":"{{APP_REDIRECT_URI}}","type":"text"},{"key":"install_uri","value":"{{APP_INSTALL_URI}}","type":"text"},{"key":"launch_uri","value":"{{APP_LAUNCH_URI}}","type":"text"}]},"url":"{{API_HOST}}/users/1/applications","description":"<p>This API is used to create user credentials in the application which are needed to access the GEVME APIs </p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["users","1","applications"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"10f37dd2-e438-7dff-f194-aa78635b8b4b"},{"name":"Search events under company","id":"5d043825-2587-7161-1714-963384414d75","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"event_id","value":"{{event_id}}","type":"text","disabled":true},{"key":"branch_code","value":"","type":"text","disabled":true},{"key":"target_audience_id","value":"","type":"text","disabled":true},{"key":"page","value":"2","type":"text","disabled":true}]},"url":"{{API_HOST}}/services/companies/{{company_id}}/event_search","description":"<p>This API is used to search event by event id under company. It returns list of events under company based on company id. </p>\n<p>Following are the parameters needed by API:</p>\n<h2>Mandatory:</h2>\n1. Access token \n       This is the token generated by Access token API.\n\n<ol>\n<li>company_id -&gt; replace {{company_id}} in the url with the company id for which the list of events is needed to be fetched.</li>\n</ol>\n<p>This API is not ideally used with out passing optional parameters as this API list of events under the company which might take time to give response based on number events present under the company. </p>\n<h2>Optional parameters:</h2>\n1. event_id \n\n<h2>Response:</h2>\nResponse consists of total count of events along with 1000 records per page and list of all events with individual event details in JSON array list.\n\n<p>If the events list is more than 1000, to fetch next page list adding following parameter in the API url.</p>\n<ol>\n<li>\"?page=2\" -&gt; for second page.</li>\n<li>\"?page=3\" -&gt; for third page. etc</li>\n</ol>\n<p>So the url looks something as below:</p>\n<p>{{API_HOST}}/services/companies/{{company_id}}/event_search?page=2</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","companies","{{company_id}}","event_search"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d043825-2587-7161-1714-963384414d75"},{"name":"Get all waiting list","id":"c971edc6-4af2-9c5a-3260-5aed44e7db41","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer IwGFk5SHAVLjikCUwqJo9g75Hx5CLNaemix8bhN8"}],"url":"{{API_HOST}}/services/waiting?where[event]=82127602&sorts[firstname]=desc","description":"<p>This API is deprecated.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","waiting"],"host":["{{API_HOST}}"],"query":[{"key":"where[event]","value":"82127602"},{"key":"sorts[firstname]","value":"desc"}],"variable":[]}},"response":[{"id":"47d868f3-ac3c-61be-17cc-51f98321a59f","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"c971edc6-4af2-9c5a-3260-5aed44e7db41"},{"name":"Get all events information","id":"5af6f0b4-db3b-2d5f-6c71-809feb2c0d39","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"where[id][]","value":"{{event_id}}","type":"text","disabled":true},{"key":"where[id][]","value":"{{event_id}}","type":"text","disabled":true},{"key":"sorts[name]","value":"desc","type":"text"},{"key":"selects[]","value":"name","type":"text","disabled":true},{"key":"selects[]","value":"id","type":"text","disabled":true}]},"url":"{{API_HOST}}/services/events","description":"<p>This API gives list of events with event details.</p>\n<p>Following are the parameters needed by API:</p>\n<h3>Mandatory:</h3>\n1. <strong> Access token </strong>\n        This is the token generated by Access token API.\n\n<h3>Optional:</h3>\n<ol>\n<li>Event id(s): List of event ids.</li>\n<li>sorts: sorts the list by given parameter in asc or desc</li>\n</ol>\n\n<h3>Response:</h3>\nGives JSON data of events with event details.\n\n<p>If no optional parameters are provided, the API returns all the events present in the GEVME platform.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","events"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"c96c3df9-6d05-2332-9669-d33d1667c03f","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"5af6f0b4-db3b-2d5f-6c71-809feb2c0d39"},{"name":"Cancel attendee ticket","id":"0e6d243b-4fb4-e6f2-d783-9e067d0d3659","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[]},"url":"{{API_HOST}}/services/attendees/{{attendee_id}}","description":"<p>This API is used to delete the attendee from the event based on attendee id.</p>\n<h3>Mandatory:</h3>\n1. <strong> Access token </strong>\n        This is the token generated by Access token API.\n2. Replace {{attendee_id}} with the attendee id which needs to be deleted from the attendee list of the event.\n\n<h3>Response:</h3>\n\n<p>Deletes the attendee record and gives the json array of deleted attendee id.</p>\n","urlObject":{"path":["services","attendees","{{attendee_id}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"5d9ec2be-ef6b-d236-5e72-a7ab8d3d3d2d","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"0e6d243b-4fb4-e6f2-d783-9e067d0d3659"},{"name":"Find all attendees","id":"e59c9e3d-e717-ba52-d6f9-fce40a68caaa","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer aEdHnSBPTgRXuuUh322oUjlg7ZEf803Q3IWw9uAt"}],"body":{"mode":"formdata","formdata":[{"key":"where[email]","value":"{{attendee_email}}","type":"text"},{"key":"where[firstname]","value":"{{attendee_firstname}}","type":"text","disabled":true}]},"url":"{{API_HOST}}/services/attendees","description":"<p>This API lists all the events the attendee belongs to.</p>\n<p>Following are the parameters needed for the API.</p>\n<h3>Mandatory:</h3>\n<ol>\n<li> <strong>Access token:</strong>\n       This is the token generated by Access token API.\n</li>\n<li><strong>Where clause:</strong>\n        This where parameter can be any of attendee parameter from the attendee form and attendee grid.\n</li>\n<ol>\n      \n<p>eg: </p>\n<ol>\n<li>\n<strong>email of the attendee</strong> -&gt; where[email] -&gt; email id of the attendee as value.\n</li>\n<li><strong>firstname of the attendee</strong> -&gt; where[firstname] -&gt; first name of the attendee as value.\n</li>\n</ol>\n\n<h3>Response:</h3>\n\n<p>Gives JSON data of the list of events.</p>\n</ol></ol>","urlObject":{"path":["services","attendees"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[{"id":"4f817214-5c3f-75c8-1ed4-935ee4f3a4b2","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"e59c9e3d-e717-ba52-d6f9-fce40a68caaa"},{"name":"Get attendees services","id":"7cade588-b3c9-1b02-dd29-56cb0807856a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/services/events/{{event_id}}/attendees","description":"<p>This API gets the details of an attendee specific to event with given attendee parameter. </p>\n<h3>Mandatory:</h3>\n1. Access token \n       This is the token generated by Access token API.\n2. {{event_id}} -&gt; replace {{event_id}} with value in the API url\n\n<h3>Optional:</h3>\nAttendee parameter can be any of attendee parameter from the attendee form and attendee grid. If no attendee parameter is provided, the API gives list of all attendees present in th event.\n\n<p>Eg: </p>\n<ol>\n<li>email</li>\n<li>firstname</li>\n</ol>\n\n<p>the attendee parameter is appended in the API as below</p>\n<p>{{API_HOST}}/services/events/{{event_id}}/attendees?where[email]={{attendee_email}}</p>\n<h3>Response:</h3>\n\n<p>Returns the list of of attendee(s) in JSON format.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","events","{{event_id}}","attendees"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"email","value":"{{attendee_email}}"},{"disabled":true,"key":"firstname","value":"{{attendee_firstname}}"}],"variable":[]}},"response":[{"id":"a8ed3d9f-9356-e744-0ef2-85876404ddfe","name":"ss","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","name":"Authorization","value":"Bearer OV0d5jIfkefTOZRZGzeqWpHo9s41vo8AfnGDNHsh"}],"url":"{{API_HOST}}/events/{{event_id}}/attendees"},"status":"OK","code":200,"_postman_previewlanguage":"javascript","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type, Accept, Authorization, X-Requested-With","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, PUT, DELETE","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":""},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Length","value":"883","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Thu, 12 May 2016 11:13:34 GMT","name":"Date","description":""},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":""},{"key":"Server","value":"Apache","name":"Server","description":""},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent","name":"Vary","description":""},{"key":"X-Powered-By","value":"PHP/5.5.24","name":"X-Powered-By","description":""}],"cookie":[],"responseTime":null,"body":"{\"total\":4,\"per_page\":100,\"current_page\":1,\"last_page\":1,\"next_page_url\":null,\"prev_page_url\":null,\"from\":1,\"to\":4,\"data\":[{\"_id\":\"572724eb08ac18ab3b8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen\",\"email\":\"duc@globalsignin.com\",\"cart_id\":\"3772\",\"order\":\"838033809\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11534\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen\",\"modified_by\":\"Duc Nguyen\",\"payment_status\":\"Completed\",\"buyer\":\"572724eb08ac18ab3b8b4567\",\"modified\":\"2016-05-12 11:10:37\",\"created\":\"2016-05-02 09:59:07\",\"attendee_no\":10001,\"ticket_no\":\"43246505010001\",\"contact_id\":\"56fb3d9808ac1867118b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5727251708ac184a3c8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Linh\",\"lastname\":\"Dieu\",\"email\":\"emngok123@gmail.com\",\"cart_id\":\"3773\",\"order\":\"241877388\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11535\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen 123\",\"modified_by\":\"Duc Nguyen 123\",\"payment_status\":\"Completed\",\"buyer\":\"5727251708ac184a3c8b4567\",\"modified\":\"2016-05-12 08:59:35\",\"created\":\"2016-05-02 09:59:51\",\"attendee_no\":10002,\"ticket_no\":\"43246505010002\",\"contact_id\":\"56dd0f2e08ac18be2f8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"5734399a08ac1846038b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Choice12\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"oqCZ2Gag\":[\"Choice 1\",\"Choice 2\"],\"cart_id\":\"3785\",\"order\":\"894292071\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11549\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Completed\",\"buyer\":\"5734399a08ac1846038b4567\",\"modified\":\"2016-05-12 11:08:52\",\"created\":\"2016-05-12 08:06:50\",\"attendee_no\":10004,\"ticket_no\":\"43246505010004\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null},{\"_id\":\"57315f4608ac18ab2d8b4569\",\"event\":\"43246505\",\"organization\":\"\",\"client_id\":\"gevme\",\"ip_address\":\"\",\"firstname\":\"Duc\",\"lastname\":\"Nguyen Session Choice 1\",\"email\":\"ducnguyen571989@gmail.com\",\"ii95GUJ3\":[\"Choice 1\"],\"cart_id\":\"3778\",\"order\":\"318079751\",\"reg_source\":\"Order\",\"reg_source_id\":null,\"order_item\":[\"11542\"],\"ticket_id\":\"3254\",\"ticket_name\":\"Registration\",\"ticket_amount\":0,\"created_by\":\"Duc Nguyen Session Choice 1\",\"modified_by\":\"Duc Nguyen Session Choice 1\",\"payment_status\":\"Cancelled\",\"buyer\":\"57315f4608ac18ab2d8b4567\",\"modified\":\"2016-05-12 10:59:38\",\"created\":\"2016-05-10 04:10:46\",\"attendee_no\":10003,\"ticket_no\":\"43246505010003\",\"contact_id\":\"57315f4608ac18bb2d8b4567\",\"checked_in\":null,\"checked_in_by\":null,\"checked_in_by_id\":null,\"checked_in_device\":null,\"checked_in_mode\":null,\"checked_in_device_id\":null,\"checked_in_device_name\":null,\"status\":\"Cancelled\",\"checked_in_sessions_3942\":{\"sec\":1463050778,\"usec\":0},\"checked_in_sessions_3942_by\":\"Jonathan Easton\",\"checked_in_sessions_3942_by_id\":3,\"checked_in_sessions_3942_device\":\"iPhone\",\"checked_in_sessions_3942_mode\":\"access-manual\",\"checked_in_sessions_3942_device_id\":\"167A139B-2946-4019-8428-97425729E9D0\",\"checked_in_sessions_3942_device_name\":\"iPhone Simulator\"}]}"}],"_postman_id":"7cade588-b3c9-1b02-dd29-56cb0807856a"},{"name":"Get personalization fields","id":"d10a0a8e-7806-cfa6-7185-37802cd37e60","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/services/personalization?event_id={{event_id}}","description":"<p>This API fetches the personalized fields list specific to the event.</p>\n<p>Following are the parameters needed by API:</p>\n<h3>Mandatory:</h3>\n\n<ol>\n<li><h4>Access token</h4>\n      This is the token generated by Access token API.</li>\n<li><h4>event_id</h4> -&gt; replace {{event_id}} in the url with the event id</li>\n</ol>\n<h3>Response:</h3>\nResponse consists of the list of fields related to the event with :\n<ol>\n<li> \"key\": \"event\".</li>\n<li> \"label\": </li>\n<li> \"name\": </li>\n<li> \"variable\": field variable in the event which can be used in template or event landing page etc.</li>\n</ol>\n\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","personalization"],"host":["{{API_HOST}}"],"query":[{"key":"event_id","value":"{{event_id}}"}],"variable":[]}},"response":[],"_postman_id":"d10a0a8e-7806-cfa6-7185-37802cd37e60"},{"name":"Personalization","id":"04d67cc8-c57b-b693-b22a-1a088aefc558","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"tags[]","value":"attendee.firstname","type":"text"},{"key":"attendee_id","value":"{{attendee_id}}","type":"text"},{"key":"tags[]","value":"event.name","type":"text"},{"key":"event_id","value":"{{event_id}}","type":"text"},{"key":"tags[]","value":"event.currency_code","type":"text","disabled":true}]},"url":"{{API_HOST}}/services/personalization/personalize","description":"<p>API deprecated</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","personalization","personalize"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04d67cc8-c57b-b693-b22a-1a088aefc558"},{"name":"Create a transaction service","id":"bd23cb54-c0dc-8505-b30a-c5e2545957f2","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer y0sw7XwQTkIwH055oY3vwopzxS6gqEeH7FImUlyT"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"Payment","type":"text"},{"key":"method","value":"Additional Charges","type":"text"},{"key":"description","value":"12345","type":"text"},{"key":"amount","value":"10","type":"text"}]},"url":"{{API_HOST}}/services/events/{{event_id}}/registration/orders/{{order_id}}/transactions","description":"<p>This API is used to create a transaction of the order of the event.</p>\n<p>Following are the parameters needed by API:</p>\n<h3>Mandatory:</h3>\n<ol>\n<li>Access token\n           This is the token generated by Access token API.</li>\n<li>{{event_id}} -&gt; replace the event id  in the API url</li>\n<li>{{order_id}} -&gt; replace order id with the order id value generated from confirm a cart API.</li>\n<li>type -&gt; payment type</li>\n<li>method</li>\n<li>description</li>\n<li>amount</li>\n</ol>\n\n<h3>Response:</h3>\n\n<p>This API response  will create a transaction of the order in the event.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","events","{{event_id}}","registration","orders","{{order_id}}","transactions"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd23cb54-c0dc-8505-b30a-c5e2545957f2"},{"name":"Request login","id":"a79a7ac5-8034-7c6b-4aac-306ef7832937","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer hdivfzEYVuBx6yhMyHBo8L7PilVfjNrifhWT9nhq"}],"url":"{{API_HOST}}/services/auth/request","description":"<p>Need More Information to elaborate further</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","auth","request"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a79a7ac5-8034-7c6b-4aac-306ef7832937"},{"name":"Trigger webhook","id":"ce7b12a2-318a-fabb-1397-5bd8b2b98cf1","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer SfebBlzlKUrgUUAoQnwvZMtUB4exISAwl6JoM4xF"}],"body":{"mode":"formdata","formdata":[{"key":"event_id","value":"{{event_id}}","type":"text"},{"key":"type","value":"event","type":"text"}]},"url":"{{API_HOST}}/services/webhooks/trigger","description":"<p>Need more information on the API to elaborate further.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","webhooks","trigger"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce7b12a2-318a-fabb-1397-5bd8b2b98cf1"},{"name":"Get tickets under an event","id":"d269626b-1ce2-3ba0-fd76-f44f8882b774","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/services/events/{{event_id}}/tickets","description":"<p>This API to fetch the list of tickets of the event.</p>\n<h3>Mandatory:</h3>\n1. Access token \n       This is the token generated by Access token API.\n2. Replace {{event_id}} with the value of event id in the API url for which we need to fetch ticket details.\n\n<p>Response:</p>\n<p>Fetches the list of ticket types with ticket details present in the event in JSON format.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","events","{{event_id}}","tickets"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d269626b-1ce2-3ba0-fd76-f44f8882b774"},{"name":"Get meta options","id":"a0a7b5f5-f207-bb7d-e617-d7ee54f8f909","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/services/companies/{{company_id}}/meta/{{field_name}}","description":"<p>This API gives list of meta fields present under the company.</p>\n<h3>Mandatory:</h3>\n1. Access token \n       This is the token generated by Access token API.\n2. Replace {{company_id}} with company id in the API url.\n\n<h3>Optional:</h3>\nReplace {{field_name}} with meta field name in the API url.\n\n<p>Meta fields are of following types:</p>\n<ol>\n<li>Text</li>\n<li>dropdown</li>\n<li>textarea</li>\n</ol>\n\n<p>If the field name is provided in the API, the API returns the field details in JSON format. \neg: {{API_HOST}}/services/companies/{{company_id}}/meta/{{field_name}}</p>\n<p>If the field is of type dropdown, to get only the options of the field as response of API, append the API url with \"/options\"</p>\n<p>eg: {{API_HOST}}/services/companies/{{company_id}}/meta/{{field_name}}/options</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","companies","{{company_id}}","meta","{{field_name}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0a7b5f5-f207-bb7d-e617-d7ee54f8f909"},{"name":"All meta under company","id":"775b93c7-ab23-f5e2-5f57-f03f813fe098","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/services/companies/{{company_id}}/meta","description":"<p>This API gives list of meta fields present under the company.</p>\n<h3>Mandatory:</h3>\n1. Access token \n       This is the token generated by Access token API.\n2. Replace {{company_id}} with company id in the API url.\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","companies","{{company_id}}","meta"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"775b93c7-ab23-f5e2-5f57-f03f813fe098"},{"name":"Get events under company","id":"ff1c3ca8-e4ae-603f-13db-1bee5a9bc89a","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/services/companies/{{company_id}}/events","description":"<p>This API is used to get events under company. It returns list of events under company based on company id. </p>\n<p>Following are the parameters needed by API:</p>\n<h3>Mandatory:</h3>\n<ol>\n<li>Access token \n       This is the token generated by Access token API.</li>\n<li>company_id -&gt; replace {{company_id}} in the url with the company id for which the list of events is needed to be fetched.</li>\n</ol>\n\n<p>This API is not ideally used with out passing optional parameters as this API list of events under the company which might take time to give response based on number events present under the company. </p>\n<p>If the events list is more than 1000, to fetch next page list adding following parameter in the API url.</p>\n<ol>\n<li>\"?page=2\" -&gt; for second page.</li>\n<li>\"?page=3\" -&gt; for third page. etc</li>\n</ol>\n<p>So the url looks something as below:</p>\n<p>{{API_HOST}}/services/companies/{{company_id}}/event_search?page=2</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","companies","{{company_id}}","events"],"host":["{{API_HOST}}"],"query":[{"disabled":true,"key":"event_id","value":"10099933"}],"variable":[]}},"response":[],"_postman_id":"ff1c3ca8-e4ae-603f-13db-1bee5a9bc89a"},{"name":"Cancel an order","id":"151169b9-a17e-4d01-670a-3797ae3f37ce","request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer 1kTAkbJ76QoTRQU4ZsoHqJq4UtSPWjsi2rYw2kLy"}],"body":{"mode":"formdata","formdata":[{"key":"tickets[{{ticket_id}}]","value":"2","type":"text","disabled":true},{"key":"tickets[{{ticket_id}}]","value":"1","type":"text"}]},"url":"{{API_HOST}}/services/events/{{event_id}}/registration/orders/{{order_id}}","description":"<p>This API is used to delete and order specific to event.</p>\n<p>Following are the parameters needed by API:</p>\n<h3>Mandatory:</h3>\n<ol>\n<li>Access token \n       This is the token generated by Access token API.</li>\n<li>{{event_id}} -&gt; replace {{event_id}} with event id in the API url.</li>\n<li>{{order_id}} -&gt; replace {{order_id}} with order id in the API url.</li>\n</ol>\n\n<h3>Response:</h3>\nReturns the order id which is deleted from the event.\n\n<p>If the order is deleted, all the attendees related to the event get deleted as well.</p>\n","urlObject":{"path":["services","events","{{event_id}}","registration","orders","{{order_id}}"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"151169b9-a17e-4d01-670a-3797ae3f37ce"},{"name":"Get tickets","id":"d86ac85f-0c87-0c03-9b29-6b5e9c09b624","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"url":"{{API_HOST}}/services/events/{{event_id}}/tickets","description":"<p>This API to fetch the list of tickets of the event.</p>\n<h3>Mandatory:</h3>\n<ol>\n<li>Access token \n       This is the token generated by Access token API.\n</li>\n<li>Replace {{event_id}} with the value of event id in the API url for which we need to fetch ticket details.\n</li>\n</ol>\n\n<h3>Response:</h3>\n\n<p>Fetches the list of ticket types with ticket details present in the event in JSON format.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","events","{{event_id}}","tickets"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d86ac85f-0c87-0c03-9b29-6b5e9c09b624"},{"name":"Confirm a cart","id":"dd2f36b8-1e53-b228-facc-1d9cc2279293","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"order[payment_type]","value":"","type":"text"},{"key":"buyer[firstname]","value":"{{buyer_firstname}}","type":"text"},{"key":"buyer[lastname]","value":"{{buyer_lastname}}","type":"text"},{"key":"buyer[email]","value":"{{attendee_email}}","type":"text"},{"key":"buyer[billing_country]","value":"","type":"text","disabled":true},{"key":"attendee[0][firstname]","value":"{{attendee_firstname}}","type":"text"},{"key":"attendee[0][lastname]","value":"{{attendee_lastname}}","type":"text"},{"key":"attendee[0][email]","value":"{{attendee_email}}","type":"text"},{"key":"attendee[1][firstname]","value":"Linn","type":"text","disabled":true},{"key":"attendee[1][lastname]","value":"Htun","type":"text","disabled":true},{"key":"attendee[1][email]","value":"","type":"text","disabled":true},{"key":"attendee[2][firstname]","value":"","type":"text","disabled":true},{"key":"attendee[2][lastname]","value":"","type":"text","disabled":true},{"key":"attendee[2][email]","value":"","type":"text","disabled":true}]},"url":"{{API_HOST}}/services/events/{{event_id}}/registration/carts/{{cart_id}}/confirm","description":"<p>This API is used to confirm attendee for the event.</p>\n<p>Following are the parameters needed by API:</p>\n<h3>Mandatory:</h3>\n<ol>\n<li>\nAccess token\n           This is the token generated by Access token API.\n</li>\n<li>\n{{event_id}} -&gt; replace the event id  in the API url\n</li>\n<li>{{cart_id}} -&gt; replace cart id with the cart id value generated from create cart API.\n</li>\n<li>order[payment_type]\n</li>\n<li>buyer[firstname]</li>\n<li>buyer[lastname]</li>\n<li>buyer[email]</li>\n8. other attendee mandatory fields with values.\n\n<h3>Response:</h3>\n\n<p>This API response  will create attendee under the event.</p>\n</ol>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","events","{{event_id}}","registration","carts","{{cart_id}}","confirm"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd2f36b8-1e53-b228-facc-1d9cc2279293"},{"name":"Create a cart","id":"0018d104-de46-5210-51d0-da3e46ac67ee","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}"}],"body":{"mode":"formdata","formdata":[{"key":"tickets[{{ticket_number}}]","value":"{{count}}","type":"text"},{"key":"firstname","value":"{{attendee_firstname}}","type":"text"},{"key":"lastname","value":"{{attendee_lastname}}","type":"text"},{"key":"email","value":"{{attendee_email}}","type":"text"}]},"url":"{{API_HOST}}/services/events/{{event_id}}/registration/carts","description":"<p>This API is used to create attendee for the event.</p>\n<p>Following are the parameters needed by API:</p>\n<h3>Mandatory:</h3>\n<ol>\n<li>Access token\n           This is the token generated by Access token API.</li>\n<li>{{event_id}} -&gt; replace the event id  in the API url</li>\n<li>tickets[] -&gt; id of the ticket type for that event.</li>\n<li>other fields which are mandatory for the form in the event.</li>\n<ol>\n\n<h3>Response:</h3>\n\n<p>This API response  will generate cart id which is mandatory for confirming the cart to create the attendee record in the event.</p>\n</ol></ol>","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","id":"c322eafb-e413-68b5-e400-7361567b6440","name":"Services","type":"folder"}},"urlObject":{"path":["services","events","{{event_id}}","registration","carts"],"host":["{{API_HOST}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0018d104-de46-5210-51d0-da3e46ac67ee"}],"id":"c322eafb-e413-68b5-e400-7361567b6440","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"<access-token>"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"86fb9ac2-c149-4b3a-8ba5-213f94e4da2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cad613a5-a969-4a92-8825-d10107ce32ef","type":"text/javascript","exec":[""]}}],"_postman_id":"c322eafb-e413-68b5-e400-7361567b6440","description":""}]}