{"info":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","description":"<html><head></head><body><p>The Quicket API is a RESTful system which exposes resources for public consumption as well as private usage. We use resource-oriented URLs, and use HTTP response codes to indicate API errors and successful responses. We use HTTP verbs to indicate typical actions - POST for creating, GET for reading, PUT for updating and DELETE for deleting.</p>\n<p>JSON is returned by all API responses, including errors. XML responses are not supported.CORS is permitted which allows client-side applications to interact with the Quicket API. You should not expose your API key or user token in public-facing code.</p>\n<p>This documentation is integrated with Postman which allows for easy testing of endpoint calls.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>All calls to the API require an API key to be included in the query string and a key can be obtained at <a href=\"https://developer.quicket.co.za\">https://developer.quicket.co.za</a>.</p>\n<p>Additionally, a user token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.</p>\n<p>Your token can be found in your Quicket account or via this link: <a href=\"https://www.quicket.co.za/account/users/apikeys.aspx\">https://www.quicket.co.za/account/users/apikeys.aspx</a></p>\n<p>Do not share this token with others as it provides access to account-related functions!</p>\n<p>For resources requiring this token, it must be passed as a header \"usertoken\".</p>\n<h1 id=\"responses\">Responses</h1>\n<p>We use conventional HTTP status codes for indicating the nature of errors. Typically <code>2xx</code> responses indicate a successful response, <code>4xx</code> errors indicate an error with authentication, incorrect resource URL, missing parameter and so on. <code>5xx</code> errors will refer to a server error where an unexpected error occurred and is more likely an error due to Quicket's servers.</p>\n<p>Responses which return an object or list of objects are typically returned as a SingleItemResult or a ListItemResult . These entities contain the result as well as metadata.</p>\n<h1 id=\"endpoints\">Endpoints</h1>\n<p><a href=\"https://api.quicket.co.za/api\">https://api.quicket.co.za/api</a></p>\n<p>This is the base API URL. All resources are in the format of this base URL, followed by the resource.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Responses","slug":"responses"},{"content":"Endpoints","slug":"endpoints"}],"owner":"31515490","collectionId":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","publishedId":"2sA3BgAvfD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-10T09:07:53.000Z"},"item":[{"name":"Events","item":[{"name":"Get an event","id":"40d4869f-0787-4428-a768-51d516d23fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.quicket.co.za/api/Events/:id","description":"<p>Gets the details of a single event. It includes all information about the event that is publicly made visible on Quicket. The ID of an event can be gotten from it's URL on Quicket which is in the format https://{base Quicket URL}/events/{id}-{event name}.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","Events",":id"],"host":["https://api.quicket.co.za"],"query":[],"variable":[{"id":"d0ba5e4c-aee1-4b17-9ac0-5e70ff689398","description":{"content":"<p><em>integer</em></p>\n<p>ID of the event</p>\n","type":"text/plain"},"type":"any","value":"{{eventId}}","key":"id"}]}},"response":[{"id":"4c2fd88c-9d93-4389-a2bb-1cf4e19c256f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.quicket.co.za/api/Events/:id","protocol":"https","host":["api","quicket","co","za"],"path":["api","Events",":id"],"query":[{"key":"api_key","value":"","disabled":true}],"variable":[{"key":"id","value":":id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"url\": \"<string>\",\n \"imageUrl\": \"<string>\",\n \"dateCreated\": \"<dateTime>\",\n \"lastModified\": \"<dateTime>\",\n \"startDate\": \"<dateTime>\",\n \"endDate\": \"<dateTime>\",\n \"venue\": {\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"addressLine1\": \"<string>\",\n  \"addressLine2\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\"\n },\n \"locality\": {\n  \"levelOne\": \"<string>\",\n  \"levelTwo\": \"<string>\",\n  \"levelThree\": \"<string>\"\n },\n \"organiser\": {\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"facebookUrl\": \"<string>\",\n  \"twitterHandle\": \"<string>\",\n  \"hashTag\": \"<string>\",\n  \"organiserPageUrl\": \"<string>\"\n },\n \"categories\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\"\n  }\n ],\n \"tickets\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"soldOut\": \"<boolean>\",\n   \"provisionallySoldOut\": \"<boolean>\",\n   \"price\": \"<double>\",\n   \"salesStart\": \"<dateTime>\",\n   \"salesEnd\": \"<dateTime>\",\n   \"description\": \"<string>\",\n   \"donation\": \"<boolean>\",\n   \"vendorTicket\": \"<boolean>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"soldOut\": \"<boolean>\",\n   \"provisionallySoldOut\": \"<boolean>\",\n   \"price\": \"<double>\",\n   \"salesStart\": \"<dateTime>\",\n   \"salesEnd\": \"<dateTime>\",\n   \"description\": \"<string>\",\n   \"donation\": \"<boolean>\",\n   \"vendorTicket\": \"<boolean>\"\n  }\n ],\n \"schedules\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\"\n  }\n ],\n \"refundFeePayableBy\": \"<integer>\"\n}"},{"id":"7e5e2ddc-e95f-4e9e-90ad-c9fb2c718963","name":"Get an event","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.quicket.co.za/api/Events/:id","host":["https://api.quicket.co.za"],"path":["api","Events",":id"],"variable":[{"key":"id","value":"1502","description":"ID of the event"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2019 14:19:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1557"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"52626e5b2de3ce7b-LHR"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1502,\n    \"name\": \"ACL Peuge event\",\n    \"description\": \"<hr><img style=\\\"width: 430px; height: 284px;\\\" src=\\\"//quicket.azureedge.net/media/0028920_0.Png\\\">\",\n    \"url\": \"https://www.quicket.co.za/events/1502-acl-peuge-event/\",\n    \"imageUrl\": \"//quicket.azureedge.net/media/Q15_360_360.jpg\",\n    \"dateCreated\": \"2013-01-15T07:30:41.147\",\n    \"lastModified\": \"2019-01-07T14:06:36.8462122\",\n    \"startDate\": \"2018-09-21T00:00:00\",\n    \"endDate\": \"2018-09-27T00:00:00\",\n    \"venue\": {\n        \"id\": 13041,\n        \"name\": \"Mikes house\",\n        \"addressLine1\": \"35 rose street\",\n        \"addressLine2\": \"Cape Town City Centre\",\n        \"latitude\": -33.92217,\n        \"longitude\": 18.42085\n    },\n    \"locality\": {\n        \"levelOne\": \"South Africa\",\n        \"levelTwo\": \"Western Cape\",\n        \"levelThree\": \"Cape Town\"\n    },\n    \"organiser\": {\n        \"id\": 2,\n        \"name\": \"Peuge K\",\n        \"phone\": \"\",\n        \"mobile\": \"\",\n        \"facebookUrl\": \"https://facebook.com/peugey\",\n        \"twitterHandle\": \"\",\n        \"hashTag\": \"\",\n        \"organiserPageUrl\": \"https://www.quicket.co.za/organisers/2-peuge-k/\"\n    },\n    \"categories\": [\n        {\n            \"id\": 6,\n            \"name\": \"Travel & Outdoor\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Hobbies & Interests\"\n        }\n    ],\n    \"tickets\": [\n        {\n            \"id\": 3714,\n            \"name\": \"Test ticket type\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-11-19T13:22:00\",\n            \"salesEnd\": \"2018-05-30T16:42:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": true\n        },\n        {\n            \"id\": 1922,\n            \"name\": \"Adults\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2013-01-22T20:00:00\",\n            \"salesEnd\": \"2018-05-23T16:42:00\",\n            \"description\": \"Workshop Topic: Future Friendly UX design\\r\\nAbstract: We'll look at some common design patterns, what's not so great about them, and what we can do to make them better for our users. We'll be discussing improvements we can make, sketching them out, and learning about what online tools we can use to help us.\\r\\nAttendees will leave with practical tips and techniques for making their designs more Future (and User) Friendly.\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 6287,\n            \"name\": \"test\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 1,\n            \"salesStart\": \"2014-06-13T14:34:00\",\n            \"salesEnd\": \"2018-05-30T16:42:00\",\n            \"description\": \"tstuvb\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 10203,\n            \"name\": \"Donate please\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-09-22T14:28:00\",\n            \"salesEnd\": \"2016-04-30T11:03:00\",\n            \"description\": \"\",\n            \"donation\": true,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 12093,\n            \"name\": \"new test\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-12-09T13:26:00\",\n            \"salesEnd\": \"2016-12-04T12:39:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 12099,\n            \"name\": \"Normal2\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-12-09T13:43:00\",\n            \"salesEnd\": \"2016-12-04T12:39:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 12122,\n            \"name\": \"Whatkind\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-12-10T12:11:00\",\n            \"salesEnd\": \"2016-12-04T12:39:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 28208,\n            \"name\": \"fee purchase\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2016-04-26T10:12:00\",\n            \"salesEnd\": \"2016-12-05T07:30:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 38457,\n            \"name\": \"vending\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2016-10-13T17:53:00\",\n            \"salesEnd\": \"2017-01-04T00:00:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 39709,\n            \"name\": \"freeeee\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2016-11-08T12:48:00\",\n            \"salesEnd\": \"2017-01-04T00:00:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 46088,\n            \"name\": \"peach\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 1.9,\n            \"salesStart\": \"2017-02-23T07:39:00\",\n            \"salesEnd\": \"2017-11-01T00:00:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        }\n    ],\n    \"schedules\": [],\n    \"refundFeePayableBy\": 0\n}"},{"id":"d3294321-e29a-4207-8181-c36708620e65","name":"Get an event Test","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.quicket.co.za/api/Events/:id","host":["https://api.quicket.co.za"],"path":["api","Events",":id"],"variable":[{"key":"id","value":"{{eventId}}","description":"*integer*\n\nID of the event"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2019 11:43:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1556"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Set-Cookie","value":"ARRAffinity=a766a327669d993fb905c4c719b618934b6a8ac6f0c0cc02b4a2e64c7ebf8688;Path=/;HttpOnly;Domain=api.quicket.co.za"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"529b36611ac2e5f8-LHR"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123123,\n    \"name\": \"ACL Peuge event\",\n    \"description\": \"<hr><img style=\\\"width: 430px; height: 284px;\\\" src=\\\"//quicket.azureedge.net/media/0028920_0.Png\\\">\",\n    \"url\": \"https://www.quicket.co.za/events/1502-acl-peuge-event/\",\n    \"imageUrl\": \"//quicket.azureedge.net/media/Q4_360_360.jpg\",\n    \"dateCreated\": \"2013-01-15T07:30:41.147\",\n    \"lastModified\": \"2019-01-07T14:06:36.8462122\",\n    \"startDate\": \"2018-09-21T00:00:00\",\n    \"endDate\": \"2018-09-27T00:00:00\",\n    \"venue\": {\n        \"id\": 13041,\n        \"name\": \"Mikes house\",\n        \"addressLine1\": \"35 rose street\",\n        \"addressLine2\": \"Cape Town City Centre\",\n        \"latitude\": -33.92217,\n        \"longitude\": 18.42085\n    },\n    \"locality\": {\n        \"levelOne\": \"South Africa\",\n        \"levelTwo\": \"Western Cape\",\n        \"levelThree\": \"Cape Town\"\n    },\n    \"organiser\": {\n        \"id\": 2,\n        \"name\": \"Peuge K\",\n        \"phone\": \"\",\n        \"mobile\": \"\",\n        \"facebookUrl\": \"https://facebook.com/peugey\",\n        \"twitterHandle\": \"\",\n        \"hashTag\": \"\",\n        \"organiserPageUrl\": \"https://www.quicket.co.za/organisers/2-peuge-k/\"\n    },\n    \"categories\": [\n        {\n            \"id\": 6,\n            \"name\": \"Travel & Outdoor\"\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Hobbies & Interests\"\n        }\n    ],\n    \"tickets\": [\n        {\n            \"id\": 3714,\n            \"name\": \"Test ticket type\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-11-19T13:22:00\",\n            \"salesEnd\": \"2018-05-30T16:42:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": true\n        },\n        {\n            \"id\": 1922,\n            \"name\": \"Adults\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2013-01-22T20:00:00\",\n            \"salesEnd\": \"2018-05-23T16:42:00\",\n            \"description\": \"Workshop Topic: Future Friendly UX design\\r\\nAbstract: We'll look at some common design patterns, what's not so great about them, and what we can do to make them better for our users. We'll be discussing improvements we can make, sketching them out, and learning about what online tools we can use to help us.\\r\\nAttendees will leave with practical tips and techniques for making their designs more Future (and User) Friendly.\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 6287,\n            \"name\": \"test\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 1,\n            \"salesStart\": \"2014-06-13T14:34:00\",\n            \"salesEnd\": \"2018-05-30T16:42:00\",\n            \"description\": \"tstuvb\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 10203,\n            \"name\": \"Donate please\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-09-22T14:28:00\",\n            \"salesEnd\": \"2016-04-30T11:03:00\",\n            \"description\": \"\",\n            \"donation\": true,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 12093,\n            \"name\": \"new test\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-12-09T13:26:00\",\n            \"salesEnd\": \"2016-12-04T12:39:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 12099,\n            \"name\": \"Normal2\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-12-09T13:43:00\",\n            \"salesEnd\": \"2016-12-04T12:39:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 12122,\n            \"name\": \"Whatkind\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2014-12-10T12:11:00\",\n            \"salesEnd\": \"2016-12-04T12:39:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 28208,\n            \"name\": \"fee purchase\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2016-04-26T10:12:00\",\n            \"salesEnd\": \"2016-12-05T07:30:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 38457,\n            \"name\": \"vending\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2016-10-13T17:53:00\",\n            \"salesEnd\": \"2017-01-04T00:00:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 39709,\n            \"name\": \"freeeee\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 0,\n            \"salesStart\": \"2016-11-08T12:48:00\",\n            \"salesEnd\": \"2017-01-04T00:00:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        },\n        {\n            \"id\": 46088,\n            \"name\": \"peach\",\n            \"soldOut\": false,\n            \"provisionallySoldOut\": false,\n            \"price\": 1.9,\n            \"salesStart\": \"2017-02-23T07:39:00\",\n            \"salesEnd\": \"2017-11-01T00:00:00\",\n            \"description\": \"\",\n            \"donation\": false,\n            \"vendorTicket\": false\n        }\n    ],\n    \"schedules\": [],\n    \"refundFeePayableBy\": 0\n}"}],"_postman_id":"40d4869f-0787-4428-a768-51d516d23fd6"},{"name":"Get a list of events","id":"b2d73a79-43e9-4a46-9a37-6258b12a362a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.quicket.co.za/api/events?pageSize={{pageSize}}&page={{pageNumber}}&lastModified={{lastModified}}&categories={{categories}}","description":"<p>Gets a list of publicly visible events from the Quicket platform. By default it returns a list of Event objects that is paginated, 10 per page, across all categories. The details returned include all information about the event that is publicly made visible on Quicket.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","events"],"host":["https://api.quicket.co.za"],"query":[{"description":{"content":"<p><em>integer</em> <code>Optional</code> </p>\n<p>Number of items to return per page. Defaults to 10.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p><em>integer</em> <code>Optional</code></p>\n<p>Page number starting at 1. Defaults to 1.</p>\n","type":"text/plain"},"key":"page","value":"{{pageNumber}}"},{"description":{"content":"<p><em>datetime</em> <code>Optional</code></p>\n<p>If specified, returns only events modified since the date specified. The date format is yyyy-MM-ddTHH:mm:ss.zzZ</p>\n","type":"text/plain"},"key":"lastModified","value":"{{lastModified}}"},{"description":{"content":"<p><code>Optional</code> </p>\n<p>A comma separated list of event category ID's. If specified, the results returned will be events that are in any of the categories. Category ID's can be determined by looking at the query string on category listing pages on Quicket at <a href=\"https://www.quicket.co.za/events/\">https://www.quicket.co.za/events/</a> or by looking at the Category ID of a particular Event object retrieved on this API.</p>\n","type":"text/plain"},"key":"categories","value":"{{categories}}"}],"variable":[]}},"response":[{"id":"83e96f12-5d4b-443a-b259-799754ce6f68","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.quicket.co.za/api/events?api_key=&pageSize=10&page=1&lastModified=<dateTime>&categories=<string>","protocol":"https","host":["api","quicket","co","za"],"path":["api","events"],"query":[{"key":"api_key","value":""},{"key":"pageSize","value":"10"},{"key":"page","value":"1"},{"key":"lastModified","value":"<dateTime>"},{"key":"categories","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"results\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  }\n ],\n \"pageSize\": \"<integer>\",\n \"pages\": \"<integer>\",\n \"records\": \"<integer>\",\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"b2d73a79-43e9-4a46-9a37-6258b12a362a"},{"name":"Get an event (extended)","id":"a9c6f467-c61b-4804-ab62-4017ccf65f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"usertoken","value":"","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"}],"url":"https://api.quicket.co.za/api/events/:id/extended","description":"<p>Gets the details of an event. This end point can be used by vendor channel partners to get details of the event as well as an indication of which ticket types can be vended by this vendor.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","events",":id","extended"],"host":["https://api.quicket.co.za"],"query":[],"variable":[{"id":"a8d212ed-77ea-4d92-8387-59c187ceca60","description":{"content":"<p><em>Integer</em></p>\n<p>ID of the event</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"daa92570-e329-4fac-b549-f92f3c7eb002","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/events/<integer>/extended"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"id\": \"<integer>\",\n \"name\": \"<string>\",\n \"description\": \"<string>\",\n \"url\": \"<string>\",\n \"imageUrl\": \"<string>\",\n \"dateCreated\": \"<dateTime>\",\n \"lastModified\": \"<dateTime>\",\n \"startDate\": \"<dateTime>\",\n \"endDate\": \"<dateTime>\",\n \"venue\": {\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"addressLine1\": \"<string>\",\n  \"addressLine2\": \"<string>\",\n  \"latitude\": \"<double>\",\n  \"longitude\": \"<double>\"\n },\n \"locality\": {\n  \"levelOne\": \"<string>\",\n  \"levelTwo\": \"<string>\",\n  \"levelThree\": \"<string>\"\n },\n \"organiser\": {\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"facebookUrl\": \"<string>\",\n  \"twitterHandle\": \"<string>\",\n  \"hashTag\": \"<string>\",\n  \"organiserPageUrl\": \"<string>\"\n },\n \"categories\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\"\n  }\n ],\n \"tickets\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"soldOut\": \"<boolean>\",\n   \"provisionallySoldOut\": \"<boolean>\",\n   \"price\": \"<double>\",\n   \"salesStart\": \"<dateTime>\",\n   \"salesEnd\": \"<dateTime>\",\n   \"description\": \"<string>\",\n   \"donation\": \"<boolean>\",\n   \"vendorTicket\": \"<boolean>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"soldOut\": \"<boolean>\",\n   \"provisionallySoldOut\": \"<boolean>\",\n   \"price\": \"<double>\",\n   \"salesStart\": \"<dateTime>\",\n   \"salesEnd\": \"<dateTime>\",\n   \"description\": \"<string>\",\n   \"donation\": \"<boolean>\",\n   \"vendorTicket\": \"<boolean>\"\n  }\n ],\n \"schedules\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\"\n  }\n ],\n \"refundFeePayableBy\": \"<integer>\"\n}"}],"_postman_id":"a9c6f467-c61b-4804-ab62-4017ccf65f2e"},{"name":"Get an event guestlist","id":"9095be7c-fe76-48ed-908b-e758e9d3f4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"usertoken","value":"{{usertoken}}","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"}],"url":"https://api.quicket.co.za/api/events/:id/guests","description":"<p>Gets a list of guests that are confirmed for an event. Since this is private information, only the user who owns the event will be able to retrieve this information, by means of authentication token.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","events",":id","guests"],"host":["https://api.quicket.co.za"],"query":[],"variable":[{"id":"87555b4e-e7f4-4399-8c0f-9807c8cd234f","description":{"content":"<p><em>Integer</em> </p>\n<p>The ID of the event</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"7c64fe06-203c-45a8-b996-4738448c7bd8","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/events/<integer>/guests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"results\": [\n  {\n   \"OrderId\": \"<integer>\",\n   \"TicketId\": \"<integer>\",\n   \"Barcode\": \"<integer>\",\n   \"DateAdded\": \"<dateTime>\",\n   \"TicketType\": \"<string>\",\n   \"TicketTypeId\": \"<integer>\",\n   \"SeatNumber\": \"<string>\",\n   \"DiscountCode\": \"<string>\",\n   \"DiscountAmount\": \"<double>\",\n   \"CheckedIn\": \"<string>\",\n   \"CheckinDate\": \"<string>\",\n   \"CheckedInBy\": \"<string>\",\n   \"Complimentary\": \"<string>\",\n   \"Price\": \"<double>\",\n   \"AmountPaid\": \"<double>\",\n   \"Valid\": \"<boolean>\",\n   \"TicketInformation\": \"<object>\"\n  },\n  {\n   \"OrderId\": \"<integer>\",\n   \"TicketId\": \"<integer>\",\n   \"Barcode\": \"<integer>\",\n   \"DateAdded\": \"<dateTime>\",\n   \"TicketType\": \"<string>\",\n   \"TicketTypeId\": \"<integer>\",\n   \"SeatNumber\": \"<string>\",\n   \"DiscountCode\": \"<string>\",\n   \"DiscountAmount\": \"<double>\",\n   \"CheckedIn\": \"<string>\",\n   \"CheckinDate\": \"<string>\",\n   \"CheckedInBy\": \"<string>\",\n   \"Complimentary\": \"<string>\",\n   \"Price\": \"<double>\",\n   \"AmountPaid\": \"<double>\",\n   \"Valid\": \"<boolean>\",\n   \"TicketInformation\": \"<object>\"\n  }\n ],\n \"pageSize\": \"<integer>\",\n \"pages\": \"<integer>\",\n \"records\": \"<integer>\",\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"9095be7c-fe76-48ed-908b-e758e9d3f4bd"},{"name":"Send complimentaries","id":"f4c11de1-bf0f-406e-b07a-9aaa8200df33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"usertoken","value":"","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Guests\": [\n        {\n            \"Email\": \"bill@cylons.com\",\n            \"FirstName\": \"Bill\",\n            \"Surname\": \"Adama\",\n            \"OrderItems\": [\n                {\n                    \"NumTickets\": 1,\n                    \"TicketId\": 123\n                },\n                {\n                    \"NumTickets\": 2,\n                    \"TicketId\": 234\n                }\n            ]\n        },\n        {\n            \"Email\": \"kara@cylons.com\",\n            \"FirstName\": \"Kara\",\n            \"Surname\": \"Thrace\",\n            \"OrderItems\": [\n                {\n                    \"NumTickets\": 2,\n                    \"TicketId\": 345\n                }\n            ]\n        }\n    ],\n    \"IsRsvp\": false,\n    \"SendMails\": true,\n    \"ScheduleItemId\": 0\n}"},"url":"https://api.quicket.co.za/api/events/:id/orders/complimentaries","description":"<p>Complimentary tickets can be sent to your guests via this end point. An email is sent to the recipient with their complimentary ticket(s). </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","events",":id","orders","complimentaries"],"host":["https://api.quicket.co.za"],"query":[],"variable":[{"id":"2881614f-6bdd-419e-a569-98e986e3d569","description":{"content":"<p><em>integer</em></p>\n<p>ID of the event</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"8001a9d7-6380-4d96-8bc9-f911fcbae069","name":"Status 200","originalRequest":{"method":"POST","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Guests\": [\n        {\n            \"Email\": \"<string>\",\n            \"FirstName\": \"<string>\",\n            \"Surname\": \"<string>\",\n            \"OrderItems\": [\n                {\n                    \"NumTickets\": \"<integer>\",\n                    \"TicketId\": \"<integer>\"\n                },\n                {\n                    \"NumTickets\": \"<integer>\",\n                    \"TicketId\": \"<integer>\"\n                }\n            ]\n        },\n        {\n            \"Email\": \"<string>\",\n            \"FirstName\": \"<string>\",\n            \"Surname\": \"<string>\",\n            \"OrderItems\": [\n                {\n                    \"NumTickets\": \"<integer>\",\n                    \"TicketId\": \"<integer>\"\n                },\n                {\n                    \"NumTickets\": \"<integer>\",\n                    \"TicketId\": \"<integer>\"\n                }\n            ]\n        }\n    ],\n    \"IsRsvp\": \"<boolean>\",\n    \"SendMails\": \"<string>\",\n    \"ScheduleItemId\": \"<integer>\"\n}"},"url":"https://api.quicket.co.za/api/events/<integer>/orders/complimentaries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"<string>\""}],"_postman_id":"f4c11de1-bf0f-406e-b07a-9aaa8200df33"}],"id":"217324e9-7450-49cf-be98-d374c99fd2e4","description":"<p>Event objects represent event listings from Quicket. They contain information about the event such as name, description, date, venue and more.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9b91d94d-8897-4dc1-961f-094994d36dd1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6c32d2b8-93f2-4aac-a25a-c8b4741b4ce8"}}],"_postman_id":"217324e9-7450-49cf-be98-d374c99fd2e4","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}}},{"name":"Codes","item":[{"name":"Search for a promotional code","id":"d54c0820-f46a-4560-ae43-8b945d7080b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"usertoken","value":"","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"}],"url":"https://api.quicket.co.za/api/codes/search?eventId=&text=","description":"<p>Search for a promotional code within a specific event by the code text</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","codes","search"],"host":["https://api.quicket.co.za"],"query":[{"description":{"content":"<p><em>integer</em> </p>\n<p>The Event ID of the event in which to search for the code.</p>\n","type":"text/plain"},"key":"eventId","value":""},{"description":{"content":"<p><em>string</em> </p>\n<p>The full text of the code. No whitespace allowed.</p>\n","type":"text/plain"},"key":"text","value":""}],"variable":[]}},"response":[{"id":"4748c4ef-5f6a-4562-ab6a-01cda786bd41","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":{"raw":"https://api.quicket.co.za/api/codes/search?eventId=<integer>&text=<string>","protocol":"https","host":["api","quicket","co","za"],"path":["api","codes","search"],"query":[{"key":"eventId","value":"<integer>"},{"key":"text","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"DiscountAmount\": \"<double>\",\n  \"EventId\": \"<integer>\",\n  \"IsAccessCode\": \"<boolean>\",\n  \"IsPercentage\": \"<boolean>\",\n  \"NumUses\": \"<integer>\",\n  \"TicketTypes\": [\n   \"<integer>\",\n   \"<integer>\"\n  ],\n  \"CodeId\": \"<integer>\",\n  \"CodeValue\": \"<string>\",\n  \"ValidFrom\": \"<string>\",\n  \"ValidTo\": \"<string>\",\n  \"Email\": \"<string>\"\n },\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"d54c0820-f46a-4560-ae43-8b945d7080b0"},{"name":"Create a promotional code","id":"6a92c51b-7ae5-49bd-b144-e55d66bcca7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"usertoken","value":"","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DiscountAmount","value":"","description":"<p><em>double</em></p>\n<p>A number greater than or equal to 0.0 that will be used to determine the discount amount that will be granted to the holder of this promo code. See below parameters to see how this amount is qualified.</p>\n"},{"key":"EventId","value":"","description":"<p><em>integer</em></p>\n<p>The ID of the event</p>\n"},{"key":"IsAccessCode","value":"","description":"<p><em>boolean</em></p>\n<p>If true, this code can be used to make a hidden ticket type visible. If false, this is purely for applying a discount. Note that you can only have a discount amount of 0.0 if this setting is True.</p>\n"},{"key":"IsPercentage","value":"","description":"<p><em>boolean</em></p>\n<p>If true, the amount specified in DiscountAmount is a percentage discount amount. If this is true, then the DiscountAmount may not exceed 100.0. If false, the amount in DiscountAmount refers to a monetary discount amount.</p>\n"},{"key":"NumUses","value":"","description":"<p><em>integer</em></p>\n<p>A number indicating how many tickets may be booked using this code.</p>\n"},{"key":"TicketTypes","value":"","description":"<p><em>array</em></p>\n<p>An array of Ticket Type ID's that this code will apply to. These can be found by <a href=\"#0760b6ae-8995-4a85-94b3-5db4257ef3f5\">querying an event</a></p>\n"},{"key":"CodeValue","value":"","description":"<p><em>string</em></p>\n<p>This is the text that will be entered to activate this promo code</p>\n"},{"key":"ValidFrom","value":"<string>"},{"key":"ValidTo","value":"<string>"},{"key":"Email","value":"<string>","disabled":true}]},"url":"https://api.quicket.co.za/api/codes","description":"<p>Create a new promotional code for your event. When creating a new code, you can decide whether to you want to specify the actual code text or if you leave it out then Quicket will generate a random code for you. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","codes"],"host":["https://api.quicket.co.za"],"query":[],"variable":[]}},"response":[{"id":"c3cbb528-9dc9-4d9c-83b4-5eb8207df2dc","name":"OK","originalRequest":{"method":"POST","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DiscountAmount","value":"<double>"},{"key":"EventId","value":"<integer>"},{"key":"IsAccessCode","value":"<boolean>"},{"key":"IsPercentage","value":"<boolean>"},{"key":"NumUses","value":"<integer>"},{"key":"TicketTypes","value":"[\"<integer>\",\"<integer>\"]"},{"key":"CodeId","value":"<integer>"},{"key":"CodeValue","value":"<string>"},{"key":"ValidFrom","value":"<string>"},{"key":"ValidTo","value":"<string>"},{"key":"Email","value":"<string>"}]},"url":"https://api.quicket.co.za/api/codes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"DiscountAmount\": \"<double>\",\n  \"EventId\": \"<integer>\",\n  \"IsAccessCode\": \"<boolean>\",\n  \"IsPercentage\": \"<boolean>\",\n  \"NumUses\": \"<integer>\",\n  \"TicketTypes\": [\n   \"<integer>\",\n   \"<integer>\"\n  ],\n  \"CodeId\": \"<integer>\",\n  \"CodeValue\": \"<string>\",\n  \"ValidFrom\": \"<string>\",\n  \"ValidTo\": \"<string>\",\n  \"Email\": \"<string>\"\n },\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"6a92c51b-7ae5-49bd-b144-e55d66bcca7d"},{"name":"Modify an existing promotion code","id":"bab9e933-4358-4a8e-b07a-e980ab68ab4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"usertoken","value":"","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DiscountAmount","value":"<double>"},{"key":"EventId","value":"<integer>"},{"key":"IsAccessCode","value":"<boolean>"},{"key":"IsPercentage","value":"<boolean>"},{"key":"NumUses","value":"<integer>"},{"key":"TicketTypes","value":"[\"<integer>\",\"<integer>\"]"},{"key":"CodeId","value":"<integer>"},{"key":"CodeValue","value":"<string>"},{"key":"ValidFrom","value":"<string>"},{"key":"ValidTo","value":"<string>"},{"key":"Email","value":"<string>"}]},"url":"https://api.quicket.co.za/api/codes/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","codes",":id"],"host":["https://api.quicket.co.za"],"query":[],"variable":[{"id":"d82016d0-45a9-4eda-830f-4d3249a16f91","description":{"content":"<p><em>integer</em></p>\n<p>The ID of the promotion code to modify.</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"ee1b02b6-acb4-4e20-a495-49dab8ad24a7","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"DiscountAmount","value":"<double>"},{"key":"EventId","value":"<integer>"},{"key":"IsAccessCode","value":"<boolean>"},{"key":"IsPercentage","value":"<boolean>"},{"key":"NumUses","value":"<integer>"},{"key":"TicketTypes","value":"[\"<integer>\",\"<integer>\"]"},{"key":"CodeId","value":"<integer>"},{"key":"CodeValue","value":"<string>"},{"key":"ValidFrom","value":"<string>"},{"key":"ValidTo","value":"<string>"},{"key":"Email","value":"<string>"}]},"url":"https://api.quicket.co.za/api/codes/<integer>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"result\": {\n  \"DiscountAmount\": \"<double>\",\n  \"EventId\": \"<integer>\",\n  \"IsAccessCode\": \"<boolean>\",\n  \"IsPercentage\": \"<boolean>\",\n  \"NumUses\": \"<integer>\",\n  \"TicketTypes\": [\n   \"<integer>\",\n   \"<integer>\"\n  ],\n  \"CodeId\": \"<integer>\",\n  \"CodeValue\": \"<string>\",\n  \"ValidFrom\": \"<string>\",\n  \"ValidTo\": \"<string>\",\n  \"Email\": \"<string>\"\n },\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"bab9e933-4358-4a8e-b07a-e980ab68ab4c"},{"name":"Delete a promotion code","id":"2b4da882-2492-4e9a-8f21-3fcfc6f78234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"usertoken","value":"","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"}],"url":"https://api.quicket.co.za/api/codes/:id","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","codes",":id"],"host":["https://api.quicket.co.za"],"query":[],"variable":[{"id":"65de8d30-dd2a-40c2-95b6-87a9279b3b46","description":{"content":"<p><em>integer</em> </p>\n<p>The ID of the promotion code to delete.</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"fd2813d2-d62d-4766-8898-86c09281e5b2","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/codes/<integer>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b4da882-2492-4e9a-8f21-3fcfc6f78234"}],"id":"24e627d0-5f4e-4b04-8fa1-bd7f4fd37e26","description":"<p>A code object represents a promotional code on Quicket. A promotional code can be used to give access to hidden ticket types, or provide discounts to certain ticket types, or a combination of both providing hidden ticket access with a discount.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8a356617-8707-4e35-bee5-16e8df01d1a1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c527aa06-4543-4f71-8279-5b32477033c9"}}],"_postman_id":"24e627d0-5f4e-4b04-8fa1-bd7f4fd37e26","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"me","item":[{"name":"Get current user's user ID","id":"667d0fc1-723c-45a6-aee4-86bf73867bb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/users/me","description":"<p>This is simply used to determine the user ID of the user associated to the user token making the request. The response is a Dictionary&lt;string, int&gt; with a single entry which would be &lt;\"UserId\",xxx&gt;.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","users","me"],"host":["https://api.quicket.co.za"],"query":[],"variable":[]}},"response":[{"id":"da8de914-4b4a-465f-8b83-8610186e667f","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"<object>\""}],"_postman_id":"667d0fc1-723c-45a6-aee4-86bf73867bb3"},{"name":"Get current user's orders","id":"f60bd021-7db4-45b5-a813-80637655736b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/users/me/orders?extensions=<string>","description":"<p>Get a list of orders linked to the current user's account. The caller \"me\" is specified by means of user token.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","users","me","orders"],"host":["https://api.quicket.co.za"],"query":[{"key":"extensions","value":"<string>"}],"variable":[]}},"response":[{"id":"2867b83f-7ec6-45b5-97c0-bdf46eae2c84","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":{"raw":"https://api.quicket.co.za/api/users/me/orders?extensions=<string>","host":["https://api.quicket.co.za"],"path":["api","users","me","orders"],"query":[{"key":"extensions","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"results\": [\n  {\n   \"eventId\": \"<integer>\",\n   \"eventName\": \"<string>\",\n   \"orderId\": \"<integer>\",\n   \"reference\": \"<string>\",\n   \"userId\": \"<integer>\",\n   \"email\": \"<string>\",\n   \"dateAdded\": \"<dateTime>\",\n   \"amount\": \"<double>\",\n   \"isComplimentary\": \"<boolean>\",\n   \"paymentState\": \"<string>\",\n   \"paymentType\": \"<string>\",\n   \"paymentDate\": \"<string>\",\n   \"isVended\": \"<boolean>\",\n   \"paymentCollectionBy\": \"<string>\",\n   \"canRefund\": \"<boolean>\",\n   \"encrypt\": \"<string>\",\n   \"guests\": [\n    {\n     \"OrderId\": \"<integer>\",\n     \"TicketId\": \"<integer>\",\n     \"Barcode\": \"<integer>\",\n     \"DateAdded\": \"<dateTime>\",\n     \"TicketType\": \"<string>\",\n     \"TicketTypeId\": \"<integer>\",\n     \"SeatNumber\": \"<string>\",\n     \"DiscountCode\": \"<string>\",\n     \"DiscountAmount\": \"<double>\",\n     \"CheckedIn\": \"<string>\",\n     \"CheckinDate\": \"<string>\",\n     \"CheckedInBy\": \"<string>\",\n     \"Complimentary\": \"<string>\",\n     \"Price\": \"<double>\",\n     \"AmountPaid\": \"<double>\",\n     \"Valid\": \"<boolean>\",\n     \"TicketInformation\": \"<object>\"\n    },\n    {\n     \"OrderId\": \"<integer>\",\n     \"TicketId\": \"<integer>\",\n     \"Barcode\": \"<integer>\",\n     \"DateAdded\": \"<dateTime>\",\n     \"TicketType\": \"<string>\",\n     \"TicketTypeId\": \"<integer>\",\n     \"SeatNumber\": \"<string>\",\n     \"DiscountCode\": \"<string>\",\n     \"DiscountAmount\": \"<double>\",\n     \"CheckedIn\": \"<string>\",\n     \"CheckinDate\": \"<string>\",\n     \"CheckedInBy\": \"<string>\",\n     \"Complimentary\": \"<string>\",\n     \"Price\": \"<double>\",\n     \"AmountPaid\": \"<double>\",\n     \"Valid\": \"<boolean>\",\n     \"TicketInformation\": \"<object>\"\n    }\n   ],\n   \"actions\": \"<object>\",\n   \"isTransferred\": \"<boolean>\",\n   \"questionAnswers\": [\n    {\n     \"QuestionId\": \"<integer>\",\n     \"Question\": \"<string>\",\n     \"Answer\": \"<string>\",\n     \"ControlTypeId\": \"<string>\"\n    },\n    {\n     \"QuestionId\": \"<integer>\",\n     \"Question\": \"<string>\",\n     \"Answer\": \"<string>\",\n     \"ControlTypeId\": \"<string>\"\n    }\n   ]\n  },\n  {\n   \"eventId\": \"<integer>\",\n   \"eventName\": \"<string>\",\n   \"orderId\": \"<integer>\",\n   \"reference\": \"<string>\",\n   \"userId\": \"<integer>\",\n   \"email\": \"<string>\",\n   \"dateAdded\": \"<dateTime>\",\n   \"amount\": \"<double>\",\n   \"isComplimentary\": \"<boolean>\",\n   \"paymentState\": \"<string>\",\n   \"paymentType\": \"<string>\",\n   \"paymentDate\": \"<string>\",\n   \"isVended\": \"<boolean>\",\n   \"paymentCollectionBy\": \"<string>\",\n   \"canRefund\": \"<boolean>\",\n   \"encrypt\": \"<string>\",\n   \"guests\": [\n    {\n     \"OrderId\": \"<integer>\",\n     \"TicketId\": \"<integer>\",\n     \"Barcode\": \"<integer>\",\n     \"DateAdded\": \"<dateTime>\",\n     \"TicketType\": \"<string>\",\n     \"TicketTypeId\": \"<integer>\",\n     \"SeatNumber\": \"<string>\",\n     \"DiscountCode\": \"<string>\",\n     \"DiscountAmount\": \"<double>\",\n     \"CheckedIn\": \"<string>\",\n     \"CheckinDate\": \"<string>\",\n     \"CheckedInBy\": \"<string>\",\n     \"Complimentary\": \"<string>\",\n     \"Price\": \"<double>\",\n     \"AmountPaid\": \"<double>\",\n     \"Valid\": \"<boolean>\",\n     \"TicketInformation\": \"<object>\"\n    },\n    {\n     \"OrderId\": \"<integer>\",\n     \"TicketId\": \"<integer>\",\n     \"Barcode\": \"<integer>\",\n     \"DateAdded\": \"<dateTime>\",\n     \"TicketType\": \"<string>\",\n     \"TicketTypeId\": \"<integer>\",\n     \"SeatNumber\": \"<string>\",\n     \"DiscountCode\": \"<string>\",\n     \"DiscountAmount\": \"<double>\",\n     \"CheckedIn\": \"<string>\",\n     \"CheckinDate\": \"<string>\",\n     \"CheckedInBy\": \"<string>\",\n     \"Complimentary\": \"<string>\",\n     \"Price\": \"<double>\",\n     \"AmountPaid\": \"<double>\",\n     \"Valid\": \"<boolean>\",\n     \"TicketInformation\": \"<object>\"\n    }\n   ],\n   \"actions\": \"<object>\",\n   \"isTransferred\": \"<boolean>\",\n   \"questionAnswers\": [\n    {\n     \"QuestionId\": \"<integer>\",\n     \"Question\": \"<string>\",\n     \"Answer\": \"<string>\",\n     \"ControlTypeId\": \"<string>\"\n    },\n    {\n     \"QuestionId\": \"<integer>\",\n     \"Question\": \"<string>\",\n     \"Answer\": \"<string>\",\n     \"ControlTypeId\": \"<string>\"\n    }\n   ]\n  }\n ],\n \"pageSize\": \"<integer>\",\n \"pages\": \"<integer>\",\n \"records\": \"<integer>\",\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"f60bd021-7db4-45b5-a813-80637655736b"},{"name":"Get current user's events","id":"c0ba3b2b-62f7-4cb9-92ae-1f85da146a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/users/me/events?pageSize=10&page=1&lastModified=2001-09-21T15:00:00.00Z&categories=9,12","description":"<p>Get a list of events that have been created by the calling user. The caller “me” is specified with the user token header.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","users","me","events"],"host":["https://api.quicket.co.za"],"query":[{"description":{"content":"<p><em>integer</em> <code>Optional</code> </p>\n<p>Number of items to return per page. Defaults to 10.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p><em>integer</em> <code>Optional</code></p>\n<p>Page number starting at 1. Defaults to 1.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p><em>datetime</em> <code>Optional</code></p>\n<p>If specified, returns only events modified since the date specified. The date format is yyyy-MM-ddTHH:mm:ss.zzZ</p>\n","type":"text/plain"},"key":"lastModified","value":"2001-09-21T15:00:00.00Z"},{"description":{"content":"<p><code>Optional</code> </p>\n<p>A comma separated list of event category ID's. If specified, the results returned will be events that are in any of the categories. Category ID's can be determined by looking at the query string on category listing pages on Quicket at <a href=\"https://www.quicket.co.za/events/\">https://www.quicket.co.za/events/</a> or by looking at the Category ID of a particular Event object retrieved on this API.</p>\n","type":"text/plain"},"key":"categories","value":"9,12"}],"variable":[]}},"response":[{"id":"e20ff267-09a3-4bbe-ace2-f464704ca27e","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":{"raw":"https://api.quicket.co.za/api/users/me/events?pageSize=10&page=1&lastModified=<string>&categories=<string>","host":["https://api.quicket.co.za"],"path":["api","users","me","events"],"query":[{"key":"pageSize","value":"10"},{"key":"page","value":"1"},{"key":"lastModified","value":"<string>"},{"key":"categories","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"results\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  }\n ],\n \"pageSize\": \"<integer>\",\n \"pages\": \"<integer>\",\n \"records\": \"<integer>\",\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"c0ba3b2b-62f7-4cb9-92ae-1f85da146a6d"}],"id":"8951345b-4e2a-41a0-99b9-d66fa2edf80b","_postman_id":"8951345b-4e2a-41a0-99b9-d66fa2edf80b","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}}},{"name":"Get a user's events","id":"1831066c-4a84-4dbc-a671-ba6c3e8c5411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"usertoken","value":"","description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n"},{"key":"api_key","value":"","type":"text"}],"url":"https://api.quicket.co.za/api/users/:id/events","description":"<p>Gets a list of events created by a user. The user ID of the user is specified as a querystring parameter.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["api","users",":id","events"],"host":["api","quicket","co","za"],"query":[{"disabled":true,"description":{"content":"<p><em>integer</em> <code>Optional</code> </p>\n<p>Number of items to return per page. Defaults to 10.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"disabled":true,"description":{"content":"<p><em>integer</em> <code>Optional</code></p>\n<p>Page number starting at 1. Defaults to 1.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p><em>datetime</em> <code>Optional</code></p>\n<p>If specified, returns only events modified since the date specified. The date format is yyyy-MM-ddTHH:mm:ss.zzZ</p>\n","type":"text/plain"},"key":"lastModified","value":"2001-09-21T15:00:00.00Z"},{"disabled":true,"description":{"content":"<p><code>Optional</code> </p>\n<p>A comma separated list of event category ID's. If specified, the results returned will be events that are in any of the categories. Category ID's can be determined by looking at the query string on category listing pages on Quicket at <a href=\"https://www.quicket.co.za/events/\">https://www.quicket.co.za/events/</a> or by looking at the Category ID of a particular Event object retrieved on this API.</p>\n","type":"text/plain"},"key":"categories","value":"9,12"},{"disabled":true,"key":"api_key","value":""}],"variable":[{"id":"7d31495c-200e-4ef2-b49b-922c7da888b2","type":"any","value":"","key":"id"}]}},"response":[{"id":"2eb0b068-ede6-4805-9168-ef0452cff444","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":{"raw":"https://api.quicket.co.za/api/users/<integer>/events?pageSize=10&page=1&lastModified=<string>&categories=<string>","host":["https://api.quicket.co.za"],"path":["api","users","<integer>","events"],"query":[{"key":"pageSize","value":"10"},{"key":"page","value":"1"},{"key":"lastModified","value":"<string>"},{"key":"categories","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"results\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  }\n ],\n \"pageSize\": \"<integer>\",\n \"pages\": \"<integer>\",\n \"records\": \"<integer>\",\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"1831066c-4a84-4dbc-a671-ba6c3e8c5411"},{"name":"Get current user's saved events","id":"149d6bbd-0abe-4265-ba26-2a6255cc579b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>See the section on <a href=\"#authentication\">Authentication</a> for more information.</p>\n","key":"usertoken","value":""}],"url":"https://api.quicket.co.za/api/users/savedevents?pageSize=10&page=1&lastModified=2001-09-21T15:00:00.00Z&categories=9,12","description":"<p>Gets a list of events saved by the calling user as determined by the user token header. A user can save an event by clicking the \"Save Event\" button seen on any event page. This is very different to a user's created events. Typically events are created by event organisers, wherease events are saved by event goers. A user would save an event that they're interested in. If they have not yet bought tickets a week before the event, Quicket sends an email reminder to them.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}},"urlObject":{"path":["api","users","savedevents"],"host":["https://api.quicket.co.za"],"query":[{"description":{"content":"<p><em>integer</em> <code>Optional</code> </p>\n<p>Number of items to return per page. Defaults to 10.</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p><em>integer</em> <code>Optional</code></p>\n<p>Page number starting at 1. Defaults to 1.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p><em>datetime</em> <code>Optional</code></p>\n<p>If specified, returns only events modified since the date specified. The date format is yyyy-MM-ddTHH:mm:ss.zzZ</p>\n","type":"text/plain"},"key":"lastModified","value":"2001-09-21T15:00:00.00Z"},{"description":{"content":"<p><code>Optional</code> </p>\n<p>A comma separated list of event category ID's. If specified, the results returned will be events that are in any of the categories. Category ID's can be determined by looking at the query string on category listing pages on Quicket at <a href=\"https://www.quicket.co.za/events/\">https://www.quicket.co.za/events/</a> or by looking at the Category ID of a particular Event object retrieved on this API.</p>\n","type":"text/plain"},"key":"categories","value":"9,12"}],"variable":[]}},"response":[{"id":"c082ad43-0bee-4ef8-a26c-281ad1871983","name":"OK","originalRequest":{"method":"GET","header":[{"description":"An authentication token is required for requests which access resources that are not publicly visible. Examples would be retrieving the guest list for your event, creating a discount code for your event, etc.  \n\nYour token can be found in your Quicket account or via this link: https://www.quicket.co.za/account/users/apikeys.aspx\n\nDo not share this token with others as it provides access to account-related functions!","key":"usertoken","value":""}],"url":{"raw":"https://api.quicket.co.za/api/users/savedevents?pageSize=10&page=1&lastModified=<string>&categories=<string>","host":["https://api.quicket.co.za"],"path":["api","users","savedevents"],"query":[{"key":"pageSize","value":"10"},{"key":"page","value":"1"},{"key":"lastModified","value":"<string>"},{"key":"categories","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"results\": [\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  },\n  {\n   \"id\": \"<integer>\",\n   \"name\": \"<string>\",\n   \"description\": \"<string>\",\n   \"url\": \"<string>\",\n   \"imageUrl\": \"<string>\",\n   \"dateCreated\": \"<dateTime>\",\n   \"lastModified\": \"<dateTime>\",\n   \"startDate\": \"<dateTime>\",\n   \"endDate\": \"<dateTime>\",\n   \"venue\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"addressLine1\": \"<string>\",\n    \"addressLine2\": \"<string>\",\n    \"latitude\": \"<double>\",\n    \"longitude\": \"<double>\"\n   },\n   \"locality\": {\n    \"levelOne\": \"<string>\",\n    \"levelTwo\": \"<string>\",\n    \"levelThree\": \"<string>\"\n   },\n   \"organiser\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"mobile\": \"<string>\",\n    \"facebookUrl\": \"<string>\",\n    \"twitterHandle\": \"<string>\",\n    \"hashTag\": \"<string>\",\n    \"organiserPageUrl\": \"<string>\"\n   },\n   \"categories\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\"\n    }\n   ],\n   \"tickets\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"soldOut\": \"<boolean>\",\n     \"provisionallySoldOut\": \"<boolean>\",\n     \"price\": \"<double>\",\n     \"salesStart\": \"<dateTime>\",\n     \"salesEnd\": \"<dateTime>\",\n     \"description\": \"<string>\",\n     \"donation\": \"<boolean>\",\n     \"vendorTicket\": \"<boolean>\"\n    }\n   ],\n   \"schedules\": [\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    },\n    {\n     \"id\": \"<integer>\",\n     \"name\": \"<string>\",\n     \"startDate\": \"<dateTime>\",\n     \"endDate\": \"<dateTime>\"\n    }\n   ],\n   \"refundFeePayableBy\": \"<integer>\"\n  }\n ],\n \"pageSize\": \"<integer>\",\n \"pages\": \"<integer>\",\n \"records\": \"<integer>\",\n \"extras\": \"<object>\",\n \"message\": \"<string>\",\n \"statusCode\": \"<integer>\"\n}"}],"_postman_id":"149d6bbd-0abe-4265-ba26-2a6255cc579b"}],"id":"6725cd1b-0994-42fc-9a1e-86e8df3180b8","description":"<p>A user represents an account that is registered on Quicket. All users have a user ID. A user is created either manually by registering on Quicket or automatically when somebody makes an order on Quicket.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7adf5e98-e05a-49f6-99eb-8a386e9ad57b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2687bfac-7d06-4c9f-83a4-e9d24bfe41d1"}}],"_postman_id":"6725cd1b-0994-42fc-9a1e-86e8df3180b8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]},"isInherited":true,"source":{"_postman_id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","id":"7929ab0c-ee00-4d73-8fc6-300c9675c02b","name":"Quicket API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"usertoken"},{"key":"value","value":"{{usertoken}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a24d5059-949e-4431-a87c-4fd816394f51"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d5898e80-c2c3-40e8-83ed-9679eeaabbe5"}}],"variable":[{"key":"baseUrl","value":"https://api.quicket.co.za"}]}