{"info":{"_postman_id":"e0702234-880d-4cff-8b78-1282ccebe5ed","name":"FreedomAPI","description":"<html><head></head><body><p>Welcome to the FreedomAPI, Accrisoft's application programming interface. This is all of our publicly available API actions with implementation details.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19841104","collectionId":"e0702234-880d-4cff-8b78-1282ccebe5ed","publishedId":"UVktoYK5","public":true,"customColor":{"top-bar":"154C9B","right-sidebar":"303030","highlight":"37A3DC"},"publishDate":"2022-04-18T16:56:30.000Z"},"item":[{"name":"web","item":[{"name":"Activities","item":[{"name":"activity.findAll","id":"87272321-af8d-4f62-b642-2bc939e9e55c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/activity.findAll","description":"<p>Returns all information about all activities designated as Active.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li><em>none ({/<em>empty</em>/})</em></li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>id - activity ID</li>\n<li>description - activity description</li>\n<li>order - activity sort order number</li>\n<li>durations - array of valid activity durations</li>\n<li>maxReservations - maximum number of reservations each user can create for this activity per day</li>\n<li>hoursReserveAdvance - how many hours in advance a reservation for this activity can be made</li>\n<li>useFields - whether or not this activity uses reservation extra fields</li>\n<li>fieldsMultiple - whether or not to allow adding of additional members to reservation (deprecated, used by legacy apps)</li>\n<li>fieldsTitle - title for admin-facing display of field data</li>\n<li>fieldsNew - text for button to add additional member data to reservation (deprecated, used by legacy apps)</li>\n<li>startFrequency - minute intervals after the start time at which reservations can be made</li>\n<li>color - color hex code to be used with the activity</li>\n<li>thumbnail - image file path to be used as a thumbnail for the activity</li>\n<li>icon - image file path to be used as the icon for the activity</li>\n<li>resources - array of resources associated with the activity<ul>\n<li>id - resource ID</li>\n<li>name - resource name</li>\n<li>order - resource sort order number within the activity</li>\n</ul>\n</li>\n<li>fields - array of additional fields to be associated with reservations created for this activity<ul>\n<li>name - field internal id</li>\n<li>label - field external label</li>\n<li>type - field widget type</li>\n<li>required - whether or not the field is required to create the reservation</li>\n<li>order - field sort order number</li>\n</ul>\n</li>\n<li>sendConfirmation - whether or not creating a reservation for this activity would send a confirmation email</li>\n</ul>\n","urlObject":{"path":["activity.findAll"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"be0664ca-cb73-43e0-80e3-d3976bf10256","name":"All activities","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/activity.findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:09:39 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"758","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": 3,\n            \"description\": \"Golf\",\n            \"order\": \"20\",\n            \"durations\": [],\n            \"maxReservations\": \"0\",\n            \"hoursReserveAdvance\": \"0\",\n            \"useFields\": \"no\",\n            \"fieldsMultiple\": \"no\",\n            \"fieldsTitle\": \"\",\n            \"fieldsNew\": \"\",\n            \"startFrequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"resources\": [\n                {\n                    \"id\": 18,\n                    \"name\": \"Golf Clubs\",\n                    \"order\": \"10\"\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"Golf Balls\",\n                    \"order\": \"20\"\n                }\n            ],\n            \"fields\": [],\n            \"sendConfirmation\": \"yes\"\n        },\n        {\n            \"id\": 6,\n            \"description\": \"J-Care\",\n            \"order\": \"30\",\n            \"durations\": [],\n            \"maxReservations\": \"0\",\n            \"hoursReserveAdvance\": \"0\",\n            \"useFields\": \"yes\",\n            \"fieldsMultiple\": \"no\",\n            \"fieldsTitle\": \"Form Fields\",\n            \"fieldsNew\": \"\",\n            \"startFrequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"resources\": [\n                {\n                    \"id\": 28,\n                    \"name\": \"J-Care - 13+ Month (1)\",\n                    \"order\": \"10\"\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"J-Care - 13+ Month (2)\",\n                    \"order\": \"20\"\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"J-Care - 13+ Month (3)\",\n                    \"order\": \"30\"\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"J-Care - Infant (1)\",\n                    \"order\": \"40\"\n                },\n                {\n                    \"id\": 32,\n                    \"name\": \"J-Care - Infant (2)\",\n                    \"order\": \"50\"\n                },\n                {\n                    \"id\": 33,\n                    \"name\": \"J-Care - Infant (3)\",\n                    \"order\": \"60\"\n                }\n            ],\n            \"fields\": [\n                {\n                    \"name\": \"phone\",\n                    \"label\": \"Contact Phone\",\n                    \"type\": \"text\",\n                    \"required\": \"\",\n                    \"order\": \"10\"\n                }\n            ],\n            \"sendConfirmation\": \"no\"\n        },\n        {\n            \"id\": 8,\n            \"description\": \"Lap Swimming: Bubble Pool\",\n            \"order\": \"50\",\n            \"durations\": [\n                \"60\"\n            ],\n            \"maxReservations\": \"2\",\n            \"hoursReserveAdvance\": \"120\",\n            \"useFields\": \"no\",\n            \"fieldsMultiple\": \"no\",\n            \"fieldsTitle\": \"fields\",\n            \"fieldsNew\": \"\",\n            \"startFrequency\": \"60\",\n            \"color\": \"#2378D8\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"resources\": [\n                {\n                    \"id\": 39,\n                    \"name\": \"Bubble Pool (Lane 1)\",\n                    \"order\": \"10\"\n                },\n                {\n                    \"id\": 40,\n                    \"name\": \"Bubble Pool (Lane 1b)\",\n                    \"order\": \"20\"\n                },\n                {\n                    \"id\": 41,\n                    \"name\": \"Bubble Pool (Lane 2)\",\n                    \"order\": \"30\"\n                },\n                {\n                    \"id\": 42,\n                    \"name\": \"Bubble Pool (Lane 2b)\",\n                    \"order\": \"40\"\n                },\n                {\n                    \"id\": 43,\n                    \"name\": \"Bubble Pool (Lane 3)\",\n                    \"order\": \"50\"\n                },\n                {\n                    \"id\": 44,\n                    \"name\": \"Bubble Pool (Lane 3b)\",\n                    \"order\": \"60\"\n                },\n                {\n                    \"id\": 45,\n                    \"name\": \"Bubble Pool (Lane 4)\",\n                    \"order\": \"70\"\n                },\n                {\n                    \"id\": 46,\n                    \"name\": \"Bubble Pool (Lane 4b)\",\n                    \"order\": \"80\"\n                },\n                {\n                    \"id\": 47,\n                    \"name\": \"Bubble Pool (Lane 5)\",\n                    \"order\": \"90\"\n                },\n                {\n                    \"id\": 48,\n                    \"name\": \"Bubble Pool (Lane 5b)\",\n                    \"order\": \"100\"\n                },\n                {\n                    \"id\": 49,\n                    \"name\": \"Bubble Pool (Lane 6)\",\n                    \"order\": \"110\"\n                },\n                {\n                    \"id\": 50,\n                    \"name\": \"Bubble Pool (Lane 6b)\",\n                    \"order\": \"120\"\n                }\n            ],\n            \"fields\": [\n                {\n                    \"name\": \"person1\",\n                    \"label\": \"Extra Person\",\n                    \"type\": \"text\",\n                    \"required\": \"no\",\n                    \"order\": \"10\"\n                }\n            ],\n            \"sendConfirmation\": \"no\"\n        },\n        {\n            \"id\": 7,\n            \"description\": \"Mark Babysitting\",\n            \"order\": \"40\",\n            \"durations\": [],\n            \"maxReservations\": \"0\",\n            \"hoursReserveAdvance\": \"0\",\n            \"useFields\": \"no\",\n            \"fieldsMultiple\": \"no\",\n            \"fieldsTitle\": \"\",\n            \"fieldsNew\": \"\",\n            \"startFrequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"resources\": [\n                {\n                    \"id\": 37,\n                    \"name\": \"Mark old\",\n                    \"order\": \"10\"\n                },\n                {\n                    \"id\": 38,\n                    \"name\": \"Mark young\",\n                    \"order\": \"20\"\n                }\n            ],\n            \"fields\": [],\n            \"sendConfirmation\": \"no\"\n        },\n        {\n            \"id\": 1,\n            \"description\": \"Tennis\",\n            \"order\": \"10\",\n            \"durations\": [],\n            \"maxReservations\": \"5\",\n            \"hoursReserveAdvance\": \"48\",\n            \"useFields\": \"yes\",\n            \"fieldsMultiple\": \"yes\",\n            \"fieldsTitle\": \"Participants\",\n            \"fieldsNew\": \"Add Participants\",\n            \"startFrequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"resources\": [\n                {\n                    \"id\": 24,\n                    \"name\": \"Tennis court 1\",\n                    \"order\": \"10\"\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"Tennis court 2\",\n                    \"order\": \"20\"\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"Tennis court 3!\",\n                    \"order\": \"30\"\n                }\n            ],\n            \"fields\": [\n                {\n                    \"name\": \"first\",\n                    \"label\": \"First Name\",\n                    \"type\": \"text\",\n                    \"required\": \"\",\n                    \"order\": \"10\"\n                },\n                {\n                    \"name\": \"ismember\",\n                    \"label\": \"Member\",\n                    \"type\": \"checkbox\",\n                    \"required\": \"\",\n                    \"order\": \"20\"\n                },\n                {\n                    \"name\": \"test\",\n                    \"label\": \"test\",\n                    \"type\": \"checkbox\",\n                    \"required\": \"yes\",\n                    \"order\": \"30\"\n                }\n            ],\n            \"sendConfirmation\": \"yes\"\n        }\n    ]\n}"}],"_postman_id":"87272321-af8d-4f62-b642-2bc939e9e55c"},{"name":"activity.findByQuery","id":"928be2ca-d0ac-41a2-940d-a0aff2b0ea24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/activity.findByQuery","description":"<p>Returns all information about activities that match the parameters of the query (dataset matches findAll).</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>query - Array<ul>\n<li>field - name of the field to filter by (any response object field)</li>\n<li>operator - operation to filter field by</li>\n<li>value - value to filter field by</li>\n</ul>\n</li>\n<li>limit - the number of results to limit to (default 25, max 100)</li>\n<li>offset - the number of results to skip before returning</li>\n<li>sortBy - Object</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>id - activity ID</li>\n<li>description - activity description</li>\n<li>order - activity sort order number</li>\n<li>durations - array of valid activity durations</li>\n<li>maxReservations - maximum number of reservations each user can create for this activity per day</li>\n<li>hoursReserveAdvance - how many hours in advance a reservation for this activity can be made</li>\n<li>useFields - whether or not this activity uses reservation extra fields</li>\n<li>fieldsMultiple - whether or not to allow adding of additional members to reservation (deprecated, used by legacy apps)</li>\n<li>fieldsTitle - title for admin-facing display of field data</li>\n<li>fieldsNew - text for button to add additional member data to reservation (deprecated, used by legacy apps)</li>\n<li>startFrequency - minute intervals after the start time at which reservations can be made</li>\n<li>color - color hex code to be used with the activity</li>\n<li>thumbnail - image file path to be used as a thumbnail for the activity</li>\n<li>icon - image file path to be used as the icon for the activity</li>\n<li>resources - array of resources associated with the activity<ul>\n<li>id - resource ID</li>\n<li>name - resource name</li>\n<li>order - resource sort order number within the activity</li>\n</ul>\n</li>\n<li>fields - array of additional fields to be associated with reservations created for this activity<ul>\n<li>name - field internal id</li>\n<li>label - field external label</li>\n<li>type - field widget type</li>\n<li>required - whether or not the field is required to create the reservation</li>\n<li>order - field sort order number</li>\n</ul>\n</li>\n<li>sendConfirmation - whether or not creating a reservation for this activity would send a confirmation email</li>\n</ul>\n","urlObject":{"path":["activity.findByQuery"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"8bbb4bbe-1d5c-43b7-8664-ba27ed4b981e","name":"No filters","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/activity.findByQuery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 17:05:21 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"439","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"description\": \"Tennis\",\n            \"order_num\": \"10\",\n            \"notes\": \"testing WIP still\",\n            \"durations\": [],\n            \"max_reservations\": \"5\",\n            \"hours_advance_reserve\": \"48\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"yes\",\n            \"field_title\": \"Participants\",\n            \"field_new\": \"Add Participants\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        },\n        {\n            \"id\": \"3\",\n            \"description\": \"Golf\",\n            \"order_num\": \"20\",\n            \"notes\": \"Topher Test\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"no\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        },\n        {\n            \"id\": \"6\",\n            \"description\": \"J-Care\",\n            \"order_num\": \"30\",\n            \"notes\": \"for testing\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"Form Fields\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"no\"\n        },\n        {\n            \"id\": \"7\",\n            \"description\": \"Mark Babysitting\",\n            \"order_num\": \"40\",\n            \"notes\": \"Do not delete, Mark is testing\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"no\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"no\"\n        },\n        {\n            \"id\": \"8\",\n            \"description\": \"Lap Swimming: Bubble Pool\",\n            \"order_num\": \"50\",\n            \"notes\": \"\",\n            \"durations\": [\n                \"60\"\n            ],\n            \"max_reservations\": \"2\",\n            \"hours_advance_reserve\": \"120\",\n            \"use_fields\": \"no\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"fields\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#2378D8\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"no\"\n        }\n    ]\n}"},{"id":"c5d35f64-75ff-4f83-8199-73ce3ce672d2","name":"Filter by use_fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/activity.findByQuery?query=[{\"field\":\"use_fields\",\"operator\":\"eq\",\"value\":\"yes\"}]","host":["https://devstage.accrisoft.com/api/web"],"path":["activity.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"use_fields\",\"operator\":\"eq\",\"value\":\"yes\"}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 16:52:13 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"308","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"description\": \"Tennis\",\n            \"order_num\": \"10\",\n            \"notes\": \"testing WIP still\",\n            \"durations\": [],\n            \"max_reservations\": \"5\",\n            \"hours_advance_reserve\": \"48\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"yes\",\n            \"field_title\": \"Participants\",\n            \"field_new\": \"Add Participants\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        },\n        {\n            \"id\": \"6\",\n            \"description\": \"J-Care\",\n            \"order_num\": \"30\",\n            \"notes\": \"for testing\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"Form Fields\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"no\"\n        }\n    ]\n}"},{"id":"f07de1e5-c29c-44e9-afaa-0219ea4da211","name":"Filter by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/activity.findByQuery?query=[{\"field\":\"id\",\"operator\":\"in\",\"value\":[\"1\",\"3\",\"6\"]}]","host":["https://devstage.accrisoft.com/api/web"],"path":["activity.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"in\",\"value\":[\"1\",\"3\",\"6\"]}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 16:52:55 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"345","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"description\": \"Tennis\",\n            \"order_num\": \"10\",\n            \"notes\": \"testing WIP still\",\n            \"durations\": [],\n            \"max_reservations\": \"5\",\n            \"hours_advance_reserve\": \"48\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"yes\",\n            \"field_title\": \"Participants\",\n            \"field_new\": \"Add Participants\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        },\n        {\n            \"id\": \"3\",\n            \"description\": \"Golf\",\n            \"order_num\": \"20\",\n            \"notes\": \"Topher Test\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"no\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        },\n        {\n            \"id\": \"6\",\n            \"description\": \"J-Care\",\n            \"order_num\": \"30\",\n            \"notes\": \"for testing\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"Form Fields\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"no\"\n        }\n    ]\n}"},{"id":"3c372e5f-45e5-48d2-a5c0-be36328de11f","name":"Filter by id and sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/activity.findByQuery?query=[{\"field\":\"id\",\"operator\":\"in\",\"value\":[\"1\",\"3\",\"6\"]}]&sortBy={\"id\":\"DESC\"}","host":["https://devstage.accrisoft.com/api/web"],"path":["activity.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"in\",\"value\":[\"1\",\"3\",\"6\"]}]"},{"key":"sortBy","value":"{\"id\":\"DESC\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 16:54:43 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"343","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"6\",\n            \"description\": \"J-Care\",\n            \"order_num\": \"30\",\n            \"notes\": \"for testing\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"Form Fields\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"no\"\n        },\n        {\n            \"id\": \"3\",\n            \"description\": \"Golf\",\n            \"order_num\": \"20\",\n            \"notes\": \"Topher Test\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"no\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        },\n        {\n            \"id\": \"1\",\n            \"description\": \"Tennis\",\n            \"order_num\": \"10\",\n            \"notes\": \"testing WIP still\",\n            \"durations\": [],\n            \"max_reservations\": \"5\",\n            \"hours_advance_reserve\": \"48\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"yes\",\n            \"field_title\": \"Participants\",\n            \"field_new\": \"Add Participants\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        }\n    ]\n}"},{"id":"798985b8-016d-45c0-b3a9-d87c298c36f0","name":"Multiple filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/activity.findByQuery?query=[{\"field\":\"use_fields\",\"operator\":\"eq\",\"value\":\"yes\"},{\"field\":\"id\",\"operator\":\"in\",\"value\":[\"1\",\"3\",\"6\"]}]","host":["https://devstage.accrisoft.com/api/web"],"path":["activity.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"use_fields\",\"operator\":\"eq\",\"value\":\"yes\"},{\"field\":\"id\",\"operator\":\"in\",\"value\":[\"1\",\"3\",\"6\"]}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 16:53:16 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"308","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"description\": \"Tennis\",\n            \"order_num\": \"10\",\n            \"notes\": \"testing WIP still\",\n            \"durations\": [],\n            \"max_reservations\": \"5\",\n            \"hours_advance_reserve\": \"48\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"yes\",\n            \"field_title\": \"Participants\",\n            \"field_new\": \"Add Participants\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        },\n        {\n            \"id\": \"6\",\n            \"description\": \"J-Care\",\n            \"order_num\": \"30\",\n            \"notes\": \"for testing\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"Form Fields\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"no\"\n        }\n    ]\n}"},{"id":"88dbab35-fd1a-42e1-879c-5be7bf39a5ca","name":"Limit results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/activity.findByQuery?limit=1","host":["https://devstage.accrisoft.com/api/web"],"path":["activity.findByQuery"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 16:53:41 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"254","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"description\": \"Tennis\",\n            \"order_num\": \"10\",\n            \"notes\": \"testing WIP still\",\n            \"durations\": [],\n            \"max_reservations\": \"5\",\n            \"hours_advance_reserve\": \"48\",\n            \"use_fields\": \"yes\",\n            \"fields_multiple\": \"yes\",\n            \"field_title\": \"Participants\",\n            \"field_new\": \"Add Participants\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        }\n    ]\n}"},{"id":"02ef25ef-4dc8-400f-af1a-35bd39453f7b","name":"Limit and offset results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/activity.findByQuery?limit=1&offset=1","host":["https://devstage.accrisoft.com/api/web"],"path":["activity.findByQuery"],"query":[{"key":"limit","value":"1"},{"key":"offset","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 16:54:02 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"228","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"3\",\n            \"description\": \"Golf\",\n            \"order_num\": \"20\",\n            \"notes\": \"Topher Test\",\n            \"durations\": [],\n            \"max_reservations\": \"0\",\n            \"hours_advance_reserve\": \"0\",\n            \"use_fields\": \"no\",\n            \"fields_multiple\": \"no\",\n            \"field_title\": \"\",\n            \"field_new\": \"\",\n            \"start_frequency\": \"60\",\n            \"color\": \"#000000\",\n            \"thumbnail\": \"\",\n            \"icon\": \"\",\n            \"send_confirmation\": \"yes\"\n        }\n    ]\n}"}],"_postman_id":"928be2ca-d0ac-41a2-940d-a0aff2b0ea24"}],"id":"cdae1988-b020-45c3-9494-8dc23d3e5444","description":"<p>These API models correspond to the \"activities\" (Activity) module in Freedom.</p>\n","_postman_id":"cdae1988-b020-45c3-9494-8dc23d3e5444"},{"name":"Authenticate","item":[{"name":"authenticate.login","event":[{"listen":"test","script":{"id":"750586c7-af54-4cb8-8698-cd6a808d57b7","exec":["var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"API_TOKEN\", jsonData.data.token);"],"type":"text/javascript"}}],"id":"528979b2-d30f-4020-91f9-b6cf786c5bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johnsmith\",\r\n    \"password\": \"johnsmith\",\r\n    \"returnToken\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.login","description":"<p>Login as authenticated user.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>username : string [required|not empty]</li>\n<li>password : string [required|not empty]</li>\n<li>returnToken: int (1 or 0)</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>success: 1 or 0</li>\n<li>token (if returnToken): JWT token</li>\n<li>expiresAt: when token expires</li>\n<li>message (if error): error</li>\n</ul>\n","urlObject":{"path":["authenticate.login"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"4bd09587-122f-4c1b-9b7f-b9cbb0c6a3b1","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johnsmith\",\r\n    \"password\": \"johnsmith\",\r\n    \"returnToken\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 17:06:17 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Set-Cookie","value":"USERAUTH=01MiWPdICFSTZpMENFoDC7bGbLx%2FsiebE5Md77i8XQMAo831mxD%2FDgjnhqT3%2BcQypj%2FZWxobpE1suSSHujyGM4Q2kqdC9WRXzKPlWgkCnBQ8%2FWvpkRAe5BA1WREaaBuCJ%2B4hI6zj4jwMHFnVkuGFPCnUin; path=/; secure","enabled":true},{"key":"Set-Cookie","value":"APIAUTH=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NTAzMDE1NzcsImlzcyI6ImRldnN0YWdlLmFjY3Jpc29mdC5jb20iLCJleHAiOjE2NTAzMDI0NzcsInN1YiI6Ijk2NiJ9.jPZvQRVumKh8T8pEUIp5g9OADpbcAYDXLr-aphnMFNI; path=/; secure; HttpOnly","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"246","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"success\": 1,\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NTAzMDE1NzcsImlzcyI6ImRldnN0YWdlLmFjY3Jpc29mdC5jb20iLCJleHAiOjE2NTAzMDI0NzcsInN1YiI6Ijk2NiJ9.jPZvQRVumKh8T8pEUIp5g9OADpbcAYDXLr-aphnMFNI\",\n        \"expires_at\": 1650302477\n    }\n}"}],"_postman_id":"528979b2-d30f-4020-91f9-b6cf786c5bda"},{"name":"authenticate.logout","id":"851c3e42-61e1-4eaa-a678-2db56b42b2ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.logout","description":"<p>Logs a user out of MyAccount.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li><em>none ({/<em>empty</em>/})</em></li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>success - 1</li>\n</ul>\n","urlObject":{"path":["authenticate.logout"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"b662c3f5-fff3-4b2e-a1d4-4d7ddf29dbcd","name":"success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:08:56 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Set-Cookie","value":"APIAUTH=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NTAzMDUzMzYsImlzcyI6ImRldnN0YWdlLmFjY3Jpc29mdC5jb20iLCJleHAiOjE2NTAzMDYyMzYsInN1YiI6Ijk2NiJ9.dyDcug_GifM4ZYudYgm_L7q-YSVCczi8j7rP-PqDBlk; path=/; secure; HttpOnly","enabled":true},{"key":"Set-Cookie","value":"USERAUTH=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/api/web","enabled":true},{"key":"Set-Cookie","value":"GLOBALAUTH=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/api/web","enabled":true},{"key":"Set-Cookie","value":"APIAUTH=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; secure; HttpOnly","enabled":true},{"key":"Vary","value":"User-Agent","enabled":true},{"key":"Content-Length","value":"52","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"success\": 1\n    }\n}"}],"_postman_id":"851c3e42-61e1-4eaa-a678-2db56b42b2ff"},{"name":"authenticate.validate","id":"35f8683e-20fb-4f0f-a07b-0ca8ca1f2c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDYxNjU3MDQsImlzcyI6ImRldnN0YWdlLmFjY3Jpc29mdC5jb20iLCJleHAiOjE2NDYxNjY2MDQsInN1YiI6Ijk1NCJ9.Cxqo0zsIUfIGeVU2icHrQNS7XLnG-ET-oUQiaNkO5c4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.validate","description":"<p>Validates JWT token from authorized login.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>token - string [required]</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>valid - 1 or 0</li>\n</ul>\n","urlObject":{"path":["authenticate.validate"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"d8328e0b-f156-4e65-ac05-2144246ff2e9","name":"failure","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n        \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDYxNjU3MDQsImlzcyI6ImRldnN0YWdlLmFjY3Jpc29mdC5jb20iLCJleHAiOjE2NDYxNjY2MDQsInN1YiI6Ijk1NCJ9.Cxqo0zsIUfIGeVU2icHrQNS7XLnG-ET-oUQiaNkO5c4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:09:26 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"User-Agent","enabled":true},{"key":"Content-Length","value":"50","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"valid\": 0\n    }\n}"}],"_postman_id":"35f8683e-20fb-4f0f-a07b-0ca8ca1f2c26"},{"name":"authenticate.renew","id":"ced6ff8a-f3db-4ece-91c6-0b7926ab0371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\":\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NDYyMzQ1NzMsImlzcyI6ImRldnN0YWdlLmFjY3Jpc29mdC5jb20iLCJleHAiOjE2NDYyMzU0NzMsInN1YiI6Ijk1NCJ9.gRcSxhgQGIjviEZZHulvQsniA4z0zrz92kzRJ1lc7Gg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.renew","description":"<p>Generates new valid JWT token given old valid JWT token</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>token - string [required]</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>old_token - expired JWT token</li>\n<li>new_token - newly issued valid JWT token</li>\n<li>expires_at - expire datetime of new_token</li>\n</ul>\n","urlObject":{"path":["authenticate.renew"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[],"_postman_id":"ced6ff8a-f3db-4ece-91c6-0b7926ab0371"},{"name":"authenticate.forgotUsername","id":"a82b88aa-82d1-4316-aaa1-c9ea150b638d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"email@domain.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.forgotUsername","description":"<p>Sends an email to the user, if the email exists, providing the user with their username.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>email</li>\n</ul>\n","urlObject":{"path":["authenticate.forgotUsername"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[],"_postman_id":"a82b88aa-82d1-4316-aaa1-c9ea150b638d"},{"name":"authenticate.forgotPassword","id":"8c868045-39ad-4f08-a0f2-4a51c33c8683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"someUser\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/authenticate.forgotPassword","description":"<p>Sends an email to the user, if the email exists, providing the user with steps to reset password.</p>\n<p>Body</p>\n<ul>\n<li>username</li>\n</ul>\n","urlObject":{"path":["authenticate.forgotPassword"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c868045-39ad-4f08-a0f2-4a51c33c8683"}],"id":"57e0ca54-8a6c-4385-b4df-b29c994966a4","description":"<p>These API models correspond to the act of authenticating a user in Freedom.</p>\n","_postman_id":"57e0ca54-8a6c-4385-b4df-b29c994966a4"},{"name":"Blog","item":[{"name":"blog.find","id":"dcc7d811-58c2-4ecb-9cd5-cc2d72f40005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/blog.find","description":"<p>Finds blog information based on the id.</p>\n<p>RESPONSE</p>\n<p>Blog in the following template:</p>\n<ul>\n<li>id - Blog ID</li>\n<li>title - Blog Title</li>\n<li>blurb - Short description of blog</li>\n<li>category - Blog category</li>\n<li>blog - Entire blog HTML</li>\n<li>userid - User who submitted the blog</li>\n<li>release_date - Scheduled date of blog release</li>\n<li>tags - Tags associated with blog</li>\n</ul>\n","urlObject":{"path":["blog.find"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"a244a2c0-fc52-4cd2-a7f3-2e8b17040dad","name":"Find Blog with id 4471","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://devstage.accrisoft.com/api/web/blog.find?id=4471","host":["https://devstage.accrisoft.com/api/web"],"path":["blog.find"],"query":[{"key":"id","value":"4471"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Aug 2022 17:14:06 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"217"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"ok\",\r\n  \"message\": \"200\",\r\n  \"data\": {\r\n    \"id\": \"4471\",\r\n    \"title\": \"New Members - September 2022\",\r\n    \"blurb\": \"\",\r\n    \"category\": \"Membership\",\r\n    \"blog\": \"<p>&nbsp;</p>\\r\\n<h6>Advertising</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://good-intents.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Good Intents Marketing</a></li>\\r\\n</ul>\\r\\n<h6>Business Service</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"bsmooth.solutions\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">GoBSmooth</a></li>\\r\\n<li><a href=\\\"http://www.IDIQ.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">IDIQ</a></li>\\r\\n<li><a href=\\\"http://www.L2Biz.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">L2 Total Business Solutions</a></li>\\r\\n</ul>\\r\\n<h6>Entertainment</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.xclusivedeejays.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Xclusive Deejays</a></li>\\r\\n</ul>\\r\\n<h6>Finance</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.lalfinancial.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Leave A Legacy Financial</a></li>\\r\\n</ul>\\r\\n<h6>Food and Beverage</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"teriyakimadness.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Teriyaki Madness</a></li>\\r\\n<li><a href=\\\"http://www.peachcobblerfactory.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Peach Cobbler Factory Tampa</a></li>\\r\\n</ul>\\r\\n<h6>General Services</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.bigdanscarwash.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Big Dan's Car Wash</a></li>\\r\\n<li><a href=\\\"https://cretemechanical.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Crete Mechanical</a></li>\\r\\n</ul>\\r\\n<h6>Miscellaneous Services</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://www.bee-downtown.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Bee Downtown</a></li>\\r\\n</ul>\\r\\n<h6>Organizations</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://childrensnetworkhillsborough.org/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Children's Network of Hillsborough, LLC</a></li>\\r\\n<li><a href=\\\"http://www.gasparillamusic.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Gasparilla Music Foundation</a></li>\\r\\n<li><a href=\\\"https://hhmin.org\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Helping Hands</a></li>\\r\\n<li><a href=\\\"https://www.ourchildrenhaverights.org/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Our Children Have Rights.Org</a></li>\\r\\n<li><a href=\\\"http://www.curranfoundation.org\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Curran Family Foundation</a></li>\\r\\n</ul>\\r\\n<h6>Real Estate</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"Fournco.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">4 &amp; Co Coworking Space</a></li>\\r\\n<li><a href=\\\"https://www.problempropertypals.com/fl/tampa/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Problem Property Pals</a></li>\\r\\n</ul>\\r\\n<h6>Transportation</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.boassoglobal.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Boasso Global</a></li>\\r\\n</ul>\\r\\n<h6>Utilities</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"onlyfng.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Florida Natural Gas</a></li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\",\r\n    \"userid\": \"Tampa Bay Chamber\",\r\n    \"release_date\": \"2022-10-31 08:00:00\",\r\n    \"tags\": [\r\n      \"Member News\",\r\n      \"Membership\"\r\n    ]\r\n  }\r\n}"}],"_postman_id":"dcc7d811-58c2-4ecb-9cd5-cc2d72f40005"},{"name":"blog.findByQuery","id":"2af85b87-0388-4003-af1b-a42bb1639d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/blog.findByQuery","description":"<p>Returns all information about blogs that match the parameters of the query (dataset matches findAll).</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>limit - the number of results to limit to (default 25, max 100)</li>\n<li>sortBy - Object</li>\n</ul>\n<p>RESPONSE</p>\n<p>StartFragment</p>\n<p>Blog in the following template:</p>\n<ul>\n<li>id - Blog ID</li>\n<li>title - Blog Title</li>\n<li>blurb - Short description of blog</li>\n<li>category - Blog category</li>\n<li>blog - Entire blog HTML</li>\n<li>userid - User who submitted the blog</li>\n<li>release_date - Scheduled date of blog release</li>\n<li>tags - Tags associated with blog</li>\n</ul>\n","urlObject":{"path":["blog.findByQuery"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"3efeb971-9103-4afe-8247-ac5883c4c6b0","name":"Limit results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/blog.findByQuery?limit=10","host":["https://devstage.accrisoft.com/api/web"],"path":["blog.findByQuery"],"query":[{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:11:35 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"742","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"message\": \"200\",\n  \"data\": [\n    {\n      \"id\": \"4471\",\n      \"title\": \"New Members - September 2022\",\n      \"blurb\": \"\",\n      \"category\": \"Membership\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<h6>Advertising</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://good-intents.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Good Intents Marketing</a></li>\\r\\n</ul>\\r\\n<h6>Business Service</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"bsmooth.solutions\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">GoBSmooth</a></li>\\r\\n<li><a href=\\\"http://www.IDIQ.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">IDIQ</a></li>\\r\\n<li><a href=\\\"http://www.L2Biz.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">L2 Total Business Solutions</a></li>\\r\\n</ul>\\r\\n<h6>Entertainment</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.xclusivedeejays.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Xclusive Deejays</a></li>\\r\\n</ul>\\r\\n<h6>Finance</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.lalfinancial.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Leave A Legacy Financial</a></li>\\r\\n</ul>\\r\\n<h6>Food and Beverage</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"teriyakimadness.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Teriyaki Madness</a></li>\\r\\n<li><a href=\\\"http://www.peachcobblerfactory.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Peach Cobbler Factory Tampa</a></li>\\r\\n</ul>\\r\\n<h6>General Services</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.bigdanscarwash.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Big Dan's Car Wash</a></li>\\r\\n<li><a href=\\\"https://cretemechanical.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Crete Mechanical</a></li>\\r\\n</ul>\\r\\n<h6>Miscellaneous Services</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://www.bee-downtown.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Bee Downtown</a></li>\\r\\n</ul>\\r\\n<h6>Organizations</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://childrensnetworkhillsborough.org/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Children's Network of Hillsborough, LLC</a></li>\\r\\n<li><a href=\\\"http://www.gasparillamusic.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Gasparilla Music Foundation</a></li>\\r\\n<li><a href=\\\"https://hhmin.org\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Helping Hands</a></li>\\r\\n<li><a href=\\\"https://www.ourchildrenhaverights.org/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Our Children Have Rights.Org</a></li>\\r\\n<li><a href=\\\"http://www.curranfoundation.org\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Curran Family Foundation</a></li>\\r\\n</ul>\\r\\n<h6>Real Estate</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"Fournco.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">4 &amp; Co Coworking Space</a></li>\\r\\n<li><a href=\\\"https://www.problempropertypals.com/fl/tampa/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Problem Property Pals</a></li>\\r\\n</ul>\\r\\n<h6>Transportation</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.boassoglobal.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Boasso Global</a></li>\\r\\n</ul>\\r\\n<h6>Utilities</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"onlyfng.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Florida Natural Gas</a></li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-31 08:00:00\",\n      \"tags\": [\n        \"Member News\",\n        \"Membership\"\n      ]\n    },\n    {\n      \"id\": \"4470\",\n      \"title\": \"Member News 10/24\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p>&nbsp;</p>\\r\\n<div><a href=\\\"https://gunster.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Gunster </a>Now One of Tampa&rsquo;s Largest Commercial Law Firms, Merges with the Barnett Law Firm</div>\\r\\n<div>&nbsp;</div>\\r\\n<div><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=http-3A__www.hcafloridasouthtampahospital.com_&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=xVUw1N4aADg3YYxLv-tKjA3M73d6J-TLor_fPsIBTss&amp;m=blqDRr0kW3j0UwY0H9WoMyG-L328OeAa52k5hQ1wp_g&amp;s=whUWV8I9OJ-WkXNJv53GlAtMHA0Otlvs1Qd7beZq1lc&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">HCA Florida South Tampa Hospital</a> has teamed up with the Alzheimer&rsquo;s Association as a sponsor for the October 23, 2022 Walk to End Alzheimer&rsquo;s&reg; at Raymond James Stadium in Tampa</div>\\r\\n<div>&nbsp;</div>\\r\\n<p><a href=\\\"clientuploads/docs/Member%20News/CS_School_Supply_flyer_Updated.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hillsborough County and United Way Suncoast</a>&nbsp;are partnering to support SW Florida Counties that were affected by Hurricane Ian with a School Supplies Drive.</p>\\r\\n<p><a href=\\\"https://www.hubinternational.com/products/risk-services/hub-crisis-resources/hurricane-resource-center/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hub International</a>,&nbsp;the global insurance brokerage has developed and gathered tips, guides, checklists and other resources to help you before, during and after a storm. Check out the <a href=\\\"https://www.hubinternational.com/products/risk-services/hub-crisis-resources/hurricane-resource-center/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hurricane Resource Center </a>for help.</p>\\r\\n<p>&nbsp;</p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"http://www.plantmuseum.com/\\\">October 28-30</a>, 2022: Henry Plant Museum hosting Eerie Evening&nbsp;</li>\\r\\n<li><a href=\\\"https://www.tampatraining.com/kids-college\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 29, 2022</a>: Hillsborough Community College Fall Family STEM Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.seminolehardrocktampa.com_entertainment&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=MovwaxgrmZufgWXFrAcmw2Ilp9rJFLsvaebArmdX9X0&amp;s=lIkHl8b4Jx5xbBuAUFgqcNwlvSTOmRifebV6eOYbw7U&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 30, 2022</a>: Cheat Codes, A-Trak Set for Pool Party</li>\\r\\n<li>: Gamification at Work &amp; Home</li>\\r\\n<li><a href=\\\"https://www.katbratstudios.com/event-details/anime-digital-art-hour\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 11, 2022</a>: Anime Digital Art Hour</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.katbratstudios.com/event-details/video-game-story-writing-101\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 18, 2022</a>: Video Game Story Writing 101</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.seminolehardrocktampa.com_entertainment&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=otROvhfErOsrvC68t4I_JNUdt4Ycd-YjBmyxq02Jsf8&amp;s=x6aDjYIWA4cOEsCVDPSRO41QGtn-M5vtXr_N6l62GWY&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">March 20, 2023</a>: Aaron Lewis</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">.NET Developer</a></li>\\r\\n<li><strong>Hillsborough Community College</strong>&nbsp;<a href=\\\"https://jobs.hccfl.edu/postings/17341\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tech Support Manager</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Saint Leo University</strong>&nbsp;<a href=\\\"https://saintleo.wd5.myworkdayjobs.com/en-US/SLU/job/Tampa-Education-Center/Staff-Assistant---Tampa-Education-Center_R6996?source=HigherEdJobs\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Staff Assistant - Tampa Education Center</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-24 08:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4469\",\n      \"title\": \"Member News 10/17\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p><a href=\\\"https://www.adventhealth.com/hospital/adventhealth-tampa\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">AdventHealth Tampa </a>Launches Graduate Medical Education Program to Train New Physicians&nbsp;</p>\\r\\n<p><a href=\\\"clientuploads/docs/Member%20News/PRESS_RELEASE_Sports_Agent,_Alumnus_Speaks_at_Saint_Leo_U.docx\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Saint Leo University</a> welcomed sports agent and alumnus Colin Bryant on Friday October 14 for its \\\"Mission-Driven Leaders: Conversations on Purpose\\\" event.</p>\\r\\n<p><a href=\\\"clientuploads/docs/Member%20News/CS_School_Supply_flyer_Updated.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hillsborough County and United Way Suncoast</a> are partnering to support SW Florida Counties that were affected by Hurricane Ian with a School Supplies Drive.</p>\\r\\n<p>&nbsp;</p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_tcob_event_5904-2Dmba-2Donline-2Dinformation-2Dsession&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=56avl5KU_KxcYpWVXae4U7bJkfT1paev9qSK7bH_DtA&amp;s=yppI0hOv99Inv8jTCu5cX_KyjFhGoW3f_rt18316lhU&amp;e=\\\">October 19, 2022</a>: Saint Leo Hosting MBA Info Session</li>\\r\\n<li><a href=\\\"https://www.tampatraining.com/career-resource\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 21, 2022</a>: Hillsborough Community College's Institute for Corporate and Continuing Education hosting Career Fair</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 21, 2022</a>: Amos Lee with slimdan</li>\\r\\n<li><a href=\\\"https://runsignup.com/Race/FL/Tampa/HCCHawkRun5K\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 22, 2022</a>: HCC Hawk Run 2022 5k &amp; 1 mile Glow Run</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"http://www.plantmuseum.com/\\\">October 28-30</a>, 2022: Henry Plant Museum hosting Eerie Evening&nbsp;</li>\\r\\n<li><a href=\\\"https://www.tampatraining.com/kids-college\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 29, 2022</a>: Hillsborough Community College Fall Family STEM Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.seminolehardrocktampa.com_entertainment&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=MovwaxgrmZufgWXFrAcmw2Ilp9rJFLsvaebArmdX9X0&amp;s=lIkHl8b4Jx5xbBuAUFgqcNwlvSTOmRifebV6eOYbw7U&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 30, 2022</a>: Cheat Codes, A-Trak Set for Pool Party</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Children's Dream Fund&nbsp;</strong><a href=\\\"https://childrensdreamfund.org/were-hiring-a-special-event-manager/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Special Event Manager</a></li>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">.NET Developer</a></li>\\r\\n<li><strong>Hillsborough Community College</strong> <a href=\\\"https://jobs.hccfl.edu/postings/17341\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tech Support Manager</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Saint Leo University</strong>&nbsp;<a href=\\\"https://saintleo.wd5.myworkdayjobs.com/en-US/SLU/job/Tampa-Education-Center/Staff-Assistant---Tampa-Education-Center_R6996?source=HigherEdJobs\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Staff Assistant - Tampa Education Center</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-17 10:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4467\",\n      \"title\": \"Member News 10/10\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__link.mediaoutreach.meltwater.com_ls_click-3Fupn-3DhxyaKln-2D2F7Lf-2D2FCHJneN9EtlaonQ0FhlQbkluXGsocYA7KFQCnxPxcQcUDfs0f8z-2D2F6rI4p-5FgXXWQWuTunB-2D2BASBZZ7-2D2B-2D2Bd5qvCOtoOuAUPhR8ypHpen4ZsbYJfGfMYrEglbGf-2D2F7YKrDxf1byKPvDHRL-2D2FYod3rMl1n78ry10jytZ8zIw-2D2Bls0GFe6XMs4U-2D2BUC7ebWeLlmazFTZWnjZ5vxWq-2D2FbZ-2D2B4SNdIL55Vl-2D2F6b1JbkGzAOVqb7Q00ax4v5v4O3P9nksUT8tTCPiz0JjHQcsRWxUqj5j6GWBxVhTyOTtQhUwT3rx3TG-2D2Bc-2D2B58HuXUuWzFk7-2D2BiGhDNBS149bzefYoqj-2D2F7C-2D2FLwUytInz7gGq4cOVsouK3dTY-2D2Br6NJh5idGXGKCfnbqu4B0YpTD7MPkxWtOU8oXYYS2ki-2D2F0BXSwlI73rePgQTkJrKHXnUifH1vhJAZVfQ39h82pwcJZjoIT0gRx7DzLX3lr683vQ-2D3D-2D3D&amp;d=DwMFaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=wsomhtOU6jHexNUM4BuufDCEJtinSP7FPGy5PLe5Gz0&amp;s=uT22byR6XxnaWpWUoSlsSAqdquRqcTlOPJfDTtWdxcc&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Johns Hopkins All Children's</a> Recovers from Hurricane Ian and Transports Ft. Meyers Patients</p>\\r\\n<p><a href=\\\"https://www.saltmarshcpa.com/cpa-firm/directory/jen_mostert.asp\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Saltmarsh, Cleaveland &amp; Gund</a> Names Jen Mostert Chief Financial Officer</p>\\r\\n<p><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__secure.acsevents.org_site_TR_MakingStridesAgainstBreastCancer_MSABCCY22SER-3Fpg-3Dentry-26fr-5Fid-3D103101&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=nPMc3xqQdNRfKGdYBa4GmtMF53dwj2IAInKC1TcNqis&amp;s=VWdff2ww7b4b5-6WuV0BlmdkmEhQal8idMXiGFbpih8&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Seminole Hard Rock Hotel &amp; Casino Tampa</a> Announces Its 2022 Pinktober Campaign to raise funds for Breast Cancer Research</p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_tcob_&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=ne3JZevwUpp54ZIZjj3Ab-rfhE4MLP0WenTVfqpTtdY&amp;s=qo3mMySfAVZYGeW9sj_dE-ja63-WzG4C6RENH4_562E&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 12, 2022</a>: Saint Leo Hosting Doctor of Business Administration Virtual Info Session</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 13, 2022</a>: Matt Fraser</li>\\r\\n<li><a href=\\\"http://moffitt.org/LadiesNight\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 13, 2022</a>: Moffitt Cancer Center's Ladies Night</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_event_5790-2Dmission-2Ddriven-2Dleaders-2Dconversations-2Don-2Dpurpose&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=uGvOmdyN5lpbZ9cGe5UvKTwsbo7z7sPpPDqzdpzp98Y&amp;s=lDFKsUdYd5xpdC9I1UBechefiZkFfuuIp3oQArQejQ0&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 14, 2022</a>: Saint Leo Hosting Guest Speaker Colin Bryant</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/2022_Pumpkin_Patch_Fall_Festival_-_Full_Page_Ad.pdf\\\">October 15, 2022</a>: Watermelon Swim Annual Pumpkin Patch and Fall Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 16, 2022</a>: Trace Adkins</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_tcob_event_5904-2Dmba-2Donline-2Dinformation-2Dsession&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=56avl5KU_KxcYpWVXae4U7bJkfT1paev9qSK7bH_DtA&amp;s=yppI0hOv99Inv8jTCu5cX_KyjFhGoW3f_rt18316lhU&amp;e=\\\">October 19, 2022</a>: Saint Leo Hosting MBA Info Session</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 21, 2022</a>: Amos Lee with slimdan</li>\\r\\n<li><a href=\\\"https://runsignup.com/Race/FL/Tampa/HCCHawkRun5K\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 22, 2022</a>: HCC Hawk Run 2022 5k &amp; 1 mile Glow Run</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"http://www.plantmuseum.com/\\\">October 28-30</a>, 2022: Henry Plant Museum hosting Eerie Evening&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Children's Dream Fund&nbsp;</strong><a href=\\\"https://childrensdreamfund.org/were-hiring-a-special-event-manager/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Special Event Manager</a></li>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">.NET Developer</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Saint Leo University</strong> <a href=\\\"https://saintleo.wd5.myworkdayjobs.com/en-US/SLU/job/Tampa-Education-Center/Staff-Assistant---Tampa-Education-Center_R6996?source=HigherEdJobs\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Staff Assistant - Tampa Education Center</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-10 08:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4468\",\n      \"title\": \"2022 Quarter 3 Report\",\n      \"blurb\": \"\",\n      \"category\": \"Reports\",\n      \"blog\": \"<h1>Catalyst</h1>\\r\\n<p>Chamber leaders attended a Fly-In to Washington, D.C. for the annual Catalyst Trip. Attendees met with the Tampa Bay Congressional delegation, department leaders, and the U.S. Chamber for informative conversations about the top issues of our region.</p>\\r\\n<p>VP of Advocacy attended an intimate conversation with U.S. Congressman French Hill (AR-02). Rep. Hill is the Ranking Member of the Housing, Community Development, and Insurance Subcommittee. The wide-ranging conversation included discussions on attainable housing and community resiliency.</p>\\r\\n<p>The Chamber held a highly successful <a href=\\\"index.php?src=blog&amp;srctype=detail&amp;refno=4439&amp;category=Press%20Releases\\\">Hob Nob</a>, featuring nearly 60 candidates from Pasco, Pinellas, and Hillsborough at the local, state, and federal levels.</p>\\r\\n<p>Chamber staff and officers have been meeting with our state and congressional delegations to reiterate our focal areas for 2023. The Chamber participated in small roundtable discussions with Senator Rick Scott, Senate President-Designate Kathleen Passidomo, and Senator Jennifer Bradley.</p>\\r\\n<p>The Chamber conducted its <a href=\\\"index.php?src=pages&amp;ref=candidate-interviews\\\">Candidate Interview Series</a> based on our legislative agenda. Interviewed candidates were from the local, state, and federal levels in Hillsborough, Pasco, and Pinellas.</p>\\r\\n<h2>Workforce Housing</h2>\\r\\n<p>The <a href=\\\"pages/workforce-housing/\\\">Workforce Housing</a> Committee met with Frank Wells, Bright Community Trust and Bill Mague, Aeon to discuss next steps the committee can take to propose actionable solutions to the local problem.</p>\\r\\n<h2>Workforce Development</h2>\\r\\n<p>Members of the <a href=\\\"pages/workforce-development/\\\">Workforce Development</a> Committee heard from Sashy O&rsquo;Connor about The Grow Group&rsquo;s on the job training and work-based learning programs.</p>\\r\\n<p>Over 90 members attended the State of Workforce Development event which featured a discussion on how we can best align training and education with the needs of the business community.</p>\\r\\n<h1>Inclusive Organization</h1>\\r\\n<h2>Military</h2>\\r\\n<p>Transitioning service members participated in <a href=\\\"pages/military/#events\\\">Operation Partnership</a>: Civilian Career Day, an opportunity for military members to be strategically paired with Chamber member host companies for the day to better understand the company and career paths.</p>\\r\\n<p>Hosted by Tampa International Airport, transitioning service members participated in Transition Tampa Bay: Industry Connect and were able to gain an understanding of career opportunities, meet with senior executives, and hear from veterans who work at the airport.</p>\\r\\n<p>Over 40 members attended the Operation Partnership: Recruit and Retain Military Spouse Talent event which featured how Southwest Airlines and Deloitte are leveraging military spouse talent to meet their workforce needs.</p>\\r\\n<h2>Minority Business Accelerator</h2>\\r\\n<p>Jul. 15: Florida Blue hosted a joint cohort luncheon to discuss how healthcare solutions can help small business leaders maintain their competitive edge. Florida Blue submitted the article <a href=\\\"blog/2022/09/28/uncategorized/maintaining-your-competitive-edge-as-a-minority-owned-business/\\\">&ldquo;Diversity Means Business&rdquo;</a>.</p>\\r\\n<p>13 Applications were received for <a href=\\\"index.php?src=pages&amp;ref=mba\\\">Minority Business Accelerator</a> Cohort &rsquo;24. The selection committee will review those submitted, and in-person presentations with Q&amp;A will be held in October 2022. This is the largest group of applications submitted to date. Industries include: Technology, Construction, Professional Services, Personal Goods/Services, Farming, and Industrial Supplies.</p>\\r\\n<h3>Sponsorship Opportunity</h3>\\r\\n<p>The Minority Empowerment Program (MEP) is an initiative of the Chamber designed to bring Black and Hispanic owned and led businesses and nonprofits into the community conversation through Chamber membership, resulting in a more inclusive environment and approach toward business growth throughout the region.</p>\\r\\n<p>Please reach out to us for more information:</p>\\r\\n<ul>\\r\\n<li><a href=\\\"index.php?src=directory&amp;view=staff&amp;srctype=detail&amp;refno=527&amp;category=Staff\\\">Avril Stinson</a> &ndash; Senior Director, Minority Business Accelerator &amp; Economic Inclusion</li>\\r\\n<li><a href=\\\"index.php?src=directory&amp;view=staff&amp;srctype=detail&amp;refno=539&amp;category=Staff\\\">Staci Fraser</a> &ndash; Senior Director, Investor Relations</li>\\r\\n</ul>\\r\\n<h2>Collegiate Leadership</h2>\\r\\n<p>Chair, Lindsay Grinstead (LT&rsquo;18) and Vice-Chair, Rebecca Arends (Emerge)</p>\\r\\n<p><a href=\\\"pages/collegiate-leadership/\\\">Collegiate Leadership</a> is a program for 24 college students from the University of Tampa, St. Leo University, and the University of South Florida. It mirrors the Leadership Tampa program and allows the college students to explore different career paths, understand how Tampa operates, and hopefully it&rsquo;ll lead to us retaining the amazing talent in Tampa Bay.</p>\\r\\n<p>The 2023 class will begin in October.</p>\\r\\n<p><a href=\\\"forms/collegiate-leadership-application/\\\">Applications for the 2024 class</a> are open and will close on Dec. 5.</p>\\r\\n<h2>Emerging Leaders</h2>\\r\\n<ul>\\r\\n<li>Hosted 6 Group Meetings in Q3</li>\\r\\n<li>Current ELTB membership is 488</li>\\r\\n</ul>\\r\\n<h3>Aspire Program</h3>\\r\\n<p>48 young professionals graduated from the Emerging Leaders of Tampa Bay Aspire Program on Aug. 25. This program is a new initiative for Emerging Leaders in 2022. It is a 4-part training series with a mission to elevate young professionals through education, empowerment, and engagement in order to prepare the next generation of Tampa Bay business leaders to create positive change for the region. The sessions focused on leading teams, leading change, leading communities, and leading up to provide young professionals the skills and confidence to lead in a growing and ever evolving Tampa Bay.</p>\\r\\n<h3>Vision Series</h3>\\r\\n<p>60+ young professionals gathered at Lions Eye Institute to hear from TGH, AdventHealth, and BayCare on the current issues impacting the health of our community. Three main issues were identified: behavioral health, exercise nutrition &amp; weight, and access to health &amp; social services.</p>\\r\\n<h1>Hub For Business</h1>\\r\\n<h2>Membership</h2>\\r\\n<p>The Chamber welcomed 60 new member companies in the third quarter of 2022. Three organizations upgraded their existing membership to become Partner members. Membership retention continues to reflect the value our members place in with 91.8% of our members renewing year to date. We strive to reflect the community we support and 25.4% of the total Chamber membership identifies as a business that is Black-owned, Hispanic-owned, Veteran-owned, Woman-owned, or any combination of these classifications.</p>\\r\\n<h3>Ambassador Committee</h3>\\r\\n<p>Chamber Ambassadors connect with first year members to offer their expertise and to help ensure that they are finding ways to make the most of their Chamber membership. &ldquo;Thank you for Your Membership&rdquo; gift bags were delivered to members celebrating their One-Year and Five-Year Chamber anniversaries. Ambassadors celebrated Ribbon Cutting celebrations with 12 members all throughout Tampa Bay.</p>\\r\\n<h3>Community Outreach Committee</h3>\\r\\n<p>The committee worked with the Hillsborough Education Foundation to help sort, inventory, and box supplies for the Teachers Supply and Resource Center. In addition to sorting, our volunteers itemized 37 boxes of supplies ranging from pencils to backpacks.</p>\\r\\n<h2>Leadership Tampa</h2>\\r\\n<h3>Class of 2022</h3>\\r\\n<ul>\\r\\n<li>Chair, Amanda Uliano (LT&rsquo;13) and Vice Chair, Mark Colvenbach (LT&rsquo;12)</li>\\r\\n<li>The <a href=\\\"https://tbbwmag.com/2022/06/02/tampa-bay-chamber-celebrates-the-leadership-tampa-class-of-2022-photos/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">2022 class graduated</a> Jun. 1.</li>\\r\\n</ul>\\r\\n<h3>Class of 2023</h3>\\r\\n<ul>\\r\\n<li>Chair Mark Colvenbach, The University of Tampa (LT&rsquo;12) and Vice-Chair Terrie Daniels, Cardinal Consulting Group (LT&rsquo;20)</li>\\r\\n<li>The <a href=\\\"index.php?src=pages&amp;ref=lt-current-class\\\">2023 Class</a> was announced, and the program kicked off in September.</li>\\r\\n</ul>\\r\\n<h2>Leadership Tampa Alumni</h2>\\r\\n<ul>\\r\\n<li>Committee Meetings in Q3 &ndash; 12</li>\\r\\n<li>Current LTA membership is 541</li>\\r\\n</ul>\\r\\n<p>LTA members joined us at the Conversations with Influence event featuring Chief Barbara Tripp Sep. 22 at the Centre Club.</p>\\r\\n<p>LT Grads joined us for the LTA Reunion on Aug. 18 to connect with their classmates and make new connections.</p>\\r\\n<h2>Events</h2>\\r\\n<p>Hosted attendees at events across Tampa Bay in person and virtually.</p>\\r\\n<ul>\\r\\n<li>Q3 Jul. 1 - Sep. 30: 2,900+</li>\\r\\n<li>YTD: 5,500+</li>\\r\\n</ul>\\r\\n<h3>Business Around the Bay</h3>\\r\\n<p>This bi-monthly event is sponsored by BMO Harris. In July and August, Carlos Echeverry, led the discussion on the current work environment and some of the challenges and opportunities being faced. Workforce challenges led with lively conversation and solutions surrounding finding and retaining good talent, followed by Workforce Housing and Transportation. This program format is for our top-tier leaders and Board members to connect, provide insights and exchange ideas as we work to move forward together.</p>\\r\\n<h3>Member Orientation</h3>\\r\\n<p>This important overview helps new members learn how to make the most of their Chamber membership. With time to network and meet Chamber staff and other members, 36 new members attended our August event.</p>\\r\\n<h3>Get Connected</h3>\\r\\n<p>Hosted by Empire Office, 35 members joined us in August for a morning of facilitated networking. A diverse mix of member companies and businesses networked and presented their two-minute pitch in small groups to each other over the course of the morning.</p>\\r\\n<h3>Coffee Connection</h3>\\r\\n<p>This Ambassador led networking event was held at the Chamber in September and hosted a record breaking 59 members.</p>\\r\\n<h3>Cannon Fire &amp; Cocktails</h3>\\r\\n<p>On Aug. 30, more than 550 attendees joined together at Armature Works to celebrate the Bucs' season preview with Tampa Bay Buccaneers Owner/Co-Chairman Bryan Glazer, General Manager Jason Licht, Head Coach Todd Bowles, and Quarterback Tom Brady. The conversation was moderated by Casey Phillips, Tampa Bay Buccaneers Team Reporter. During the reception preceding the panel, guests were able to enjoy cocktails and hors d'oeuvres, network with other Tampa Bay community members and hang out with the Buccaneers cheerleaders and mascot, Captain Fear!</p>\\r\\n<h2>Upcoming Signature Events</h2>\\r\\n<p><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=2997&amp;category=Small%20Business%20of%20the%20Year\\\"><img src=\\\"clientuploads/blog/2022/eview-SBOY_2022.jpg\\\" /></a></p>\\r\\n<h4><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=2997&amp;category=Small%20Business%20of%20the%20Year\\\">42nd Annual Small Business of the Year Awards</a></h4>\\r\\n<p><strong>Rescheduled</strong></p>\\r\\n<p>Nov. 9</p>\\r\\n<p>6:00&nbsp;&ndash; 8:30 p.m.</p>\\r\\n<p>Armature Works</p>\\r\\n<p><a class=\\\"button primary\\\" href=\\\"pages/sponsorship-opportunities/#signature\\\">Sponsorship Opportunities</a></p>\\r\\n<p><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=3064&amp;category=Annual%20Meeting\\\"><img src=\\\"clientuploads/blog/2022/eview-eflyer-Ann_Mtg-2022.jpg\\\" /></a></p>\\r\\n<h4><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=3064&amp;category=Annual%20Meeting\\\">137th Annual Meeting</a></h4>\\r\\n<p>Dec. 1</p>\\r\\n<p>11:00 a.m.&nbsp;&ndash; 1:30 p.m.</p>\\r\\n<p>Tampa Convention Center</p>\\r\\n<p>Registration for Annual Meeting will close on Nov. 29, prior to Thanksgiving. Registration will not be accepted after this date.</p>\\r\\n<p><a class=\\\"button primary\\\" href=\\\"pages/sponsorship-opportunities/#signature\\\">Sponsorship Opportunities</a></p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-07 00:00:00\",\n      \"tags\": [\n        \"Report\"\n      ]\n    },\n    {\n      \"id\": \"4465\",\n      \"title\": \"#LTAFamous: Wyatt Castellvi\",\n      \"blurb\": \"\",\n      \"category\": \"Leadership Tampa Alumni\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<p>&nbsp;</p>\\r\\n<ol>\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>Tell us, why LTA?</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;Provides a way to not only stay connected to my LT 19&rsquo; class but facilitates the ability to stay connected with all Leadership Tampa Alumni. Offering resources and programs that creates a common thread with other elite professionals and community leaders.</span></p>\\r\\n<ol start=\\\"2\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>For you, what separates LTA from other business leadership programs?&nbsp;</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;I think for starters is the caliber of people that are affiliated with the program. Additionally, there is a certain prominence that comes with the LT and LTA organizations, which creates a sense of pride that in my opinion other programs lack.</span></p>\\r\\n<ol start=\\\"3\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; </span><b>&nbsp;</b><b>Describe a time when the LTA experience impacted your life or career?</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;One example is my recent acceptance to the Board of Directors for the Humane Society of Tampa Bay. I began to serve the board in January of this year. As I navigate ways to impact the organization and do my part, my LTA connections have been a great resource for spreading the good word about all the wonderful work the organization does.</span></p>\\r\\n<ol start=\\\"4\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>What is a LTA benefit you wish everyone knew about?&nbsp;</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;I think it comes down to the quality of the people and the organizations they work for or a part of. I think people don&rsquo;t realize how many of our community leaders are LTA</span></p>\\r\\n<ol start=\\\"5\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>Describe how the leadership journey will continue to shape you?</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;As I continue to grow my company, my plan is to continue to grow my philanthropic efforts. My goal is to impact my community is the most positive way I can. It requires fine leadership skills to grow an organization and I think those skills prove valuable as you begin to branch out into other areas where leadership matters.</span></p>\\r\\n<p>&nbsp;</p>\\r\\n<p><span style=\\\"font-weight: 400;\\\"><b>Nominate an LTA member from your LT Class to feature an upcoming #LTA Famous feature</b><b>: Laura Frost&nbsp;lfrost@usf.edu</b></span></p>\",\n      \"userid\": \"Laura Frost\",\n      \"release_date\": \"2022-10-06 00:00:00\",\n      \"tags\": [\n        \"Leadership Tampa Alumni\"\n      ]\n    },\n    {\n      \"id\": \"4466\",\n      \"title\": \"Tampa Bay Chamber Releases Candidate Interview Videos 2022\",\n      \"blurb\": \"\",\n      \"category\": \"Press Releases\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<p>In alignment with the Tampa Bay Chamber&rsquo;s Vision 2026 plan, local candidate interviews were conducted and filmed to inform voters on where candidates stand on issues important to the Tampa Bay business community.&nbsp; Each candidate who qualified with one of the Hillsborough, Pasco or Pinellas County Supervisor of Elections office received an invitation to participate in the 2022 Candidate Interviews.</p>\\r\\n<p>The Tampa Bay Chamber started the Candidate Interview Series in 2018 with candidates in Hillsborough County. In 2020, in alignment with the Chamber&rsquo;s new regional outlook, they opened the Candidate Interviews for the primary election to all three counties. &nbsp;</p>\\r\\n<p>Candidates in the following races participated:</p>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>&nbsp;Candidates for Hillsborough County Commission District 7:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Commissioner Kimberley Overman</p>\\r\\n<p>&nbsp; &nbsp; &nbsp;Joshua Wostal</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp;Moderated by Matt Blair, Corcoran Partners</em></p>\\r\\n<ul style=\\\"list-style-type: square;\\\">\\r\\n<li>Topics included: Public/Private Partnerships, Equity, Transportation, Baseball as Economic Development, Housing</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Florida House District 65:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Jen McDonald</p>\\r\\n<p>&nbsp; &nbsp; &nbsp;Karen Gonzales Pittman</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp; Moderated by Melanie Brown, Co-Chair of the Chamber&rsquo;s Policy Advisory Committee</em></p>\\r\\n<ul>\\r\\n<li>Topics included: Home Rule, Property Insurance, Housing, School Funding, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Florida Senate District 18:</li>\\r\\n</ul>\\r\\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Representative Nick DiCeglie</p>\\r\\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Eunic Ortiz</p>\\r\\n<p><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Moderated by Rebecca Arends, Co-Chair of the Chamber&rsquo;s Policy Council</em></p>\\r\\n<ul>\\r\\n<li>Topics include: Home Rule, Property Insurance, Housing, School Funding, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Florida Senate District 21:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp; Senator Ed Hooper</p>\\r\\n<p>&nbsp; &nbsp; &nbsp; &nbsp;Amaro L&iacute;onheart</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp; Moderated by Rebecca Arends, Co-Chair of the Chamber&rsquo;s Policy Council</em></p>\\r\\n<ul>\\r\\n<li>Topics included: Home Rule, Property Insurance, Housing, School Funding, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Pinellas County School Board District 6:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Brian Martin</p>\\r\\n<p>&nbsp; &nbsp; &nbsp;Stephanie Meyer</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp;Moderated by Matt Blair, Corcoran Partners</em></p>\\r\\n<ul>\\r\\n<li>Topics included: Superintendent Relations, School/Business Partnerships, Strategic Planning, Students with Disabilities, Equity, Technology, Staff Recruitment</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for U.S. Congress - District 13:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Eric Lynn</p>\\r\\n<p>&nbsp; &nbsp; Moderated by Nicholas Glover, Tampa Bay Chamber&rsquo;s Vice President of Advocacy</p>\\r\\n<ul>\\r\\n<li>Topics include: Workforce Development, Civil Discourse, Bipartisanship, Housing, Inflation, Chamber Involvement, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<p>The candidate interviews covered jobs, home rule, transportation, equity, housing, economic development, the budget, healthcare, technology, and other critical issues for each of the specific races.</p>\\r\\n<p>Several interviews were also scheduled and planned for last week but were cancelled due to Hurricane Ian. Any interviews that are able to be rescheduled will be added to the candidate interview page linked below.</p>\\r\\n<p>The Tampa Bay Chamber is non-partisan and does not endorse candidates. The videos were edited for production quality only and candidates&rsquo; responses were not altered. To view the videos, please visit: <a href=\\\"pages/candidate-interviews/\\\">https://www.tampabaychamber.com/pages/candidate-interviews/</a></p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-06 00:00:00\",\n      \"tags\": [\n        \"Policy & Advocacy\",\n        \"Press Release\"\n      ]\n    },\n    {\n      \"id\": \"4464\",\n      \"title\": \"Hillsborough’s Business Partners Support County’s Transportation Referendum\",\n      \"blurb\": \"\",\n      \"category\": \"Press Releases\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<p>The Tampa Bay Chamber&rsquo;s Board of Directors voted unanimously to support the 1% Transportation Sales Surtax.</p>\\r\\n<p>The proposed 1% Transportation Sales Surtax Referendum would go about half towards investing in roads and safety and the other half in expanding transit options. Improvements focused on investing in roads and safety include reducing congestion with computerized traffic lights, improving intersections and roads, fixing potholes and resurfacing streets, and providing new walking and biking options. The expanded transit options would create express routes to connect commuters, have a more efficient neighborhood bus service, and provide service to over 100,000 seniors and disabled citizens.</p>\\r\\n<p>&ldquo;The Tampa Bay Chamber is passionate about supporting this referendum because transportation systems that are adequately funded provide&nbsp;economic and social opportunities and benefits&nbsp;that result in positive multiplier effects such as better accessibility to markets, employment, and additional investments,&rdquo; said Dr. Bob Rohrlack, President and CEO at the Tampa Bay Chamber.</p>\\r\\n<p>Business leaders in the community see this transportation tax referendum as the first step in the right direction towards finding transportation solutions in a county that has had its fair share of growing pains when it comes to finding public transit options.</p>\\r\\n<p>&ldquo;The South Tampa Chamber supports the referendum because we believe that the business community benefits greatly from the productivity gained from access to the County&rsquo;s broader labor market,&rdquo; said Kelly Flannery, President, and CEO of the South Tampa Chamber of Commerce.</p>\\r\\n<p>&ldquo;Reduced traffic leads to cost savings associated with worker wages and reliability,&rdquo; said Lee Bell, President, and CEO of the Ybor City Chamber of Commerce.</p>\\r\\n<p>Community partners such as the Tampa Downtown Partnership, Westshore Alliance, and Tampa Bay LGBT Chamber also support the referendum.</p>\\r\\n<p>&ldquo;As a diligent steward of Downtown Tampa and its stakeholders, our organization believes that increased investment in transportation initiatives will improve the quality of life in our community and encourage physical as well as economic development,&rdquo; said Lynda Remund, President, and CEO of the Tampa Downtown Partnership.</p>\\r\\n<p>&ldquo;This referendum will provide Hillsborough County families and businesses the transportation options they need to be successful and supports the betterment of our entire community,&rdquo; said Michael Maurino, Executive Director of the Westshore Alliance. Tampa Bay LGBT Chamber President &amp; CEO, Justice Gennari, echoed &ldquo;our members benefit directly from enhanced transportation planning. Greater pedestrian and cycling activity increases hospitality and retail sector performance.&rdquo;</p>\\r\\n<p>The referendum provides the framework and funding for the community to build and develop a robust transportation system that would relieve rush hour bottlenecks, enhance bus services, and expand public transit options while providing a significantly improved transportation network in the cities of Plant City, Tampa, Temple Terrace, and throughout all of Hillsborough County.</p>\\r\\n<p>&nbsp;<img src=\\\"clientuploads/blog/2022/1.png\\\" /></p>\\r\\n<p>&nbsp;</p>\\r\\n<p>&nbsp;</p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-05 00:00:00\",\n      \"tags\": [\n        \"Policy & Advocacy\",\n        \"Press Release\",\n        \"Transportation\"\n      ]\n    },\n    {\n      \"id\": \"4461\",\n      \"title\": \"Member News 10/3\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p><a href=\\\"https://mediaconnect.app.medcity.net/sharevideo/4c8cf9df-d8b0-4f9c-a233-8c9650649110\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">HCA Florida South Tampa Hospital</a> observes Thyroid Cancer Awareness Month in September 2022<br /><br /></p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"clientuploads/blog/2022/October_Feast_Flyer.pdf\\\">October 1-8, 2022</a>: OktoberFEAST</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/October_Feast_Happy_Hour.pdf\\\">October 6, 2022</a>: OktoberFEAST Happy Hour</li>\\r\\n<li><a href=\\\"https://sofmissions.networkforgood.com/events/44778-4th-annual-tampa-social\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 8, 2022</a>: SOF Missions 4th Annual Tampa Social</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 9, 2022</a>: Cypress Hill</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 13, 2022</a>: Matt Fraser</li>\\r\\n<li><a href=\\\"http://Moffitt.org/LadiesNight\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 13, 2022</a>: Moffitt Cancer Center's Ladies Night</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/2022_Pumpkin_Patch_Fall_Festival_-_Full_Page_Ad.pdf\\\">October 15, 2022</a>: Watermelon Swim Annual Pumpkin Patch and Fall Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 16, 2022</a>: Trace Adkins</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 21, 2022</a>: Amos Lee with slimdan</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Children's Dream Fund&nbsp;</strong><a href=\\\"https://childrensdreamfund.org/were-hiring-a-special-event-manager/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Special Event Manager</a></li>\\r\\n<li><strong>Feeding Tampa Bay</strong>&nbsp;<a href=\\\"https://recruiting.paylocity.com/Recruiting/Jobs/Details/1200749\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Major Gifts Officer</a></li>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">.NET Developer</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-03 08:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4463\",\n      \"title\": \"MBA Impact Report Quarter 2 2022\",\n      \"blurb\": \"<p>2022 Quarter 2 Impact Metrics and Cohort Updates for Cohorts 2022 and 2023.</p>\",\n      \"category\": \"Reports\",\n      \"blog\": \"<p><a href=\\\"clientuploads/epubs/MBA/Impact_Report_2022q2.pdf\\\" class=\\\"button primary\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Download This Report</a></p>\\r\\n<h2>Impact Metrics</h2>\\r\\n<p>The <a href=\\\"index.php?src=pages&amp;ref=mba\\\">Minority Business Accelerator</a> measures the progress of its participants by tracking key metrics such as jobs created, capital received, assets acquired, strategic introductions made and new corporate contacts. The numbers are self-reported by all of the businesses in the cohort on a quarterly basis.</p>\\r\\n<table style=\\\"width: 1412px;\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>321</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Current Employees</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>$8.1M</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Gross Sales</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>50</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">New Jobs Created</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>98</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Vacancies Filled</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>60</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">New Corporate Contracts</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>$906k</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Company Secured Capital</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>$294k</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">New Assets Acquired</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>19</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Strategic Introductions Made</td>\\r\\n</tr>\\r\\n</tbody>\\r\\n</table>\\r\\n<p><em>Does not include metrics from Cablelytics.</em></p>\\r\\n<h3>Programs</h3>\\r\\n<h4>Apr. 8 &ndash; MBA Joint Cohort Session #3: Doing Business With: Hillsborough County</h4>\\r\\n<p><strong>Subject Matter Expert</strong></p>\\r\\n<ul>\\r\\n<li>Robyn Donaldson, CEO, Renew Construction Services, 2022 MEP Participant</li>\\r\\n</ul>\\r\\n<h4>May 13 &ndash; MBA Cohorts Joint Session #4: How Leaders Build Successful Company Culture</h4>\\r\\n<p><strong>Subject Matter Expert</strong></p>\\r\\n<ul>\\r\\n<li>Dr. Michael Broom, Center for Human Systems</li>\\r\\n</ul>\\r\\n<h4>Jun. 3 &ndash; MBA Cohort &rsquo;22 Session #5 &ndash; Lending/Finance</h4>\\r\\n<p><strong>Subject Matter Experts</strong></p>\\r\\n<ul>\\r\\n<li>Daniel Martinez, FBDC</li>\\r\\n<li>Cedric Hall, FBDC</li>\\r\\n<li>John McCabe, Customers Bank</li>\\r\\n</ul>\\r\\n<h4>Jun. 3 &ndash; MBA Cohort &lsquo;23 Session #5 - Employment Law/Insurance</h4>\\r\\n<p><strong>Subject Matter Experts</strong></p>\\r\\n<ul>\\r\\n<li>Terin Cremer, Esq.</li>\\r\\n<li>Barbas Cremer, PLLC</li>\\r\\n<li>Jeff Chernoff, Insurance &amp; Trust, Inc.</li>\\r\\n</ul>\\r\\n<h3>Events</h3>\\r\\n<h4>Jun. 22</h4>\\r\\n<p>JP Morgan Private Bank hosted the kickoff event for the Minority Business Accelerator Alumni Group at 7th + Grove</p>\\r\\n<h4>Aug. 11</h4>\\r\\n<div class=\\\"page\\\">\\r\\n<div class=\\\"section\\\">\\r\\n<div class=\\\"layoutArea\\\">\\r\\n<div class=\\\"column\\\">\\r\\n<p>Quarterly Leadership Advisory Council meeting</p>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n<h2>Cohort 2022 Member Highlights</h2>\\r\\n<div style=\\\"display: inline-block; padding-right: 20px; width: 200px; vertical-align: top;\\\">\\r\\n<p><img src=\\\"clientuploads/directory/staff/Mateos,_Derek.jpg\\\" /></p>\\r\\n<p><strong>Cohort 2022 Co-Chair</strong><br />Derek Mateos<br />President<br />Matcon Construction Services</p>\\r\\n</div>\\r\\n<div style=\\\"display: inline-block; padding-right: 20px; width: 200px; vertical-align: top;\\\">\\r\\n<p><img src=\\\"clientuploads/directory/staff/Mateos,_Marynes.jpg\\\" /></p>\\r\\n<p><strong>Cohort 2022 Co-Chair</strong><br />Marynes Mateos<br />Managing Director<br />Matcon Construction Services</p>\\r\\n</div>\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Best_Employment_Solutions.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Best Employment SoluTions</h3>\\r\\n<p>&ldquo;Quarter 2 is typically the slowest quarter regarding staffing and client needs. Therefore, our primary focus at the beginning of this quarter was to streamline our billing and collections process. We used the beginning of the quarter to create processes that protected our revenue from slow pay and no pay clients. This quarter showed a slight decrease in client needs; however, the end of the quarter has shown that quarter 3 will be a larger quarter.</p>\\r\\n<p>...we would like to thank our mentor David Cross for guidance on relationship building, process development, and revenue generation. Our appreciation for Ms. Avril, the Chamber, and the accelerator program cannot be put into words. The combination of knowledge, wisdom, partnership, and opportunity is truly helping us fulfill and deliver on everything our name represents, which is being the BEST.&rdquo; &ndash; Corey Rolfe</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/eSmart_Recycling.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />eSmart Recycling</h3>\\r\\n<p>Tony was accepted into Stanford&rsquo;s Latino Entrepreneurship Initiative (SLEI), a 7-week immersive program providing Latino business owners with education, enhanced networks, personal mentorship, and a better understanding of how to access and manage capital to scale their businesses.</p>\\r\\n<h4>In The News</h4>\\r\\n<p>eSmart Recycling was featured on Suncoast news for their partnership with Pace Center for Girls&rsquo; Pasco and Polk centers to donate 20 refurbished computer workstations. Tony Selvaggio was featured on Recycling International as one of 10 new &ldquo;global innovators.&rdquo;</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Home_Helpers_Health_Care.png\\\" width=\\\"200\\\" height=\\\"150\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Homehelpers Homecare</h3>\\r\\n<p>&ldquo;The first MBA Alumni networking event was fantastic. Lots of great connections with other members &ndash; excellent event.&rdquo; &ndash; Ursella Slusher</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Integrated_Security_Consultants.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Integrated Security Consultants</h3>\\r\\n<p>ISC secured a contract with Hillsborough County Public Schools (HCPS) to provide cameras in 32 schools. ISC was also one of two companies to win a RFP for supplying all security equipment to Hillsborough County Public Schools on a multi-year contract that should be worth several million dollars. ISC has submitted a bid to supply access control and intercom systems to all 240 HCPS schools and that project will start in 3rd quarter of 2022.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Livy_Os.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Livy O&rsquo;s</h3>\\r\\n<p>Lennise and Omar Germany, Founders of Livy O&rsquo;s, launched a new enterprise called Couples Building Business. This networking group is designed to empower unity while building wealth for generations to come.</p>\\r\\n<h4>In The News</h4>\\r\\n<p>Livy O&rsquo;s was featured on the USF Newsroom and ABC Action News for winning a contract with Aramark to be a part of Local Restaurant Row &ndash; a program which brings local minority and women-owned vendors to advertise their restaurant concept and food at the USF Marshall Student Center.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/One_Day_Came.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />One Day Came Inc.</h3>\\r\\n<p>David graduated from the Build with Us @ Suffolk program, which gives small businesses access to Suffolk and community subject matter experts so they can develop the skills and qualifications needed to scale up and work with large general contractors.</p>\\r\\n<p>One Day Came Inc. acquired one new company car this quarter.</p>\\r\\n<h4>In the News</h4>\\r\\n<p>David authored an article on Florida Trend about his trip to Washington D.C. with the Goldman Sachs 10,000 Small Business Program. He was also featured on several media outlets, including Florida Trend Magazine, NBC News, CBS News, and Bay News 9.</p>\\r\\n<p>One Day Came Inc. was selected as one of the 2022 USF Fast 56 winners to be honored at the Fast 56 Awards on September 9th!</p>\\r\\n<hr />\\r\\n<h2>Cohort 2023 Member Highlights</h2>\\r\\n<div style=\\\"display: inline-block; padding-right: 20px; width: 200px; vertical-align: top;\\\">\\r\\n<p><img src=\\\"clientuploads/directory/staff/Hardwick,_Lorena.jpg\\\" /></p>\\r\\n<p><strong>Cohort 2023 Co-Chair</strong><br />Lorena Hardwick<br />Federal Government Relations Manager<br />BayCare</p>\\r\\n</div>\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Cablelytics.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Cablelytics</h3>\\r\\n<p>Cablelytics hired a Media and Marketing Coordinator &ndash; Keyara McNeil &ndash; who will be responsible for managing the company&rsquo;s social media accounts as well as their website, email, and print media. Keyara will also track and respond to bid solicitations and manage the company&rsquo;s CRM system. Keyara is a 2022 graduate of the University of South Florida and holds a bachelor&rsquo;s degree in marketing.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Ceiba.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Ceiba LTD.</h3>\\r\\n<p>&ldquo;Got paired with another professional mentor and am excited!&rdquo; &ndash; John Diaz</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/M&amp;G_Janitorial.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />M&amp;G Janitorial Services</h3>\\r\\n<p>M&amp;G was awarded three final cleaning contracts this quarter.</p>\\r\\n<p>&ldquo;After discussion with MBA mentor, created a spreadsheet with a draft P&amp;L, including the revenue and expenses for years 2018-2020, and added a revenue forecast (which mentor provided) for 2021-2024.&rdquo; &ndash; Max Volmar Jr.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Mijan_Constructions.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Mijan Constructions</h3>\\r\\n<p>Mijan Constructions secured two new contracts this quarter.</p>\\r\\n<p>Charles graduated from the Build with Us @ Suffolk program, which gives small businesses access to Suffolk and community subject matter experts so they can develop the skills and qualifications needed to scale up and work with large general contractors.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Ortega_Custom_Cabinets.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Ortega Custom Cabinets</h3>\\r\\n<p>Ortega Custom Cabinets received an Economic Injury Disaster Loan (EIDL) approval of $301,700.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Power_Civil_Construction_Services.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Power Civil Construction Services</h3>\\r\\n<p>Kalvin connected with Terin Cremer (presenter from Session 5 &ndash; Employment Law and Insurance) for daily rate employee guidance. He is also working with his banking mentor, Danny McDonald, on a building purchase loan and his business mentor, Jay Malone, on creating a Gantt chart.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Scopeshield.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Scopeshield, Inc.</h3>\\r\\n<hr />\\r\\n<p><a href=\\\"clientuploads/epubs/MBA/Impact_Report_2022q2.pdf\\\" class=\\\"button primary\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Download This Report</a></p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-03 00:00:00\",\n      \"tags\": [\n        \"MBA Report\",\n        \"Report\"\n      ]\n    }\n  ]\n}"},{"id":"07121063-00ea-4f3c-9d6c-e49320cc00ac","name":"Sort results by release_date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/blog.findByQuery?sortBy={\"release_date\":\"DESC\"}","host":["https://devstage.accrisoft.com/api/web"],"path":["blog.findByQuery"],"query":[{"key":"sortBy","value":"{\"release_date\":\"DESC\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:12:21 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"910","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=99","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"message\": \"200\",\n  \"data\": [\n    {\n      \"id\": \"4471\",\n      \"title\": \"New Members - September 2022\",\n      \"blurb\": \"\",\n      \"category\": \"Membership\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<h6>Advertising</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://good-intents.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Good Intents Marketing</a></li>\\r\\n</ul>\\r\\n<h6>Business Service</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"bsmooth.solutions\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">GoBSmooth</a></li>\\r\\n<li><a href=\\\"http://www.IDIQ.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">IDIQ</a></li>\\r\\n<li><a href=\\\"http://www.L2Biz.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">L2 Total Business Solutions</a></li>\\r\\n</ul>\\r\\n<h6>Entertainment</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.xclusivedeejays.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Xclusive Deejays</a></li>\\r\\n</ul>\\r\\n<h6>Finance</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.lalfinancial.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Leave A Legacy Financial</a></li>\\r\\n</ul>\\r\\n<h6>Food and Beverage</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"teriyakimadness.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Teriyaki Madness</a></li>\\r\\n<li><a href=\\\"http://www.peachcobblerfactory.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Peach Cobbler Factory Tampa</a></li>\\r\\n</ul>\\r\\n<h6>General Services</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.bigdanscarwash.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Big Dan's Car Wash</a></li>\\r\\n<li><a href=\\\"https://cretemechanical.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Crete Mechanical</a></li>\\r\\n</ul>\\r\\n<h6>Miscellaneous Services</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://www.bee-downtown.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Bee Downtown</a></li>\\r\\n</ul>\\r\\n<h6>Organizations</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"https://childrensnetworkhillsborough.org/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Children's Network of Hillsborough, LLC</a></li>\\r\\n<li><a href=\\\"http://www.gasparillamusic.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Gasparilla Music Foundation</a></li>\\r\\n<li><a href=\\\"https://hhmin.org\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Helping Hands</a></li>\\r\\n<li><a href=\\\"https://www.ourchildrenhaverights.org/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Our Children Have Rights.Org</a></li>\\r\\n<li><a href=\\\"http://www.curranfoundation.org\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">The Curran Family Foundation</a></li>\\r\\n</ul>\\r\\n<h6>Real Estate</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"Fournco.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">4 &amp; Co Coworking Space</a></li>\\r\\n<li><a href=\\\"https://www.problempropertypals.com/fl/tampa/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Problem Property Pals</a></li>\\r\\n</ul>\\r\\n<h6>Transportation</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"http://www.boassoglobal.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Boasso Global</a></li>\\r\\n</ul>\\r\\n<h6>Utilities</h6>\\r\\n<ul>\\r\\n<li><a href=\\\"onlyfng.com\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Florida Natural Gas</a></li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-31 08:00:00\",\n      \"tags\": [\n        \"Member News\",\n        \"Membership\"\n      ]\n    },\n    {\n      \"id\": \"4470\",\n      \"title\": \"Member News 10/24\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p>&nbsp;</p>\\r\\n<div><a href=\\\"https://gunster.com/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Gunster </a>Now One of Tampa&rsquo;s Largest Commercial Law Firms, Merges with the Barnett Law Firm</div>\\r\\n<div>&nbsp;</div>\\r\\n<div><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=http-3A__www.hcafloridasouthtampahospital.com_&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=xVUw1N4aADg3YYxLv-tKjA3M73d6J-TLor_fPsIBTss&amp;m=blqDRr0kW3j0UwY0H9WoMyG-L328OeAa52k5hQ1wp_g&amp;s=whUWV8I9OJ-WkXNJv53GlAtMHA0Otlvs1Qd7beZq1lc&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">HCA Florida South Tampa Hospital</a> has teamed up with the Alzheimer&rsquo;s Association as a sponsor for the October 23, 2022 Walk to End Alzheimer&rsquo;s&reg; at Raymond James Stadium in Tampa</div>\\r\\n<div>&nbsp;</div>\\r\\n<p><a href=\\\"clientuploads/docs/Member%20News/CS_School_Supply_flyer_Updated.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hillsborough County and United Way Suncoast</a>&nbsp;are partnering to support SW Florida Counties that were affected by Hurricane Ian with a School Supplies Drive.</p>\\r\\n<p><a href=\\\"https://www.hubinternational.com/products/risk-services/hub-crisis-resources/hurricane-resource-center/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hub International</a>,&nbsp;the global insurance brokerage has developed and gathered tips, guides, checklists and other resources to help you before, during and after a storm. Check out the <a href=\\\"https://www.hubinternational.com/products/risk-services/hub-crisis-resources/hurricane-resource-center/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hurricane Resource Center </a>for help.</p>\\r\\n<p>&nbsp;</p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"http://www.plantmuseum.com/\\\">October 28-30</a>, 2022: Henry Plant Museum hosting Eerie Evening&nbsp;</li>\\r\\n<li><a href=\\\"https://www.tampatraining.com/kids-college\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 29, 2022</a>: Hillsborough Community College Fall Family STEM Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.seminolehardrocktampa.com_entertainment&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=MovwaxgrmZufgWXFrAcmw2Ilp9rJFLsvaebArmdX9X0&amp;s=lIkHl8b4Jx5xbBuAUFgqcNwlvSTOmRifebV6eOYbw7U&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 30, 2022</a>: Cheat Codes, A-Trak Set for Pool Party</li>\\r\\n<li>: Gamification at Work &amp; Home</li>\\r\\n<li><a href=\\\"https://www.katbratstudios.com/event-details/anime-digital-art-hour\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 11, 2022</a>: Anime Digital Art Hour</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.katbratstudios.com/event-details/video-game-story-writing-101\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 18, 2022</a>: Video Game Story Writing 101</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.seminolehardrocktampa.com_entertainment&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=otROvhfErOsrvC68t4I_JNUdt4Ycd-YjBmyxq02Jsf8&amp;s=x6aDjYIWA4cOEsCVDPSRO41QGtn-M5vtXr_N6l62GWY&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">March 20, 2023</a>: Aaron Lewis</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">.NET Developer</a></li>\\r\\n<li><strong>Hillsborough Community College</strong>&nbsp;<a href=\\\"https://jobs.hccfl.edu/postings/17341\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tech Support Manager</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Saint Leo University</strong>&nbsp;<a href=\\\"https://saintleo.wd5.myworkdayjobs.com/en-US/SLU/job/Tampa-Education-Center/Staff-Assistant---Tampa-Education-Center_R6996?source=HigherEdJobs\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Staff Assistant - Tampa Education Center</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-24 08:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4469\",\n      \"title\": \"Member News 10/17\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p><a href=\\\"https://www.adventhealth.com/hospital/adventhealth-tampa\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">AdventHealth Tampa </a>Launches Graduate Medical Education Program to Train New Physicians&nbsp;</p>\\r\\n<p><a href=\\\"clientuploads/docs/Member%20News/PRESS_RELEASE_Sports_Agent,_Alumnus_Speaks_at_Saint_Leo_U.docx\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Saint Leo University</a> welcomed sports agent and alumnus Colin Bryant on Friday October 14 for its \\\"Mission-Driven Leaders: Conversations on Purpose\\\" event.</p>\\r\\n<p><a href=\\\"clientuploads/docs/Member%20News/CS_School_Supply_flyer_Updated.pdf\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Hillsborough County and United Way Suncoast</a> are partnering to support SW Florida Counties that were affected by Hurricane Ian with a School Supplies Drive.</p>\\r\\n<p>&nbsp;</p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_tcob_event_5904-2Dmba-2Donline-2Dinformation-2Dsession&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=56avl5KU_KxcYpWVXae4U7bJkfT1paev9qSK7bH_DtA&amp;s=yppI0hOv99Inv8jTCu5cX_KyjFhGoW3f_rt18316lhU&amp;e=\\\">October 19, 2022</a>: Saint Leo Hosting MBA Info Session</li>\\r\\n<li><a href=\\\"https://www.tampatraining.com/career-resource\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 21, 2022</a>: Hillsborough Community College's Institute for Corporate and Continuing Education hosting Career Fair</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 21, 2022</a>: Amos Lee with slimdan</li>\\r\\n<li><a href=\\\"https://runsignup.com/Race/FL/Tampa/HCCHawkRun5K\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 22, 2022</a>: HCC Hawk Run 2022 5k &amp; 1 mile Glow Run</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"http://www.plantmuseum.com/\\\">October 28-30</a>, 2022: Henry Plant Museum hosting Eerie Evening&nbsp;</li>\\r\\n<li><a href=\\\"https://www.tampatraining.com/kids-college\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 29, 2022</a>: Hillsborough Community College Fall Family STEM Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__www.seminolehardrocktampa.com_entertainment&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=MovwaxgrmZufgWXFrAcmw2Ilp9rJFLsvaebArmdX9X0&amp;s=lIkHl8b4Jx5xbBuAUFgqcNwlvSTOmRifebV6eOYbw7U&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 30, 2022</a>: Cheat Codes, A-Trak Set for Pool Party</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Children's Dream Fund&nbsp;</strong><a href=\\\"https://childrensdreamfund.org/were-hiring-a-special-event-manager/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Special Event Manager</a></li>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">.NET Developer</a></li>\\r\\n<li><strong>Hillsborough Community College</strong> <a href=\\\"https://jobs.hccfl.edu/postings/17341\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Tech Support Manager</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Saint Leo University</strong>&nbsp;<a href=\\\"https://saintleo.wd5.myworkdayjobs.com/en-US/SLU/job/Tampa-Education-Center/Staff-Assistant---Tampa-Education-Center_R6996?source=HigherEdJobs\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Staff Assistant - Tampa Education Center</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-17 10:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4467\",\n      \"title\": \"Member News 10/10\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__link.mediaoutreach.meltwater.com_ls_click-3Fupn-3DhxyaKln-2D2F7Lf-2D2FCHJneN9EtlaonQ0FhlQbkluXGsocYA7KFQCnxPxcQcUDfs0f8z-2D2F6rI4p-5FgXXWQWuTunB-2D2BASBZZ7-2D2B-2D2Bd5qvCOtoOuAUPhR8ypHpen4ZsbYJfGfMYrEglbGf-2D2F7YKrDxf1byKPvDHRL-2D2FYod3rMl1n78ry10jytZ8zIw-2D2Bls0GFe6XMs4U-2D2BUC7ebWeLlmazFTZWnjZ5vxWq-2D2FbZ-2D2B4SNdIL55Vl-2D2F6b1JbkGzAOVqb7Q00ax4v5v4O3P9nksUT8tTCPiz0JjHQcsRWxUqj5j6GWBxVhTyOTtQhUwT3rx3TG-2D2Bc-2D2B58HuXUuWzFk7-2D2BiGhDNBS149bzefYoqj-2D2F7C-2D2FLwUytInz7gGq4cOVsouK3dTY-2D2Br6NJh5idGXGKCfnbqu4B0YpTD7MPkxWtOU8oXYYS2ki-2D2F0BXSwlI73rePgQTkJrKHXnUifH1vhJAZVfQ39h82pwcJZjoIT0gRx7DzLX3lr683vQ-2D3D-2D3D&amp;d=DwMFaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=wsomhtOU6jHexNUM4BuufDCEJtinSP7FPGy5PLe5Gz0&amp;s=uT22byR6XxnaWpWUoSlsSAqdquRqcTlOPJfDTtWdxcc&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Johns Hopkins All Children's</a> Recovers from Hurricane Ian and Transports Ft. Meyers Patients</p>\\r\\n<p><a href=\\\"https://www.saltmarshcpa.com/cpa-firm/directory/jen_mostert.asp\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Saltmarsh, Cleaveland &amp; Gund</a> Names Jen Mostert Chief Financial Officer</p>\\r\\n<p><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__secure.acsevents.org_site_TR_MakingStridesAgainstBreastCancer_MSABCCY22SER-3Fpg-3Dentry-26fr-5Fid-3D103101&amp;d=DwMGaQ&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=nPMc3xqQdNRfKGdYBa4GmtMF53dwj2IAInKC1TcNqis&amp;s=VWdff2ww7b4b5-6WuV0BlmdkmEhQal8idMXiGFbpih8&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Seminole Hard Rock Hotel &amp; Casino Tampa</a> Announces Its 2022 Pinktober Campaign to raise funds for Breast Cancer Research</p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_tcob_&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=ne3JZevwUpp54ZIZjj3Ab-rfhE4MLP0WenTVfqpTtdY&amp;s=qo3mMySfAVZYGeW9sj_dE-ja63-WzG4C6RENH4_562E&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 12, 2022</a>: Saint Leo Hosting Doctor of Business Administration Virtual Info Session</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 13, 2022</a>: Matt Fraser</li>\\r\\n<li><a href=\\\"http://moffitt.org/LadiesNight\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 13, 2022</a>: Moffitt Cancer Center's Ladies Night</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_event_5790-2Dmission-2Ddriven-2Dleaders-2Dconversations-2Don-2Dpurpose&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=uGvOmdyN5lpbZ9cGe5UvKTwsbo7z7sPpPDqzdpzp98Y&amp;s=lDFKsUdYd5xpdC9I1UBechefiZkFfuuIp3oQArQejQ0&amp;e=\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 14, 2022</a>: Saint Leo Hosting Guest Speaker Colin Bryant</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/2022_Pumpkin_Patch_Fall_Festival_-_Full_Page_Ad.pdf\\\">October 15, 2022</a>: Watermelon Swim Annual Pumpkin Patch and Fall Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 16, 2022</a>: Trace Adkins</li>\\r\\n<li><a href=\\\"https://urldefense.proofpoint.com/v2/url?u=https-3A__calendar.saintleo.edu_tcob_event_5904-2Dmba-2Donline-2Dinformation-2Dsession&amp;d=DwMFAg&amp;c=euGZstcaTDllvimEN8b7jXrwqOf-v5A_CdpgnVfiiMM&amp;r=Ghr_k3TgzHidhsf06sK0ni9OPppxz7a9k4sgJdoS5Ps&amp;m=56avl5KU_KxcYpWVXae4U7bJkfT1paev9qSK7bH_DtA&amp;s=yppI0hOv99Inv8jTCu5cX_KyjFhGoW3f_rt18316lhU&amp;e=\\\">October 19, 2022</a>: Saint Leo Hosting MBA Info Session</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 21, 2022</a>: Amos Lee with slimdan</li>\\r\\n<li><a href=\\\"https://runsignup.com/Race/FL/Tampa/HCCHawkRun5K\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 22, 2022</a>: HCC Hawk Run 2022 5k &amp; 1 mile Glow Run</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"http://www.plantmuseum.com/\\\">October 28-30</a>, 2022: Henry Plant Museum hosting Eerie Evening&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Children's Dream Fund&nbsp;</strong><a href=\\\"https://childrensdreamfund.org/were-hiring-a-special-event-manager/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Special Event Manager</a></li>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">.NET Developer</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Saint Leo University</strong> <a href=\\\"https://saintleo.wd5.myworkdayjobs.com/en-US/SLU/job/Tampa-Education-Center/Staff-Assistant---Tampa-Education-Center_R6996?source=HigherEdJobs\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Staff Assistant - Tampa Education Center</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" title=\\\"Opens in a new window\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-10 08:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4468\",\n      \"title\": \"2022 Quarter 3 Report\",\n      \"blurb\": \"\",\n      \"category\": \"Reports\",\n      \"blog\": \"<h1>Catalyst</h1>\\r\\n<p>Chamber leaders attended a Fly-In to Washington, D.C. for the annual Catalyst Trip. Attendees met with the Tampa Bay Congressional delegation, department leaders, and the U.S. Chamber for informative conversations about the top issues of our region.</p>\\r\\n<p>VP of Advocacy attended an intimate conversation with U.S. Congressman French Hill (AR-02). Rep. Hill is the Ranking Member of the Housing, Community Development, and Insurance Subcommittee. The wide-ranging conversation included discussions on attainable housing and community resiliency.</p>\\r\\n<p>The Chamber held a highly successful <a href=\\\"index.php?src=blog&amp;srctype=detail&amp;refno=4439&amp;category=Press%20Releases\\\">Hob Nob</a>, featuring nearly 60 candidates from Pasco, Pinellas, and Hillsborough at the local, state, and federal levels.</p>\\r\\n<p>Chamber staff and officers have been meeting with our state and congressional delegations to reiterate our focal areas for 2023. The Chamber participated in small roundtable discussions with Senator Rick Scott, Senate President-Designate Kathleen Passidomo, and Senator Jennifer Bradley.</p>\\r\\n<p>The Chamber conducted its <a href=\\\"index.php?src=pages&amp;ref=candidate-interviews\\\">Candidate Interview Series</a> based on our legislative agenda. Interviewed candidates were from the local, state, and federal levels in Hillsborough, Pasco, and Pinellas.</p>\\r\\n<h2>Workforce Housing</h2>\\r\\n<p>The <a href=\\\"pages/workforce-housing/\\\">Workforce Housing</a> Committee met with Frank Wells, Bright Community Trust and Bill Mague, Aeon to discuss next steps the committee can take to propose actionable solutions to the local problem.</p>\\r\\n<h2>Workforce Development</h2>\\r\\n<p>Members of the <a href=\\\"pages/workforce-development/\\\">Workforce Development</a> Committee heard from Sashy O&rsquo;Connor about The Grow Group&rsquo;s on the job training and work-based learning programs.</p>\\r\\n<p>Over 90 members attended the State of Workforce Development event which featured a discussion on how we can best align training and education with the needs of the business community.</p>\\r\\n<h1>Inclusive Organization</h1>\\r\\n<h2>Military</h2>\\r\\n<p>Transitioning service members participated in <a href=\\\"pages/military/#events\\\">Operation Partnership</a>: Civilian Career Day, an opportunity for military members to be strategically paired with Chamber member host companies for the day to better understand the company and career paths.</p>\\r\\n<p>Hosted by Tampa International Airport, transitioning service members participated in Transition Tampa Bay: Industry Connect and were able to gain an understanding of career opportunities, meet with senior executives, and hear from veterans who work at the airport.</p>\\r\\n<p>Over 40 members attended the Operation Partnership: Recruit and Retain Military Spouse Talent event which featured how Southwest Airlines and Deloitte are leveraging military spouse talent to meet their workforce needs.</p>\\r\\n<h2>Minority Business Accelerator</h2>\\r\\n<p>Jul. 15: Florida Blue hosted a joint cohort luncheon to discuss how healthcare solutions can help small business leaders maintain their competitive edge. Florida Blue submitted the article <a href=\\\"blog/2022/09/28/uncategorized/maintaining-your-competitive-edge-as-a-minority-owned-business/\\\">&ldquo;Diversity Means Business&rdquo;</a>.</p>\\r\\n<p>13 Applications were received for <a href=\\\"index.php?src=pages&amp;ref=mba\\\">Minority Business Accelerator</a> Cohort &rsquo;24. The selection committee will review those submitted, and in-person presentations with Q&amp;A will be held in October 2022. This is the largest group of applications submitted to date. Industries include: Technology, Construction, Professional Services, Personal Goods/Services, Farming, and Industrial Supplies.</p>\\r\\n<h3>Sponsorship Opportunity</h3>\\r\\n<p>The Minority Empowerment Program (MEP) is an initiative of the Chamber designed to bring Black and Hispanic owned and led businesses and nonprofits into the community conversation through Chamber membership, resulting in a more inclusive environment and approach toward business growth throughout the region.</p>\\r\\n<p>Please reach out to us for more information:</p>\\r\\n<ul>\\r\\n<li><a href=\\\"index.php?src=directory&amp;view=staff&amp;srctype=detail&amp;refno=527&amp;category=Staff\\\">Avril Stinson</a> &ndash; Senior Director, Minority Business Accelerator &amp; Economic Inclusion</li>\\r\\n<li><a href=\\\"index.php?src=directory&amp;view=staff&amp;srctype=detail&amp;refno=539&amp;category=Staff\\\">Staci Fraser</a> &ndash; Senior Director, Investor Relations</li>\\r\\n</ul>\\r\\n<h2>Collegiate Leadership</h2>\\r\\n<p>Chair, Lindsay Grinstead (LT&rsquo;18) and Vice-Chair, Rebecca Arends (Emerge)</p>\\r\\n<p><a href=\\\"pages/collegiate-leadership/\\\">Collegiate Leadership</a> is a program for 24 college students from the University of Tampa, St. Leo University, and the University of South Florida. It mirrors the Leadership Tampa program and allows the college students to explore different career paths, understand how Tampa operates, and hopefully it&rsquo;ll lead to us retaining the amazing talent in Tampa Bay.</p>\\r\\n<p>The 2023 class will begin in October.</p>\\r\\n<p><a href=\\\"forms/collegiate-leadership-application/\\\">Applications for the 2024 class</a> are open and will close on Dec. 5.</p>\\r\\n<h2>Emerging Leaders</h2>\\r\\n<ul>\\r\\n<li>Hosted 6 Group Meetings in Q3</li>\\r\\n<li>Current ELTB membership is 488</li>\\r\\n</ul>\\r\\n<h3>Aspire Program</h3>\\r\\n<p>48 young professionals graduated from the Emerging Leaders of Tampa Bay Aspire Program on Aug. 25. This program is a new initiative for Emerging Leaders in 2022. It is a 4-part training series with a mission to elevate young professionals through education, empowerment, and engagement in order to prepare the next generation of Tampa Bay business leaders to create positive change for the region. The sessions focused on leading teams, leading change, leading communities, and leading up to provide young professionals the skills and confidence to lead in a growing and ever evolving Tampa Bay.</p>\\r\\n<h3>Vision Series</h3>\\r\\n<p>60+ young professionals gathered at Lions Eye Institute to hear from TGH, AdventHealth, and BayCare on the current issues impacting the health of our community. Three main issues were identified: behavioral health, exercise nutrition &amp; weight, and access to health &amp; social services.</p>\\r\\n<h1>Hub For Business</h1>\\r\\n<h2>Membership</h2>\\r\\n<p>The Chamber welcomed 60 new member companies in the third quarter of 2022. Three organizations upgraded their existing membership to become Partner members. Membership retention continues to reflect the value our members place in with 91.8% of our members renewing year to date. We strive to reflect the community we support and 25.4% of the total Chamber membership identifies as a business that is Black-owned, Hispanic-owned, Veteran-owned, Woman-owned, or any combination of these classifications.</p>\\r\\n<h3>Ambassador Committee</h3>\\r\\n<p>Chamber Ambassadors connect with first year members to offer their expertise and to help ensure that they are finding ways to make the most of their Chamber membership. &ldquo;Thank you for Your Membership&rdquo; gift bags were delivered to members celebrating their One-Year and Five-Year Chamber anniversaries. Ambassadors celebrated Ribbon Cutting celebrations with 12 members all throughout Tampa Bay.</p>\\r\\n<h3>Community Outreach Committee</h3>\\r\\n<p>The committee worked with the Hillsborough Education Foundation to help sort, inventory, and box supplies for the Teachers Supply and Resource Center. In addition to sorting, our volunteers itemized 37 boxes of supplies ranging from pencils to backpacks.</p>\\r\\n<h2>Leadership Tampa</h2>\\r\\n<h3>Class of 2022</h3>\\r\\n<ul>\\r\\n<li>Chair, Amanda Uliano (LT&rsquo;13) and Vice Chair, Mark Colvenbach (LT&rsquo;12)</li>\\r\\n<li>The <a href=\\\"https://tbbwmag.com/2022/06/02/tampa-bay-chamber-celebrates-the-leadership-tampa-class-of-2022-photos/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">2022 class graduated</a> Jun. 1.</li>\\r\\n</ul>\\r\\n<h3>Class of 2023</h3>\\r\\n<ul>\\r\\n<li>Chair Mark Colvenbach, The University of Tampa (LT&rsquo;12) and Vice-Chair Terrie Daniels, Cardinal Consulting Group (LT&rsquo;20)</li>\\r\\n<li>The <a href=\\\"index.php?src=pages&amp;ref=lt-current-class\\\">2023 Class</a> was announced, and the program kicked off in September.</li>\\r\\n</ul>\\r\\n<h2>Leadership Tampa Alumni</h2>\\r\\n<ul>\\r\\n<li>Committee Meetings in Q3 &ndash; 12</li>\\r\\n<li>Current LTA membership is 541</li>\\r\\n</ul>\\r\\n<p>LTA members joined us at the Conversations with Influence event featuring Chief Barbara Tripp Sep. 22 at the Centre Club.</p>\\r\\n<p>LT Grads joined us for the LTA Reunion on Aug. 18 to connect with their classmates and make new connections.</p>\\r\\n<h2>Events</h2>\\r\\n<p>Hosted attendees at events across Tampa Bay in person and virtually.</p>\\r\\n<ul>\\r\\n<li>Q3 Jul. 1 - Sep. 30: 2,900+</li>\\r\\n<li>YTD: 5,500+</li>\\r\\n</ul>\\r\\n<h3>Business Around the Bay</h3>\\r\\n<p>This bi-monthly event is sponsored by BMO Harris. In July and August, Carlos Echeverry, led the discussion on the current work environment and some of the challenges and opportunities being faced. Workforce challenges led with lively conversation and solutions surrounding finding and retaining good talent, followed by Workforce Housing and Transportation. This program format is for our top-tier leaders and Board members to connect, provide insights and exchange ideas as we work to move forward together.</p>\\r\\n<h3>Member Orientation</h3>\\r\\n<p>This important overview helps new members learn how to make the most of their Chamber membership. With time to network and meet Chamber staff and other members, 36 new members attended our August event.</p>\\r\\n<h3>Get Connected</h3>\\r\\n<p>Hosted by Empire Office, 35 members joined us in August for a morning of facilitated networking. A diverse mix of member companies and businesses networked and presented their two-minute pitch in small groups to each other over the course of the morning.</p>\\r\\n<h3>Coffee Connection</h3>\\r\\n<p>This Ambassador led networking event was held at the Chamber in September and hosted a record breaking 59 members.</p>\\r\\n<h3>Cannon Fire &amp; Cocktails</h3>\\r\\n<p>On Aug. 30, more than 550 attendees joined together at Armature Works to celebrate the Bucs' season preview with Tampa Bay Buccaneers Owner/Co-Chairman Bryan Glazer, General Manager Jason Licht, Head Coach Todd Bowles, and Quarterback Tom Brady. The conversation was moderated by Casey Phillips, Tampa Bay Buccaneers Team Reporter. During the reception preceding the panel, guests were able to enjoy cocktails and hors d'oeuvres, network with other Tampa Bay community members and hang out with the Buccaneers cheerleaders and mascot, Captain Fear!</p>\\r\\n<h2>Upcoming Signature Events</h2>\\r\\n<p><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=2997&amp;category=Small%20Business%20of%20the%20Year\\\"><img src=\\\"clientuploads/blog/2022/eview-SBOY_2022.jpg\\\" /></a></p>\\r\\n<h4><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=2997&amp;category=Small%20Business%20of%20the%20Year\\\">42nd Annual Small Business of the Year Awards</a></h4>\\r\\n<p><strong>Rescheduled</strong></p>\\r\\n<p>Nov. 9</p>\\r\\n<p>6:00&nbsp;&ndash; 8:30 p.m.</p>\\r\\n<p>Armature Works</p>\\r\\n<p><a class=\\\"button primary\\\" href=\\\"pages/sponsorship-opportunities/#signature\\\">Sponsorship Opportunities</a></p>\\r\\n<p><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=3064&amp;category=Annual%20Meeting\\\"><img src=\\\"clientuploads/blog/2022/eview-eflyer-Ann_Mtg-2022.jpg\\\" /></a></p>\\r\\n<h4><a href=\\\"index.php?src=events&amp;srctype=detail&amp;refno=3064&amp;category=Annual%20Meeting\\\">137th Annual Meeting</a></h4>\\r\\n<p>Dec. 1</p>\\r\\n<p>11:00 a.m.&nbsp;&ndash; 1:30 p.m.</p>\\r\\n<p>Tampa Convention Center</p>\\r\\n<p>Registration for Annual Meeting will close on Nov. 29, prior to Thanksgiving. Registration will not be accepted after this date.</p>\\r\\n<p><a class=\\\"button primary\\\" href=\\\"pages/sponsorship-opportunities/#signature\\\">Sponsorship Opportunities</a></p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-07 00:00:00\",\n      \"tags\": [\n        \"Report\"\n      ]\n    },\n    {\n      \"id\": \"4465\",\n      \"title\": \"#LTAFamous: Wyatt Castellvi\",\n      \"blurb\": \"\",\n      \"category\": \"Leadership Tampa Alumni\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<p>&nbsp;</p>\\r\\n<ol>\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>Tell us, why LTA?</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;Provides a way to not only stay connected to my LT 19&rsquo; class but facilitates the ability to stay connected with all Leadership Tampa Alumni. Offering resources and programs that creates a common thread with other elite professionals and community leaders.</span></p>\\r\\n<ol start=\\\"2\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>For you, what separates LTA from other business leadership programs?&nbsp;</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;I think for starters is the caliber of people that are affiliated with the program. Additionally, there is a certain prominence that comes with the LT and LTA organizations, which creates a sense of pride that in my opinion other programs lack.</span></p>\\r\\n<ol start=\\\"3\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; </span><b>&nbsp;</b><b>Describe a time when the LTA experience impacted your life or career?</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;One example is my recent acceptance to the Board of Directors for the Humane Society of Tampa Bay. I began to serve the board in January of this year. As I navigate ways to impact the organization and do my part, my LTA connections have been a great resource for spreading the good word about all the wonderful work the organization does.</span></p>\\r\\n<ol start=\\\"4\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>What is a LTA benefit you wish everyone knew about?&nbsp;</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;I think it comes down to the quality of the people and the organizations they work for or a part of. I think people don&rsquo;t realize how many of our community leaders are LTA</span></p>\\r\\n<ol start=\\\"5\\\">\\r\\n<li><span style=\\\"font-weight: 400;\\\"> &nbsp; &nbsp; </span><b>Describe how the leadership journey will continue to shape you?</b></li>\\r\\n</ol>\\r\\n<p><span style=\\\"font-weight: 400;\\\">&nbsp;As I continue to grow my company, my plan is to continue to grow my philanthropic efforts. My goal is to impact my community is the most positive way I can. It requires fine leadership skills to grow an organization and I think those skills prove valuable as you begin to branch out into other areas where leadership matters.</span></p>\\r\\n<p>&nbsp;</p>\\r\\n<p><span style=\\\"font-weight: 400;\\\"><b>Nominate an LTA member from your LT Class to feature an upcoming #LTA Famous feature</b><b>: Laura Frost&nbsp;lfrost@usf.edu</b></span></p>\",\n      \"userid\": \"Laura Frost\",\n      \"release_date\": \"2022-10-06 00:00:00\",\n      \"tags\": [\n        \"Leadership Tampa Alumni\"\n      ]\n    },\n    {\n      \"id\": \"4466\",\n      \"title\": \"Tampa Bay Chamber Releases Candidate Interview Videos 2022\",\n      \"blurb\": \"\",\n      \"category\": \"Press Releases\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<p>In alignment with the Tampa Bay Chamber&rsquo;s Vision 2026 plan, local candidate interviews were conducted and filmed to inform voters on where candidates stand on issues important to the Tampa Bay business community.&nbsp; Each candidate who qualified with one of the Hillsborough, Pasco or Pinellas County Supervisor of Elections office received an invitation to participate in the 2022 Candidate Interviews.</p>\\r\\n<p>The Tampa Bay Chamber started the Candidate Interview Series in 2018 with candidates in Hillsborough County. In 2020, in alignment with the Chamber&rsquo;s new regional outlook, they opened the Candidate Interviews for the primary election to all three counties. &nbsp;</p>\\r\\n<p>Candidates in the following races participated:</p>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>&nbsp;Candidates for Hillsborough County Commission District 7:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Commissioner Kimberley Overman</p>\\r\\n<p>&nbsp; &nbsp; &nbsp;Joshua Wostal</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp;Moderated by Matt Blair, Corcoran Partners</em></p>\\r\\n<ul style=\\\"list-style-type: square;\\\">\\r\\n<li>Topics included: Public/Private Partnerships, Equity, Transportation, Baseball as Economic Development, Housing</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Florida House District 65:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Jen McDonald</p>\\r\\n<p>&nbsp; &nbsp; &nbsp;Karen Gonzales Pittman</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp; Moderated by Melanie Brown, Co-Chair of the Chamber&rsquo;s Policy Advisory Committee</em></p>\\r\\n<ul>\\r\\n<li>Topics included: Home Rule, Property Insurance, Housing, School Funding, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Florida Senate District 18:</li>\\r\\n</ul>\\r\\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Representative Nick DiCeglie</p>\\r\\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Eunic Ortiz</p>\\r\\n<p><em>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Moderated by Rebecca Arends, Co-Chair of the Chamber&rsquo;s Policy Council</em></p>\\r\\n<ul>\\r\\n<li>Topics include: Home Rule, Property Insurance, Housing, School Funding, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Florida Senate District 21:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp; Senator Ed Hooper</p>\\r\\n<p>&nbsp; &nbsp; &nbsp; &nbsp;Amaro L&iacute;onheart</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp; Moderated by Rebecca Arends, Co-Chair of the Chamber&rsquo;s Policy Council</em></p>\\r\\n<ul>\\r\\n<li>Topics included: Home Rule, Property Insurance, Housing, School Funding, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for Pinellas County School Board District 6:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Brian Martin</p>\\r\\n<p>&nbsp; &nbsp; &nbsp;Stephanie Meyer</p>\\r\\n<p><em>&nbsp; &nbsp; &nbsp;Moderated by Matt Blair, Corcoran Partners</em></p>\\r\\n<ul>\\r\\n<li>Topics included: Superintendent Relations, School/Business Partnerships, Strategic Planning, Students with Disabilities, Equity, Technology, Staff Recruitment</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<ul>\\r\\n<li>Candidates for U.S. Congress - District 13:</li>\\r\\n</ul>\\r\\n<p>&nbsp; &nbsp; &nbsp;Eric Lynn</p>\\r\\n<p>&nbsp; &nbsp; Moderated by Nicholas Glover, Tampa Bay Chamber&rsquo;s Vice President of Advocacy</p>\\r\\n<ul>\\r\\n<li>Topics include: Workforce Development, Civil Discourse, Bipartisanship, Housing, Inflation, Chamber Involvement, Business Climate</li>\\r\\n</ul>\\r\\n<p>&nbsp;</p>\\r\\n<p>The candidate interviews covered jobs, home rule, transportation, equity, housing, economic development, the budget, healthcare, technology, and other critical issues for each of the specific races.</p>\\r\\n<p>Several interviews were also scheduled and planned for last week but were cancelled due to Hurricane Ian. Any interviews that are able to be rescheduled will be added to the candidate interview page linked below.</p>\\r\\n<p>The Tampa Bay Chamber is non-partisan and does not endorse candidates. The videos were edited for production quality only and candidates&rsquo; responses were not altered. To view the videos, please visit: <a href=\\\"pages/candidate-interviews/\\\">https://www.tampabaychamber.com/pages/candidate-interviews/</a></p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-06 00:00:00\",\n      \"tags\": [\n        \"Policy & Advocacy\",\n        \"Press Release\"\n      ]\n    },\n    {\n      \"id\": \"4464\",\n      \"title\": \"Hillsborough’s Business Partners Support County’s Transportation Referendum\",\n      \"blurb\": \"\",\n      \"category\": \"Press Releases\",\n      \"blog\": \"<p>&nbsp;</p>\\r\\n<p>The Tampa Bay Chamber&rsquo;s Board of Directors voted unanimously to support the 1% Transportation Sales Surtax.</p>\\r\\n<p>The proposed 1% Transportation Sales Surtax Referendum would go about half towards investing in roads and safety and the other half in expanding transit options. Improvements focused on investing in roads and safety include reducing congestion with computerized traffic lights, improving intersections and roads, fixing potholes and resurfacing streets, and providing new walking and biking options. The expanded transit options would create express routes to connect commuters, have a more efficient neighborhood bus service, and provide service to over 100,000 seniors and disabled citizens.</p>\\r\\n<p>&ldquo;The Tampa Bay Chamber is passionate about supporting this referendum because transportation systems that are adequately funded provide&nbsp;economic and social opportunities and benefits&nbsp;that result in positive multiplier effects such as better accessibility to markets, employment, and additional investments,&rdquo; said Dr. Bob Rohrlack, President and CEO at the Tampa Bay Chamber.</p>\\r\\n<p>Business leaders in the community see this transportation tax referendum as the first step in the right direction towards finding transportation solutions in a county that has had its fair share of growing pains when it comes to finding public transit options.</p>\\r\\n<p>&ldquo;The South Tampa Chamber supports the referendum because we believe that the business community benefits greatly from the productivity gained from access to the County&rsquo;s broader labor market,&rdquo; said Kelly Flannery, President, and CEO of the South Tampa Chamber of Commerce.</p>\\r\\n<p>&ldquo;Reduced traffic leads to cost savings associated with worker wages and reliability,&rdquo; said Lee Bell, President, and CEO of the Ybor City Chamber of Commerce.</p>\\r\\n<p>Community partners such as the Tampa Downtown Partnership, Westshore Alliance, and Tampa Bay LGBT Chamber also support the referendum.</p>\\r\\n<p>&ldquo;As a diligent steward of Downtown Tampa and its stakeholders, our organization believes that increased investment in transportation initiatives will improve the quality of life in our community and encourage physical as well as economic development,&rdquo; said Lynda Remund, President, and CEO of the Tampa Downtown Partnership.</p>\\r\\n<p>&ldquo;This referendum will provide Hillsborough County families and businesses the transportation options they need to be successful and supports the betterment of our entire community,&rdquo; said Michael Maurino, Executive Director of the Westshore Alliance. Tampa Bay LGBT Chamber President &amp; CEO, Justice Gennari, echoed &ldquo;our members benefit directly from enhanced transportation planning. Greater pedestrian and cycling activity increases hospitality and retail sector performance.&rdquo;</p>\\r\\n<p>The referendum provides the framework and funding for the community to build and develop a robust transportation system that would relieve rush hour bottlenecks, enhance bus services, and expand public transit options while providing a significantly improved transportation network in the cities of Plant City, Tampa, Temple Terrace, and throughout all of Hillsborough County.</p>\\r\\n<p>&nbsp;<img src=\\\"clientuploads/blog/2022/1.png\\\" /></p>\\r\\n<p>&nbsp;</p>\\r\\n<p>&nbsp;</p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-05 00:00:00\",\n      \"tags\": [\n        \"Policy & Advocacy\",\n        \"Press Release\",\n        \"Transportation\"\n      ]\n    },\n    {\n      \"id\": \"4461\",\n      \"title\": \"Member News 10/3\",\n      \"blurb\": \"\",\n      \"category\": \"Member News\",\n      \"blog\": \"<h2>Member News</h2>\\r\\n<p><a href=\\\"https://mediaconnect.app.medcity.net/sharevideo/4c8cf9df-d8b0-4f9c-a233-8c9650649110\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">HCA Florida South Tampa Hospital</a> observes Thyroid Cancer Awareness Month in September 2022<br /><br /></p>\\r\\n<h2>Member Events</h2>\\r\\n<ul>\\r\\n<li><a href=\\\"clientuploads/blog/2022/October_Feast_Flyer.pdf\\\">October 1-8, 2022</a>: OktoberFEAST</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/October_Feast_Happy_Hour.pdf\\\">October 6, 2022</a>: OktoberFEAST Happy Hour</li>\\r\\n<li><a href=\\\"https://sofmissions.networkforgood.com/events/44778-4th-annual-tampa-social\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 8, 2022</a>: SOF Missions 4th Annual Tampa Social</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 9, 2022</a>: Cypress Hill</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 13, 2022</a>: Matt Fraser</li>\\r\\n<li><a href=\\\"http://Moffitt.org/LadiesNight\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 13, 2022</a>: Moffitt Cancer Center's Ladies Night</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/2022_Pumpkin_Patch_Fall_Festival_-_Full_Page_Ad.pdf\\\">October 15, 2022</a>: Watermelon Swim Annual Pumpkin Patch and Fall Festival</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 16, 2022</a>: Trace Adkins</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 21, 2022</a>: Amos Lee with slimdan</li>\\r\\n<li><a href=\\\"clientuploads/blog/2022/Gala_Sponsor.pdf\\\">October 27, 2022</a>: CDC 30th Anniversary Gala</li>\\r\\n<li><a href=\\\"https://www.eventbrite.com/e/conversation-with-a-ceo-lauren-weiner-tickets-391777034657\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 27, 2022</a>: Conversation with a CEO: Lauren Weiner</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 28, 2022</a>: Demi Lovato</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">October 29, 2022</a>: Monster's Ball&nbsp;</li>\\r\\n<li><a href=\\\"https://landrykling.rezmagic.com/Booking/Reservation/Start?tripID=4330&amp;pid=1&amp;accesscode=lk345\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 12-17, 2022</a>:&nbsp;Voyage of Empowerment Presented by Alternative Wealth Partners</li>\\r\\n<li><a href=\\\"https://www.ticketmaster.com/event/0D005C9B1CDBFA40?CAMEFROM=CFC_TAMPA_HARDROCK_PR_RELEASE_FOREIGNER\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 15, 2022</a>: Foreigner: The Greatest Hits&nbsp;</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">November 17, 2022</a>: Chelsea Handler</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 1, 2022</a>: Brett Young</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 7, 2022</a>: Hard Rock Event Center Hosting US 103.5 Country Jam to Benefit St. Jude Children's Research Hospital</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 9, 2022</a>:&nbsp;Jason Bonham&rsquo;s Led Zeppelin Evening</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 15, 2022</a>: George Lopez: OMG Hi! Comedy Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">December 18, 2022</a>: Ron White</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">January 19, 2023</a>: TESLA</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">January 25, 2023</a>: Alter Bridge - Pawns &amp; Kings Tour</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/events#d_venue=Hard%20Rock%20Event%20Center\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">January 29, 2023</a>: Russell Peters</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">February 16, 2023</a>: Sir Rod Stewart</li>\\r\\n<li><a href=\\\"https://www.seminolehardrocktampa.com/entertainment\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">March 23, 2023</a>: Michael Bolton</li>\\r\\n</ul>\\r\\n<h2>Job Openings</h2>\\r\\n<ul>\\r\\n<li><strong>Children's Dream Fund&nbsp;</strong><a href=\\\"https://childrensdreamfund.org/were-hiring-a-special-event-manager/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Special Event Manager</a></li>\\r\\n<li><strong>Feeding Tampa Bay</strong>&nbsp;<a href=\\\"https://recruiting.paylocity.com/Recruiting/Jobs/Details/1200749\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Major Gifts Officer</a></li>\\r\\n<li><strong>Haneke Design</strong>&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/project-manager-2/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Project Manager</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/product-strategist-analyst/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Product Strategist/Analyst</a>;&nbsp;<a href=\\\"https://www.hanekedesign.com/careers/dot-net-developer/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">.NET Developer</a></li>\\r\\n<li><strong>Imperium Data Networks</strong>&nbsp;<a href=\\\"clientuploads/blog/2022/Imperium_Data_l_Business_Development_Executive_l_Job_Posting.pdf\\\">Business Development Executive</a></li>\\r\\n<li><strong>Wise Walk Virtual Solutions&nbsp;</strong><a href=\\\"https://wisewalk.wufoo.com/forms/z1kx7huo0gt7bou/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Virtual Assistants</a></li>\\r\\n</ul>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-03 08:00:00\",\n      \"tags\": [\n        \"Member News\"\n      ]\n    },\n    {\n      \"id\": \"4463\",\n      \"title\": \"MBA Impact Report Quarter 2 2022\",\n      \"blurb\": \"<p>2022 Quarter 2 Impact Metrics and Cohort Updates for Cohorts 2022 and 2023.</p>\",\n      \"category\": \"Reports\",\n      \"blog\": \"<p><a href=\\\"clientuploads/epubs/MBA/Impact_Report_2022q2.pdf\\\" class=\\\"button primary\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Download This Report</a></p>\\r\\n<h2>Impact Metrics</h2>\\r\\n<p>The <a href=\\\"index.php?src=pages&amp;ref=mba\\\">Minority Business Accelerator</a> measures the progress of its participants by tracking key metrics such as jobs created, capital received, assets acquired, strategic introductions made and new corporate contacts. The numbers are self-reported by all of the businesses in the cohort on a quarterly basis.</p>\\r\\n<table style=\\\"width: 1412px;\\\">\\r\\n<tbody>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>321</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Current Employees</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>$8.1M</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Gross Sales</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>50</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">New Jobs Created</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>98</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Vacancies Filled</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>60</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">New Corporate Contracts</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>$906k</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Company Secured Capital</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>$294k</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">New Assets Acquired</td>\\r\\n</tr>\\r\\n<tr>\\r\\n<td style=\\\"font-size: 2em; width: 324px;\\\"><strong>19</strong></td>\\r\\n<td style=\\\"width: 1087px;\\\">Strategic Introductions Made</td>\\r\\n</tr>\\r\\n</tbody>\\r\\n</table>\\r\\n<p><em>Does not include metrics from Cablelytics.</em></p>\\r\\n<h3>Programs</h3>\\r\\n<h4>Apr. 8 &ndash; MBA Joint Cohort Session #3: Doing Business With: Hillsborough County</h4>\\r\\n<p><strong>Subject Matter Expert</strong></p>\\r\\n<ul>\\r\\n<li>Robyn Donaldson, CEO, Renew Construction Services, 2022 MEP Participant</li>\\r\\n</ul>\\r\\n<h4>May 13 &ndash; MBA Cohorts Joint Session #4: How Leaders Build Successful Company Culture</h4>\\r\\n<p><strong>Subject Matter Expert</strong></p>\\r\\n<ul>\\r\\n<li>Dr. Michael Broom, Center for Human Systems</li>\\r\\n</ul>\\r\\n<h4>Jun. 3 &ndash; MBA Cohort &rsquo;22 Session #5 &ndash; Lending/Finance</h4>\\r\\n<p><strong>Subject Matter Experts</strong></p>\\r\\n<ul>\\r\\n<li>Daniel Martinez, FBDC</li>\\r\\n<li>Cedric Hall, FBDC</li>\\r\\n<li>John McCabe, Customers Bank</li>\\r\\n</ul>\\r\\n<h4>Jun. 3 &ndash; MBA Cohort &lsquo;23 Session #5 - Employment Law/Insurance</h4>\\r\\n<p><strong>Subject Matter Experts</strong></p>\\r\\n<ul>\\r\\n<li>Terin Cremer, Esq.</li>\\r\\n<li>Barbas Cremer, PLLC</li>\\r\\n<li>Jeff Chernoff, Insurance &amp; Trust, Inc.</li>\\r\\n</ul>\\r\\n<h3>Events</h3>\\r\\n<h4>Jun. 22</h4>\\r\\n<p>JP Morgan Private Bank hosted the kickoff event for the Minority Business Accelerator Alumni Group at 7th + Grove</p>\\r\\n<h4>Aug. 11</h4>\\r\\n<div class=\\\"page\\\">\\r\\n<div class=\\\"section\\\">\\r\\n<div class=\\\"layoutArea\\\">\\r\\n<div class=\\\"column\\\">\\r\\n<p>Quarterly Leadership Advisory Council meeting</p>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n</div>\\r\\n<h2>Cohort 2022 Member Highlights</h2>\\r\\n<div style=\\\"display: inline-block; padding-right: 20px; width: 200px; vertical-align: top;\\\">\\r\\n<p><img src=\\\"clientuploads/directory/staff/Mateos,_Derek.jpg\\\" /></p>\\r\\n<p><strong>Cohort 2022 Co-Chair</strong><br />Derek Mateos<br />President<br />Matcon Construction Services</p>\\r\\n</div>\\r\\n<div style=\\\"display: inline-block; padding-right: 20px; width: 200px; vertical-align: top;\\\">\\r\\n<p><img src=\\\"clientuploads/directory/staff/Mateos,_Marynes.jpg\\\" /></p>\\r\\n<p><strong>Cohort 2022 Co-Chair</strong><br />Marynes Mateos<br />Managing Director<br />Matcon Construction Services</p>\\r\\n</div>\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Best_Employment_Solutions.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Best Employment SoluTions</h3>\\r\\n<p>&ldquo;Quarter 2 is typically the slowest quarter regarding staffing and client needs. Therefore, our primary focus at the beginning of this quarter was to streamline our billing and collections process. We used the beginning of the quarter to create processes that protected our revenue from slow pay and no pay clients. This quarter showed a slight decrease in client needs; however, the end of the quarter has shown that quarter 3 will be a larger quarter.</p>\\r\\n<p>...we would like to thank our mentor David Cross for guidance on relationship building, process development, and revenue generation. Our appreciation for Ms. Avril, the Chamber, and the accelerator program cannot be put into words. The combination of knowledge, wisdom, partnership, and opportunity is truly helping us fulfill and deliver on everything our name represents, which is being the BEST.&rdquo; &ndash; Corey Rolfe</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/eSmart_Recycling.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />eSmart Recycling</h3>\\r\\n<p>Tony was accepted into Stanford&rsquo;s Latino Entrepreneurship Initiative (SLEI), a 7-week immersive program providing Latino business owners with education, enhanced networks, personal mentorship, and a better understanding of how to access and manage capital to scale their businesses.</p>\\r\\n<h4>In The News</h4>\\r\\n<p>eSmart Recycling was featured on Suncoast news for their partnership with Pace Center for Girls&rsquo; Pasco and Polk centers to donate 20 refurbished computer workstations. Tony Selvaggio was featured on Recycling International as one of 10 new &ldquo;global innovators.&rdquo;</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Home_Helpers_Health_Care.png\\\" width=\\\"200\\\" height=\\\"150\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Homehelpers Homecare</h3>\\r\\n<p>&ldquo;The first MBA Alumni networking event was fantastic. Lots of great connections with other members &ndash; excellent event.&rdquo; &ndash; Ursella Slusher</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Integrated_Security_Consultants.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Integrated Security Consultants</h3>\\r\\n<p>ISC secured a contract with Hillsborough County Public Schools (HCPS) to provide cameras in 32 schools. ISC was also one of two companies to win a RFP for supplying all security equipment to Hillsborough County Public Schools on a multi-year contract that should be worth several million dollars. ISC has submitted a bid to supply access control and intercom systems to all 240 HCPS schools and that project will start in 3rd quarter of 2022.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Livy_Os.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Livy O&rsquo;s</h3>\\r\\n<p>Lennise and Omar Germany, Founders of Livy O&rsquo;s, launched a new enterprise called Couples Building Business. This networking group is designed to empower unity while building wealth for generations to come.</p>\\r\\n<h4>In The News</h4>\\r\\n<p>Livy O&rsquo;s was featured on the USF Newsroom and ABC Action News for winning a contract with Aramark to be a part of Local Restaurant Row &ndash; a program which brings local minority and women-owned vendors to advertise their restaurant concept and food at the USF Marshall Student Center.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/One_Day_Came.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />One Day Came Inc.</h3>\\r\\n<p>David graduated from the Build with Us @ Suffolk program, which gives small businesses access to Suffolk and community subject matter experts so they can develop the skills and qualifications needed to scale up and work with large general contractors.</p>\\r\\n<p>One Day Came Inc. acquired one new company car this quarter.</p>\\r\\n<h4>In the News</h4>\\r\\n<p>David authored an article on Florida Trend about his trip to Washington D.C. with the Goldman Sachs 10,000 Small Business Program. He was also featured on several media outlets, including Florida Trend Magazine, NBC News, CBS News, and Bay News 9.</p>\\r\\n<p>One Day Came Inc. was selected as one of the 2022 USF Fast 56 winners to be honored at the Fast 56 Awards on September 9th!</p>\\r\\n<hr />\\r\\n<h2>Cohort 2023 Member Highlights</h2>\\r\\n<div style=\\\"display: inline-block; padding-right: 20px; width: 200px; vertical-align: top;\\\">\\r\\n<p><img src=\\\"clientuploads/directory/staff/Hardwick,_Lorena.jpg\\\" /></p>\\r\\n<p><strong>Cohort 2023 Co-Chair</strong><br />Lorena Hardwick<br />Federal Government Relations Manager<br />BayCare</p>\\r\\n</div>\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Cablelytics.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Cablelytics</h3>\\r\\n<p>Cablelytics hired a Media and Marketing Coordinator &ndash; Keyara McNeil &ndash; who will be responsible for managing the company&rsquo;s social media accounts as well as their website, email, and print media. Keyara will also track and respond to bid solicitations and manage the company&rsquo;s CRM system. Keyara is a 2022 graduate of the University of South Florida and holds a bachelor&rsquo;s degree in marketing.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Ceiba.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Ceiba LTD.</h3>\\r\\n<p>&ldquo;Got paired with another professional mentor and am excited!&rdquo; &ndash; John Diaz</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/M&amp;G_Janitorial.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />M&amp;G Janitorial Services</h3>\\r\\n<p>M&amp;G was awarded three final cleaning contracts this quarter.</p>\\r\\n<p>&ldquo;After discussion with MBA mentor, created a spreadsheet with a draft P&amp;L, including the revenue and expenses for years 2018-2020, and added a revenue forecast (which mentor provided) for 2021-2024.&rdquo; &ndash; Max Volmar Jr.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Mijan_Constructions.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Mijan Constructions</h3>\\r\\n<p>Mijan Constructions secured two new contracts this quarter.</p>\\r\\n<p>Charles graduated from the Build with Us @ Suffolk program, which gives small businesses access to Suffolk and community subject matter experts so they can develop the skills and qualifications needed to scale up and work with large general contractors.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Ortega_Custom_Cabinets.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Ortega Custom Cabinets</h3>\\r\\n<p>Ortega Custom Cabinets received an Economic Injury Disaster Loan (EIDL) approval of $301,700.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Power_Civil_Construction_Services.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Power Civil Construction Services</h3>\\r\\n<p>Kalvin connected with Terin Cremer (presenter from Session 5 &ndash; Employment Law and Insurance) for daily rate employee guidance. He is also working with his banking mentor, Danny McDonald, on a building purchase loan and his business mentor, Jay Malone, on creating a Gantt chart.</p>\\r\\n<hr />\\r\\n<h3><img style=\\\"float: right;\\\" src=\\\"clientuploads/directory/sponsors/Scopeshield.png\\\" align=\\\"right\\\" hspace=\\\"10\\\" vspace=\\\"10\\\" />Scopeshield, Inc.</h3>\\r\\n<hr />\\r\\n<p><a href=\\\"clientuploads/epubs/MBA/Impact_Report_2022q2.pdf\\\" class=\\\"button primary\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">Download This Report</a></p>\",\n      \"userid\": \"Tampa Bay Chamber\",\n      \"release_date\": \"2022-10-03 00:00:00\",\n      \"tags\": [\n        \"MBA Report\",\n        \"Report\"\n      ]\n    }\n  ]\n}"}],"_postman_id":"2af85b87-0388-4003-af1b-a42bb1639d57"},{"name":"blog.getTagsByQuery","id":"4869ab47-d64b-4637-a801-99ad0fd186cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/blog.getTagsByQuery","description":"<p>Returns all tags attached to blogs that match the parameters of the query (dataset matches findAll).</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>limit - the number of results to limit to (default 25, max 100)</li>\n<li>sortBy - Object</li>\n</ul>\n<p>RESPONSE</p>\n<p>An array of all tags</p>\n","urlObject":{"path":["blog.getTagsByQuery"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"8609728c-cf0f-41ea-a182-6b676c37c2dd","name":"Limit results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/blog.getTagsByQuery?limit=200","host":["https://devstage.accrisoft.com/api/web"],"path":["blog.getTagsByQuery"],"query":[{"key":"limit","value":"200"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:11:35 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"742","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"message\": \"200\",\n  \"data\": [\n    \"Ambassadors\",\n    \"Annual Meeting\",\n    \"Award\",\n    \"Benchmarking\",\n    \"Business Development\",\n    \"Chamber Job\",\n    \"Collegiate Leadership\",\n    \"Collegiate Leadership Tampa Bay\",\n    \"Community Support\",\n    \"Diversity Equity & Inclusion\",\n    \"Emerging Leaders of Tampa Bay\",\n    \"Employment\",\n    \"Leadership Tampa\",\n    \"Leadership Tampa Alumni\",\n    \"MBA Report\",\n    \"Member News\",\n    \"Membership\",\n    \"Member Spotlight\",\n    \"military\",\n    \"Minority Business Accelerator\",\n    \"Networking\",\n    \"Policy & Advocacy\",\n    \"Press Release\",\n    \"Professional Development\",\n    \"Report\",\n    \"SBOY\",\n    \"SBOY Winner\",\n    \"Transportation\",\n    \"Womens Initiatives\",\n    \"Workforce Development\"\n  ]\n}"},{"id":"3ec926ae-0029-4861-9d91-db17d0abed36","name":"Sort results by release_date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/blog.getTagsByQuery?sortBy={\"release_date\":\"DESC\"}","host":["https://devstage.accrisoft.com/api/web"],"path":["blog.getTagsByQuery"],"query":[{"key":"sortBy","value":"{\"release_date\":\"DESC\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:12:21 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"910","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=99","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"ok\",\n  \"message\": \"200\",\n  \"data\": [\n    \"Ambassadors\",\n    \"Annual Meeting\",\n    \"Award\",\n    \"Benchmarking\",\n    \"Business Development\",\n    \"Chamber Job\",\n    \"Collegiate Leadership\",\n    \"Collegiate Leadership Tampa Bay\",\n    \"Community Support\",\n    \"Diversity Equity & Inclusion\",\n    \"Emerging Leaders of Tampa Bay\",\n    \"Employment\",\n    \"Leadership Tampa\",\n    \"Leadership Tampa Alumni\",\n    \"MBA Report\",\n    \"Member News\",\n    \"Membership\",\n    \"Member Spotlight\",\n    \"military\",\n    \"Minority Business Accelerator\",\n    \"Networking\",\n    \"Policy & Advocacy\",\n    \"Press Release\",\n    \"Professional Development\",\n    \"Report\",\n    \"SBOY\",\n    \"SBOY Winner\",\n    \"Transportation\",\n    \"Womens Initiatives\",\n    \"Workforce Development\"\n  ]\n}"}],"_postman_id":"4869ab47-d64b-4637-a801-99ad0fd186cf"}],"id":"dad387fe-e54a-41b0-ac82-8510932f6393","_postman_id":"dad387fe-e54a-41b0-ac82-8510932f6393","description":""},{"name":"Directory","item":[{"name":"directoryItem.findAll","id":"c23ff7d4-e44d-451d-8a85-bf1a1f576b5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/directoryItem.findAll?where={\"type\":\"value\"}","description":"<p>Finds all active and visible directory items from a chosen custom directory</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>type - string [required]</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array of Directory Items in the following template</p>\n<ul>\n<li><p>id - directory item ID</p>\n</li>\n<li><p>parent_id - id of top level item from other module (event, program, etc..)</p>\n</li>\n<li><p>type - directory name</p>\n</li>\n<li><p>display_name - directory item display name</p>\n</li>\n<li><p>name - directory item internal name</p>\n</li>\n<li><p>visible - if item is visible</p>\n</li>\n<li><p>misc0 - misc field 0</p>\n</li>\n<li><p>misc1 - misc field 1</p>\n</li>\n<li><p>misc2 - misc field 2</p>\n</li>\n<li><p>misc3 - misc field 3</p>\n</li>\n<li><p>misc4 - misc field 4</p>\n</li>\n<li><p>misc5 - misc field 5</p>\n</li>\n<li><p>misc6 - misc field 6</p>\n</li>\n<li><p>misc7 - misc field 7</p>\n</li>\n<li><p>misc8 - misc field 8</p>\n</li>\n<li><p>misc9 - misc field 9</p>\n</li>\n</ul>\n","urlObject":{"path":["directoryItem.findAll"],"host":["https://devstage.accrisoft.com/api/web"],"query":[{"key":"where","value":"{\"type\":\"value\"}"}],"variable":[]}},"response":[{"id":"046c3e05-2cba-41f1-8727-717a078b6a8f","name":"Filter by type","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://devstage.accrisoft.com/api/web/directoryItem.findAll?where={\"type\":\"staff\"}","protocol":"https","host":["devstage","accrisoft","com"],"path":["api","web","directoryItem.findAll"],"query":[{"key":"where","value":"{\"type\":\"staff\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Aug 2022 17:14:06 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"217"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"29425\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"Cascade\",\n            \"name\": \"Cascade\",\n            \"visible\": \"yes\",\n            \"misc0\": \"\",\n            \"misc1\": \"\",\n            \"misc2\": \"\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"29426\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"cascade\",\n            \"name\": \"cascade\",\n            \"visible\": \"yes\",\n            \"misc0\": \"\",\n            \"misc1\": \"\",\n            \"misc2\": \"\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"29524\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"marktest\",\n            \"name\": \"marktest\",\n            \"visible\": \"yes\",\n            \"misc0\": \"\",\n            \"misc1\": \"\",\n            \"misc2\": \"\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"30868\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"New Item\",\n            \"name\": \"New Item\",\n            \"visible\": \"yes\",\n            \"misc0\": \"00:00\",\n            \"misc1\": \"test.txt\",\n            \"misc2\": \"17\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        }\n    ]\n}"}],"_postman_id":"c23ff7d4-e44d-451d-8a85-bf1a1f576b5b"},{"name":"directoryItem.findByQuery","id":"6d8141ff-62be-4ed8-8993-12ec42429215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/directoryItem.findByQuery?query=[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"value\"}]&sortBy={\"fieldName\":\"ASC or DESC\"}","description":"<p>Filters active and visible directory items from a within a chosen custom directory allowing for extra filters.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>query - string [required]<br />  Ex: [{\"field\":\"<em>name</em>\", \"operator\":\"eq\", \"value\":\"<em>name</em>\"},{..}]<br />  query can use any of the field names from repsonse</li>\n<li>sortBy - string [optional]</li>\n<li>limit - int [optional]</li>\n<li>offset - int [optional]</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array of Directory Items in the following template</p>\n<ul>\n<li>id - directory item ID</li>\n<li>parent_id - id of top level item from other module (event, program, etc ..)</li>\n<li>type - directory type</li>\n<li>display_name - directory item display name</li>\n<li>name - directory item internal name</li>\n<li>visible - if item is visible</li>\n<li>misc0 - misc field 0</li>\n<li>misc1 - misc field 1</li>\n<li>misc2 - misc field 2</li>\n<li>misc3 - misc field 3</li>\n<li>misc4 - misc field 4</li>\n<li>misc5 - misc field 5</li>\n<li>misc6 - misc field 6</li>\n<li>misc7 - misc field 7</li>\n<li>misc8 - misc field 8</li>\n<li>misc9 - misc field 9</li>\n</ul>\n","urlObject":{"path":["directoryItem.findByQuery"],"host":["https://devstage.accrisoft.com/api/web"],"query":[{"key":"query","value":"[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"value\"}]"},{"key":"sortBy","value":"{\"fieldName\":\"ASC or DESC\"}"}],"variable":[]}},"response":[{"id":"8fb25f08-e725-4eb4-b275-3fbae1e4df2b","name":"Query by type","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://devstage.accrisoft.com/api/web/directoryItem.findByQuery?query=[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"staff\"}]&sortBy={\"display_name\":\"DESC\"}","protocol":"https","host":["devstage","accrisoft","com"],"path":["api","web","directoryItem.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"staff\"}]"},{"key":"sortBy","value":"{\"display_name\":\"DESC\"}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Aug 2022 17:14:06 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"217"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"29425\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"Cascade\",\n            \"name\": \"Cascade\",\n            \"visible\": \"yes\",\n            \"misc0\": \"\",\n            \"misc1\": \"\",\n            \"misc2\": \"\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"29426\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"cascade\",\n            \"name\": \"cascade\",\n            \"visible\": \"yes\",\n            \"misc0\": \"\",\n            \"misc1\": \"\",\n            \"misc2\": \"\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"29524\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"marktest\",\n            \"name\": \"marktest\",\n            \"visible\": \"yes\",\n            \"misc0\": \"\",\n            \"misc1\": \"\",\n            \"misc2\": \"\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"30868\",\n            \"parent_id\": \"0\",\n            \"type\": \"mark\",\n            \"display_name\": \"New Item\",\n            \"name\": \"New Item\",\n            \"visible\": \"yes\",\n            \"misc0\": \"00:00\",\n            \"misc1\": \"test.txt\",\n            \"misc2\": \"17\",\n            \"misc3\": \"\",\n            \"misc4\": \"\",\n            \"misc5\": \"\",\n            \"misc6\": \"\",\n            \"misc7\": \"\",\n            \"misc8\": \"\",\n            \"misc9\": \"\",\n            \"tags\": []\n        }\n    ]\n}"}],"_postman_id":"6d8141ff-62be-4ed8-8993-12ec42429215"},{"name":"directoryItem.count","id":"795c8ed4-e8bf-4f95-85d5-4cfe746f99b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/directoryItem.count?query=[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"director_name\"}]","description":"<p>Returns count of active items based on query criteria.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>query - string [required]<br />  Ex: [{\"field\":\"<em>name</em>\", \"operator\":\"eq\", \"value\":\"<em>name</em>\"},{..}]<br />  query can use any of the field names from repsonse</li>\n</ul>\n<p>RESPONSE</p>\n<p>Count (int)</p>\n","urlObject":{"path":["directoryItem.count"],"host":["https://devstage.accrisoft.com/api/web"],"query":[{"key":"query","value":"[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"director_name\"}]"}],"variable":[]}},"response":[{"id":"b4393594-d134-4446-98f6-1e7e3db91681","name":"Query by type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/directoryItem.count?query=[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"staff\"}]","host":["https://devstage.accrisoft.com/api/web"],"path":["directoryItem.count"],"query":[{"key":"query","value":"[{\"field\":\"type\", \"operator\":\"eq\", \"value\":\"staff\"}]"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"ok\",\r\n    \"message\": \"200\",\r\n    \"data\": \"3\"\r\n}"}],"_postman_id":"795c8ed4-e8bf-4f95-85d5-4cfe746f99b9"}],"id":"7c5b166b-79cb-46cd-ba59-d8fc526ab989","_postman_id":"7c5b166b-79cb-46cd-ba59-d8fc526ab989","description":""},{"name":"Events","item":[{"name":"event.find","id":"2dd54b28-fd5a-4d16-8c82-c07e0d9ea58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/event.find","description":"<p>Finds information about events by id.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>id - int [required]</li>\n</ul>\n<p>RESPONSE</p>\n<p>Event in the following template</p>\n<ul>\n<li>id - event ID</li>\n<li>title - event title</li>\n<li>description - event description</li>\n<li>startDate - event start date</li>\n<li>startTime - event start time</li>\n<li>endDate - event end date</li>\n<li>endTime - event end time</li>\n<li>location - event location name</li>\n<li>address1 - event location address line 1</li>\n<li>address2 - event location address line 2</li>\n<li>city - event location city</li>\n<li>state - event location state</li>\n<li>zip - event location zip code</li>\n<li>country - event location country</li>\n<li>contactName - event contact name</li>\n<li>contactEmail - event contact email</li>\n<li>contactPhone - event contact phone number</li>\n<li>externalURL - event posted web URL</li>\n<li>recurringId - parent id of recurring event series this event belongs to</li>\n<li>tags - array of event tags</li>\n<li>ticket_inventory - global ticket inventory for the event</li>\n</ul>\n","urlObject":{"path":["event.find"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"900b7af2-4e3e-4be4-ac98-56cdb4c282cd","name":"Find Activity with id 18","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.find?id=18","host":["https://devstage.accrisoft.com/api/web"],"path":["event.find"],"query":[{"key":"id","value":"18"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:09:59 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"333","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"id\": \"18\",\n        \"category\": \"Featured\",\n        \"thumbnail\": \"\",\n        \"title\": \"testing\",\n        \"description\": \"\",\n        \"startDate\": \"2016-12-14\",\n        \"startTime\": \"10:00:00\",\n        \"endDate\": \"2022-03-24\",\n        \"endTime\": \"17:00:00\",\n        \"location\": \"Accrisoft\",\n        \"address1\": \"3142 N 22nd St\",\n        \"address2\": \"Unit 1A\",\n        \"city\": \"Sarasota\",\n        \"state\": \"FL\",\n        \"zip\": \"34234-7914\",\n        \"country\": \"United States\",\n        \"contactName\": \"John Smith\",\n        \"contactEmail\": \"johnsmith@gmail.com\",\n        \"contactPhone\": \"9419999999\",\n        \"externalUrl\": \"www.accrisoft.com\",\n        \"recurringId\": \"0\",\n        \"tags\": [\n            \"Testing\"\n        ]\n    }\n}"}],"_postman_id":"2dd54b28-fd5a-4d16-8c82-c07e0d9ea58c"},{"name":"event.findByQuery","id":"50efda3d-5917-4db5-aee1-fbbd99e98a96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/event.findByQuery","description":"<p>Returns all information about events that match the parameters of the query (dataset matches findAll).</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>query - Array<ul>\n<li>field - name of the field to filter by (any response object field)</li>\n<li>operator - operation to filter field by</li>\n<li>value - value to filter field by</li>\n</ul>\n</li>\n<li>limit - the number of results to limit to (default 25, max 100)</li>\n<li>offset - the number of results to skip before returning</li>\n<li>sortBy - Object</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>id - event ID</li>\n<li>title - event title</li>\n<li>description - event description</li>\n<li>startDate - event start date</li>\n<li>startTime - event start time</li>\n<li>endDate - event end date</li>\n<li>endTime - event end time</li>\n<li>location - event location name</li>\n<li>address1 - event location address line 1</li>\n<li>address2 - event location address line 2</li>\n<li>city - event location city</li>\n<li>state - event location state</li>\n<li>zip - event location zip code</li>\n<li>country - event location country</li>\n<li>contactName - event contact name</li>\n<li>contactEmail - event contact email</li>\n<li>contactPhone - event contact phone number</li>\n<li>externalURL - event posted web URL</li>\n<li>recurringId - parent id of recurring event series this event belongs to</li>\n<li>tags - array of event tags</li>\n<li>ticket_inventory - global ticket inventory for the event</li>\n</ul>\n","urlObject":{"path":["event.findByQuery"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"c314b511-9380-4326-bad2-36b0e1ad3b35","name":"Filter by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.findByQuery?query=[{\"field\":\"id\",\"operator\":\"eq\",\"value\":\"18\"}]","host":["https://devstage.accrisoft.com/api/web"],"path":["event.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"eq\",\"value\":\"18\"}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:11:11 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"334","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"18\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"\",\n            \"title\": \"testing\",\n            \"description\": \"\",\n            \"startDate\": \"2016-12-14\",\n            \"startTime\": \"10:00:00\",\n            \"endDate\": \"2022-03-24\",\n            \"endTime\": \"17:00:00\",\n            \"location\": \"Accrisoft\",\n            \"address1\": \"3142 N 22nd St\",\n            \"address2\": \"Unit 1A\",\n            \"city\": \"Sarasota\",\n            \"state\": \"FL\",\n            \"zip\": \"34234-7914\",\n            \"country\": \"United States\",\n            \"contactName\": \"John Smith\",\n            \"contactEmail\": \"johnsmith@gmail.com\",\n            \"contactPhone\": \"9419999999\",\n            \"externalUrl\": \"www.accrisoft.com\",\n            \"recurringId\": \"0\",\n            \"tags\": [\n                \"Testing\"\n            ]\n        }\n    ]\n}"},{"id":"add466b5-37f3-499e-9a50-7c26c4e14ce5","name":"Limit results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.findByQuery?limit=2","host":["https://devstage.accrisoft.com/api/web"],"path":["event.findByQuery"],"query":[{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:11:35 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"742","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"7\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"image2.jpg\",\n            \"title\": \"Consectetur adipiscing elit\",\n            \"description\": \"<p>Aenean a augue ullamcorper dui mollis interdum. Ut metus ipsum, fermentum eu adipiscing a, gravida nec metus. Proin sit amet mauris lacinia, sagittis nisi id, iaculis arcu.</p>\\r\\n<p>Pellentesque in imperdiet eros, at posuere est. Vestibulum porta metus facilisis ante interdum porta. Suspendisse lobortis leo sit amet nulla aliquam varius. Quisque lorem turpis, iaculis sed eros sed, euismod faucibus libero. Integer porttitor eu augue eu sollicitudin. Etiam lobortis tempus consequat. Nunc dolor ante, iaculis nec cursus eu, pellentesque non nisl. Duis nisl ligula, hendrerit ac nibh nec, commodo consequat risus.</p>\",\n            \"startDate\": \"2014-03-12\",\n            \"startTime\": null,\n            \"endDate\": \"2014-03-12\",\n            \"endTime\": null,\n            \"location\": \"Location X\",\n            \"address1\": \"6404 Bannington Rd.\",\n            \"address2\": \"Ste.B\",\n            \"city\": \"Charlotte\",\n            \"state\": \"NC\",\n            \"zip\": \"28226\",\n            \"country\": \"United States\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"8889653330\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"12\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"image6.jpg\",\n            \"title\": \"Aliquam erat volutpat\",\n            \"description\": \"<p>Aenean a augue ullamcorper dui mollis interdum. Ut metus ipsum, fermentum eu adipiscing a, gravida nec metus. Proin sit amet mauris lacinia, sagittis nisi id, iaculis arcu.</p>\\r\\n<p>Pellentesque in imperdiet eros, at posuere est. Vestibulum porta metus facilisis ante interdum porta. Suspendisse lobortis leo sit amet nulla aliquam varius. Quisque lorem turpis, iaculis sed eros sed, euismod faucibus libero. Integer porttitor eu augue eu sollicitudin. Etiam lobortis tempus consequat. Nunc dolor ante, iaculis nec cursus eu, pellentesque non nisl. Duis nisl ligula, hendrerit ac nibh nec, commodo consequat risus.</p>\",\n            \"startDate\": \"2015-03-29\",\n            \"startTime\": \"00:00:00\",\n            \"endDate\": \"2015-03-29\",\n            \"endTime\": \"00:00:00\",\n            \"location\": \"Location X\",\n            \"address1\": \"6404 Bannington Rd.\",\n            \"address2\": \"Ste.B\",\n            \"city\": \"Charlotte\",\n            \"state\": \"NC\",\n            \"zip\": \"28226\",\n            \"country\": \"United States\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"8889653330\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": {\n                \"0\": \"tag1\",\n                \"1\": \"Tag3\",\n                \"2\": \"Tag5\"\n            }\n        }\n    ]\n}"},{"id":"558917c3-100f-463b-aa35-eab528290b3e","name":"Limit results with offset","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.findByQuery?limit=2&offset=1","host":["https://devstage.accrisoft.com/api/web"],"path":["event.findByQuery"],"query":[{"key":"limit","value":"2"},{"key":"offset","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:11:54 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"732","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"12\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"image6.jpg\",\n            \"title\": \"Aliquam erat volutpat\",\n            \"description\": \"<p>Aenean a augue ullamcorper dui mollis interdum. Ut metus ipsum, fermentum eu adipiscing a, gravida nec metus. Proin sit amet mauris lacinia, sagittis nisi id, iaculis arcu.</p>\\r\\n<p>Pellentesque in imperdiet eros, at posuere est. Vestibulum porta metus facilisis ante interdum porta. Suspendisse lobortis leo sit amet nulla aliquam varius. Quisque lorem turpis, iaculis sed eros sed, euismod faucibus libero. Integer porttitor eu augue eu sollicitudin. Etiam lobortis tempus consequat. Nunc dolor ante, iaculis nec cursus eu, pellentesque non nisl. Duis nisl ligula, hendrerit ac nibh nec, commodo consequat risus.</p>\",\n            \"startDate\": \"2015-03-29\",\n            \"startTime\": \"00:00:00\",\n            \"endDate\": \"2015-03-29\",\n            \"endTime\": \"00:00:00\",\n            \"location\": \"Location X\",\n            \"address1\": \"6404 Bannington Rd.\",\n            \"address2\": \"Ste.B\",\n            \"city\": \"Charlotte\",\n            \"state\": \"NC\",\n            \"zip\": \"28226\",\n            \"country\": \"United States\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"8889653330\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": {\n                \"0\": \"tag1\",\n                \"1\": \"Tag3\",\n                \"2\": \"Tag5\"\n            }\n        },\n        {\n            \"id\": \"13\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"image3.jpg\",\n            \"title\": \"Aliquam at diam porttitor\",\n            \"description\": \"<p>Aenean a augue ullamcorper dui mollis interdum. Ut metus ipsum, fermentum eu adipiscing a, gravida nec metus. Proin sit amet mauris lacinia, sagittis nisi id, iaculis arcu.</p>\\r\\n<p>Pellentesque in imperdiet eros, at posuere est. Vestibulum porta metus facilisis ante interdum porta. Suspendisse lobortis leo sit amet nulla aliquam varius. Quisque lorem turpis, iaculis sed eros sed, euismod faucibus libero. Integer porttitor eu augue eu sollicitudin. Etiam lobortis tempus consequat. Nunc dolor ante, iaculis nec cursus eu, pellentesque non nisl. Duis nisl ligula, hendrerit ac nibh nec, commodo consequat risus.</p>\",\n            \"startDate\": \"2014-03-12\",\n            \"startTime\": \"00:00:00\",\n            \"endDate\": \"2014-09-12\",\n            \"endTime\": \"00:00:00\",\n            \"location\": \"Location X\",\n            \"address1\": \"6404 Bannington Rd.\",\n            \"address2\": \"Ste.B\",\n            \"city\": \"Charlotte\",\n            \"state\": \"NC\",\n            \"zip\": \"28226\",\n            \"country\": \"United States\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"8889653330\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        }\n    ]\n}"},{"id":"6f62cec6-4456-46a0-b840-ce300467c0ea","name":"Sort results by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.findByQuery?sortBy={\"id\":\"DESC\"}","host":["https://devstage.accrisoft.com/api/web"],"path":["event.findByQuery"],"query":[{"key":"sortBy","value":"{\"id\":\"DESC\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:12:21 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"910","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=99","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"3034\",\n            \"category\": \"hello world\",\n            \"thumbnail\": \"\",\n            \"title\": \"Test Event\",\n            \"description\": \"\",\n            \"startDate\": \"2022-01-05\",\n            \"startTime\": null,\n            \"endDate\": \"2022-01-05\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3033\",\n            \"category\": \"event\",\n            \"thumbnail\": \"\",\n            \"title\": \"Test\",\n            \"description\": \"\",\n            \"startDate\": \"2021-10-15\",\n            \"startTime\": null,\n            \"endDate\": \"2021-10-16\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3032\",\n            \"category\": \"default\",\n            \"thumbnail\": \"\",\n            \"title\": \"Today's Event\",\n            \"description\": \"\",\n            \"startDate\": \"2021-09-27\",\n            \"startTime\": null,\n            \"endDate\": \"2021-09-27\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3031\",\n            \"category\": null,\n            \"thumbnail\": \"\",\n            \"title\": \"hello\",\n            \"description\": \"\",\n            \"startDate\": \"0000-00-00\",\n            \"startTime\": null,\n            \"endDate\": \"0000-00-00\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3030\",\n            \"category\": \"Technology\",\n            \"thumbnail\": \"\",\n            \"title\": \"PHP Conference 2022\",\n            \"description\": \"\",\n            \"startDate\": \"2021-12-25\",\n            \"startTime\": null,\n            \"endDate\": \"2021-12-25\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3029\",\n            \"category\": null,\n            \"thumbnail\": \"\",\n            \"title\": \"Calvert Nursing\",\n            \"description\": \"\",\n            \"startDate\": \"2021-09-09\",\n            \"startTime\": null,\n            \"endDate\": \"2021-09-09\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3028\",\n            \"category\": null,\n            \"thumbnail\": \"\",\n            \"title\": \"Test\",\n            \"description\": \"\",\n            \"startDate\": \"2021-09-09\",\n            \"startTime\": null,\n            \"endDate\": \"2021-09-09\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3015\",\n            \"category\": null,\n            \"thumbnail\": \"\",\n            \"title\": \"test456\",\n            \"description\": \"\",\n            \"startDate\": \"0000-00-00\",\n            \"startTime\": null,\n            \"endDate\": \"0000-00-00\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3014\",\n            \"category\": \"Technology\",\n            \"thumbnail\": \"\",\n            \"title\": \"LOBSTER AND BUTTER\",\n            \"description\": \"\",\n            \"startDate\": \"2021-08-27\",\n            \"startTime\": null,\n            \"endDate\": \"2021-08-27\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3013\",\n            \"category\": \"Technology\",\n            \"thumbnail\": \"\",\n            \"title\": \"PHP Conference\",\n            \"description\": \"\",\n            \"startDate\": \"2022-03-08\",\n            \"startTime\": null,\n            \"endDate\": \"2022-03-08\",\n            \"endTime\": null,\n            \"location\": \"Sarasota Beach FL\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3012\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"\",\n            \"title\": \"Summer Music Festival_copy\",\n            \"description\": \"\",\n            \"startDate\": \"2021-07-15\",\n            \"startTime\": null,\n            \"endDate\": \"2021-07-15\",\n            \"endTime\": null,\n            \"location\": \"Siesta Beach\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"Sarasota\",\n            \"state\": \"FL\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3011\",\n            \"category\": \"dfsdf\",\n            \"thumbnail\": \"\",\n            \"title\": \"recurring test 123\",\n            \"description\": \"\",\n            \"startDate\": \"2021-08-28\",\n            \"startTime\": null,\n            \"endDate\": \"2021-08-28\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"90\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3010\",\n            \"category\": \"dfsdf\",\n            \"thumbnail\": \"\",\n            \"title\": \"recurring test 123\",\n            \"description\": \"\",\n            \"startDate\": \"2021-08-27\",\n            \"startTime\": null,\n            \"endDate\": \"2021-08-27\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"90\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"3009\",\n            \"category\": \"dfsdf\",\n            \"thumbnail\": \"\",\n            \"title\": \"recurring test 123\",\n            \"description\": \"\",\n            \"startDate\": \"2021-08-26\",\n            \"startTime\": null,\n            \"endDate\": \"2021-08-26\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"90\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2803\",\n            \"category\": \"default\",\n            \"thumbnail\": \"\",\n            \"title\": \"one gorgeous event ooh lala\",\n            \"description\": \"\",\n            \"startDate\": \"2021-04-29\",\n            \"startTime\": null,\n            \"endDate\": \"2021-04-29\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2801\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"\",\n            \"title\": \"PIKACHU\",\n            \"description\": \"<p>THIS&nbsp;<br /><br />IS<br /><br />A&nbsp;<br /><br />TEST<br /><br />Glados</p>\",\n            \"startDate\": \"2021-07-19\",\n            \"startTime\": null,\n            \"endDate\": \"2021-07-19\",\n            \"endTime\": null,\n            \"location\": \"Siesta Beach\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"Sarasota\",\n            \"state\": \"FL\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2800\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"\",\n            \"title\": \"Summer Music Festival\",\n            \"description\": \"\",\n            \"startDate\": \"2021-07-15\",\n            \"startTime\": null,\n            \"endDate\": \"2021-07-15\",\n            \"endTime\": null,\n            \"location\": \"Siesta Beach\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"Sarasota\",\n            \"state\": \"FL\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2799\",\n            \"category\": \"kPop\",\n            \"thumbnail\": \"\",\n            \"title\": \"Nasro Event\",\n            \"description\": \"\",\n            \"startDate\": \"2021-05-14\",\n            \"startTime\": null,\n            \"endDate\": \"2021-05-14\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2798\",\n            \"category\": \"event\",\n            \"thumbnail\": \"\",\n            \"title\": \"test\",\n            \"description\": \"<p>TEST</p>\",\n            \"startDate\": \"2021-02-28\",\n            \"startTime\": null,\n            \"endDate\": \"2021-02-28\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2797\",\n            \"category\": \"default\",\n            \"thumbnail\": \"\",\n            \"title\": \"End After 7 Occurrences\",\n            \"description\": \"\",\n            \"startDate\": \"2021-02-13\",\n            \"startTime\": null,\n            \"endDate\": \"2021-02-13\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"83\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2796\",\n            \"category\": \"default\",\n            \"thumbnail\": \"\",\n            \"title\": \"End After 7 Occurrences\",\n            \"description\": \"\",\n            \"startDate\": \"2021-02-12\",\n            \"startTime\": null,\n            \"endDate\": \"2021-02-12\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"83\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2795\",\n            \"category\": \"default\",\n            \"thumbnail\": \"\",\n            \"title\": \"End After 7 Occurrences\",\n            \"description\": \"\",\n            \"startDate\": \"2021-02-11\",\n            \"startTime\": null,\n            \"endDate\": \"2021-02-11\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"83\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2794\",\n            \"category\": \"default\",\n            \"thumbnail\": \"\",\n            \"title\": \"End After 7 Occurrences\",\n            \"description\": \"\",\n            \"startDate\": \"2021-02-10\",\n            \"startTime\": null,\n            \"endDate\": \"2021-02-10\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"83\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2786\",\n            \"category\": null,\n            \"thumbnail\": \"\",\n            \"title\": \"I am a beaUtiful test event\",\n            \"description\": \"\",\n            \"startDate\": \"0000-00-00\",\n            \"startTime\": null,\n            \"endDate\": \"0000-00-00\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        },\n        {\n            \"id\": \"2785\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"\",\n            \"title\": \"Party in the Park\",\n            \"description\": \"\",\n            \"startDate\": \"2021-01-31\",\n            \"startTime\": null,\n            \"endDate\": \"2021-01-31\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"tags\": []\n        }\n    ]\n}"}],"_postman_id":"50efda3d-5917-4db5-aee1-fbbd99e98a96"},{"name":"event.findAll","id":"e1502fb0-7115-4a8f-b8da-207f5c1a5aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/event.findAll","description":"<p>Find all events, or find all events based on parameters.</p>\n<p>If all events is desired, simply use findAll and nothing more.</p>\n<p>To find all events between two dates, or by category (or both!), take a look at the following URL setup:</p>\n<p><a href=\"https://devstage.accrisoft.com/api/web/event.findAll?where=%7B%22between%22:%7B%22from%22:%222022-01-01%22,%22to%22:%222023-03-15%22%7D,%22category%22:%22Featured%22%7D\"><code>https://devstage.accrisoft.com/api/web/event.findAll?where={\"between\":{\"from\":\"2022-01-01\",\"to\":\"2023-03-15\"},\"category\":\"Featured\"}</code></a></p>\n<p>The example will return all events between the dates January 1, 2022 to March 15, 2023 that have the category of Featured.</p>\n<p>The between dates may be ommitted to only get events with a specific category.</p>\n<p>The category may be ommitted to only get events between a specified timeframe.</p>\n","urlObject":{"path":["event.findAll"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"2534e13d-65dc-4a43-885c-7303446a2e4f","name":"event.findAll","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.findAll?where={\"between\":{\"from\":\"2022-01-01\",\"to\":\"2023-03-15\"},\"category\":\"Featured\"}","protocol":"https","host":["devstage","accrisoft","com"],"path":["api","web","event.findAll"],"query":[{"key":"where","value":"{\"between\":{\"from\":\"2022-01-01\",\"to\":\"2023-03-15\"},\"category\":\"Featured\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 21:14:02 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"283"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"3120\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"\",\n            \"title\": \"\",\n            \"description\": \"\",\n            \"startDate\": \"2022-07-04\",\n            \"startTime\": null,\n            \"endDate\": \"2022-07-04\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"globalInventory\": null,\n            \"tags\": []\n        },\n        {\n            \"id\": \"3813\",\n            \"category\": \"Featured\",\n            \"thumbnail\": \"\",\n            \"title\": \"Test of ticket options\",\n            \"description\": \"\",\n            \"startDate\": \"2022-12-07\",\n            \"startTime\": null,\n            \"endDate\": \"2022-12-07\",\n            \"endTime\": null,\n            \"location\": \"\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"contactName\": \"\",\n            \"contactEmail\": \"\",\n            \"contactPhone\": \"\",\n            \"externalUrl\": \"\",\n            \"recurringId\": \"0\",\n            \"globalInventory\": null,\n            \"tags\": []\n        }\n    ]\n}"}],"_postman_id":"e1502fb0-7115-4a8f-b8da-207f5c1a5aa7"},{"name":"event.findAllEventsCategories","id":"3c360483-694e-4a6a-b1aa-44e5f73f9c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/event.findAllEventsCategories","description":"<p>Returns all distinct categories for Events.</p>\n<p>RESPONSE</p>\n<p>Array of categories</p>\n","urlObject":{"path":["event.findAllEventsCategories"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"f4431468-2a2c-409e-9235-b5f02c11afa8","name":"All event categories","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/events.findAllEventsCategories"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"ok\",\r\n    \"message\": \"200\",\r\n    \"data\": [\r\n        \"default\",\r\n        \"Example Category\",\r\n        \"Featured\",\r\n        \"Group Exercise\",\r\n        \"Meetup\",\r\n        \"Private\",\r\n        \"Race Calendar\",\r\n        \"Recur Test\",\r\n        \"Softwarez\",\r\n        \"Sports\",\r\n        \"Tasks\",\r\n        \"Technology\",\r\n        \"test\",\r\n        \"Training\",\r\n        \"Websites\"\r\n    ]\r\n}"}],"_postman_id":"3c360483-694e-4a6a-b1aa-44e5f73f9c6f"},{"name":"event.formInfo","id":"cf6a68c6-7cee-406a-a171-3428ee46ae4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/event.formInfo?id=3125","description":"<p>Returns form name of selected event</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>id - event ID</li>\n</ul>\n<p>RESPONSE</p>\n<p>the name of the event's registration form</p>\n","urlObject":{"path":["event.formInfo"],"host":["https://devstage.accrisoft.com/api/web"],"query":[{"key":"id","value":"3125"}],"variable":[]}},"response":[{"id":"57d8ca53-10e3-403b-a857-c18cded2c020","name":"Filter by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.formInfo?id=3125","host":["https://devstage.accrisoft.com/api/web"],"path":["event.formInfo"],"query":[{"key":"id","value":"3125","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Aug 2022 17:20:19 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Length","value":"57"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": \"events_3125_1420\"\n}"}],"_postman_id":"cf6a68c6-7cee-406a-a171-3428ee46ae4f"},{"name":"event.count","id":"ce21bb93-ee5a-4e0b-a59f-c9b721cc242c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/event.count","description":"<p>Returns the count of the events that match the parameters of the query (dataset matches findAll).</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>query - Array<ul>\n<li>field - name of the field to filter by (any response object field)</li>\n<li>operator - operation to filter field by</li>\n<li>value - value to filter field by</li>\n</ul>\n</li>\n<li>limit - the number of results to limit to (default 25, max 100)</li>\n<li>offset - the number of results to skip before returning</li>\n<li>sortBy - Object</li>\n</ul>\n<p>RESPONSE</p>\n<p>int - count of events that match the parameters of the supplied query (subselection of findAll)</p>\n","urlObject":{"path":["event.count"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"07cf01c2-34d6-4777-b9e8-de63795a194e","name":"Count events with id 18","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.count?query=[{\"field\":\"id\",\"operator\":\"eq\",\"value\":\"18\"}]","host":["https://devstage.accrisoft.com/api/web"],"path":["event.count"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"eq\",\"value\":\"18\"}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:12:54 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"User-Agent","enabled":true},{"key":"Content-Length","value":"42","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": \"1\"\n}"},{"id":"2160b676-57de-490e-8048-e6fd8ffe38ab","name":"Count events with id less than or equal to 18","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/event.count?query=[{\"field\":\"id\",\"operator\":\"lte\",\"value\":\"18\"}]","host":["https://devstage.accrisoft.com/api/web"],"path":["event.count"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"lte\",\"value\":\"18\"}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:13:12 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"User-Agent","enabled":true},{"key":"Content-Length","value":"42","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": \"7\"\n}"}],"_postman_id":"ce21bb93-ee5a-4e0b-a59f-c9b721cc242c"},{"name":"eventTicket.findAll","id":"c73e36d4-1e83-46b9-bf6f-57d3ef6f8135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/eventTicket.findAll?where={\"eventId\":\"3125\"}","description":"<p>Finds all of the ticket configurations for a given event</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>eventId - id of the event</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array of tickets in the following format</p>\n<ul>\n<li>id - id of the ticket</li>\n<li>eventId - id of the event the ticket type belongs to</li>\n<li>name - name of the ticket type</li>\n<li>desc - description of the ticket type</li>\n<li>price - price of the ticket type</li>\n<li>sku - sku for the ticket type</li>\n<li>orderNum -</li>\n<li>orderMax - max number of tickets per order of the ticket type</li>\n<li>orderMin - min number of tickets per order of the ticket type</li>\n<li>groupAuth - access level of the ticket type</li>\n<li>globalInventory - whether or not the ticket type uses the event global inventory</li>\n<li>remainingInventory - how many tickets are left of this type (adjusts for global inventory)</li>\n</ul>\n","urlObject":{"path":["eventTicket.findAll"],"host":["https://devstage.accrisoft.com/api/web"],"query":[{"key":"where","value":"{\"eventId\":\"3125\"}"}],"variable":[]}},"response":[{"id":"9ecf66fa-439c-46a5-8391-79f339253143","name":"Filter by event ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/eventTicket.findAll?where={\"eventId\":\"3125\"}","host":["https://devstage.accrisoft.com/api/web"],"path":["eventTicket.findAll"],"query":[{"key":"where","value":"{\"eventId\":\"3125\"}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Aug 2022 17:18:26 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"236"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"323\",\n            \"name\": \"Too many tickets\",\n            \"desc\": \"Too many tickets\",\n            \"price\": \"0.00\",\n            \"inventory\": \"5\",\n            \"eventId\": \"3125\",\n            \"sku\": \"\",\n            \"orderNum\": \"0\",\n            \"orderMax\": \"0\",\n            \"orderMin\": \"0\",\n            \"groupAuth\": \"\",\n            \"globalInventory\": \"0\",\n            \"remainingInventory\": 3\n        },\n        {\n            \"id\": \"324\",\n            \"name\": \"Use Global\",\n            \"desc\": \"Use Global\",\n            \"price\": \"0.00\",\n            \"inventory\": \"0\",\n            \"eventId\": \"3125\",\n            \"sku\": \"\",\n            \"orderNum\": \"0\",\n            \"orderMax\": \"0\",\n            \"orderMin\": \"0\",\n            \"groupAuth\": \"\",\n            \"globalInventory\": \"1\",\n            \"remainingInventory\": 2\n        },\n        {\n            \"id\": \"325\",\n            \"name\": \"Regular - Global too\",\n            \"desc\": \"Regular - Global too\",\n            \"price\": \"0.00\",\n            \"inventory\": \"0\",\n            \"eventId\": \"3125\",\n            \"sku\": \"\",\n            \"orderNum\": \"0\",\n            \"orderMax\": \"0\",\n            \"orderMin\": \"0\",\n            \"groupAuth\": \"\",\n            \"globalInventory\": \"1\",\n            \"remainingInventory\": 5\n        }\n    ]\n}"}],"_postman_id":"c73e36d4-1e83-46b9-bf6f-57d3ef6f8135"}],"id":"c4ae3a00-8e5e-4a1f-95b5-609d31100bbb","description":"<p>These API models correspond to the \"events\" (Events) module in Freedom</p>\n","_postman_id":"c4ae3a00-8e5e-4a1f-95b5-609d31100bbb"},{"name":"Forms","item":[{"name":"forms.find","id":"f94e3174-2134-4722-86bf-f79b0b847b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/forms.find","description":"<p>Finds information about forms by form name.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>where<ul>\n<li>form_name - string [not empty]</li>\n</ul>\n</li>\n</ul>\n<p>RESPONSE</p>\n<p>Form in the following template</p>\n<ul>\n<li>id - form ID</li>\n<li>name - form name</li>\n<li>fields - array of form fields<ul>\n<li>id - form field ID</li>\n<li>field_type - form field supertype</li>\n<li>field_name - form field internal name</li>\n<li>field_label - form field external label</li>\n<li>field_widget - form field widget type</li>\n<li>field_required - whether or not form field is required for submission</li>\n<li>field_extra_attrib - form field extra attribute field</li>\n<li>field_lookup - form field lookup options</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["forms.find"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"b7b77418-8afb-4f17-b1b6-d3b9cbbb0eaf","name":"Find form with name 'example_form'","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/forms.find?where={\"form_name\":\"example_form\"}","host":["https://devstage.accrisoft.com/api/web"],"path":["forms.find"],"query":[{"key":"where","value":"{\"form_name\":\"example_form\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:13:42 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"209","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"id\": \"1302\",\n        \"name\": \"example_form\",\n        \"fields\": [\n            {\n                \"id\": \"31092\",\n                \"field_type\": \"custom\",\n                \"field_name\": \"example_text\",\n                \"field_label\": \"Example Text Field\",\n                \"field_widget\": \"textbox\",\n                \"field_required\": \"yes\",\n                \"field_extra_attrib\": \"\",\n                \"field_lookup\": \"\"\n            },\n            {\n                \"id\": \"31093\",\n                \"field_type\": \"repeat\",\n                \"field_name\": \"example_repeat_text\",\n                \"field_label\": \"Example Repeat Text\",\n                \"field_widget\": \"textbox\",\n                \"field_required\": \"yes\",\n                \"field_extra_attrib\": \"\",\n                \"field_lookup\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f94e3174-2134-4722-86bf-f79b0b847b1a"}],"id":"cadeea7d-7e82-4bc6-9418-1b3c93a5375d","description":"<p>These API models correspond to the \"forms\" (Forms) module in Freedom.</p>\n","_postman_id":"cadeea7d-7e82-4bc6-9418-1b3c93a5375d"},{"name":"Membership","item":[{"name":"membershipUser.count","id":"5db80b5f-a0a3-4ea9-8fa8-a5ec970a5999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/membershipUser.count?query=[{\"field\":\"name\", \"operator\":\"eq\", \"value\":\"value\"}]","description":"<p>Returns count of active items based on query criteria.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>query - string [required]<br />  Ex: [{\"field\":\"<em>name</em>\", \"operator\":\"eq\", \"value\":\"<em>name</em>\"},{..}]<br />  query can use any of the field names from repsonse</li>\n</ul>\n<p>RESPONSE</p>\n<p>Count (int)</p>\n","urlObject":{"path":["membershipUser.count"],"host":["https://devstage.accrisoft.com/api/web"],"query":[{"key":"query","value":"[{\"field\":\"name\", \"operator\":\"eq\", \"value\":\"value\"}]"}],"variable":[]}},"response":[{"id":"221fb21e-888b-4c02-bd84-2a87719cf6ea","name":"Query by type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/membershipUser.count?query=[{\"field\":\"group_name\", \"operator\":\"eq\", \"value\":\"Members\"}]","protocol":"https","host":["devstage","accrisoft","com"],"path":["api","web","membershipUser.count"],"query":[{"key":"query","value":"[{\"field\":\"group_name\", \"operator\":\"eq\", \"value\":\"Members\"}]"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"ok\",\r\n    \"message\": \"200\",\r\n    \"data\": \"3\"\r\n}"}],"_postman_id":"5db80b5f-a0a3-4ea9-8fa8-a5ec970a5999"},{"name":"membershipUser.renderLayout","id":"c1f23ac2-7b63-45df-b6ce-dc43f0dfb502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/membershipUser.renderLayout","description":"<p>This requires a layout to be setup in a specific format in Green &gt; Layouts &gt; Modules.</p>\n<p>Example of Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"header\": \"   Member Directory  \",\n    \"items\": [ [[repeat]]       ]\n}\n\"search\": \"[[layout.mobile_directory_search]]\",\n\n</code></pre><p>Note this is in json format. Also note the space between [[repeat]] and the closing bracket. These must be identical to the code block to work.</p>\n<p>Example of Item:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"link\": \"/directory_item/[[id]]\",\n    \"html\": \" style='background: url([[image_url]])'&gt;   [[description]]  Member Since [[join_year]]\"\n},\n\n</code></pre><p>Note the json format.</p>\n<p>Both body and item must be run through a minifier. Double quotes must be removed from the json values.</p>\n","urlObject":{"path":["membershipUser.renderLayout"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"f34188c8-8141-4aed-aced-b6288fc76c94","name":"membershipUser.renderLayout","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/membershipUser.renderLayout?extraParams={\"layout_name\":\"mobile_directory_lister\",\"pos\":\"0,10,0\",\"query\":{\"searchText\":\"\",\"category\":\"\"}}","protocol":"https","host":["devstage","accrisoft","com"],"path":["api","web","membershipUser.renderLayout"],"query":[{"key":"extraParams","value":"{\"layout_name\":\"mobile_directory_lister\",\"pos\":\"0,10,0\",\"query\":{\"searchText\":\"\",\"category\":\"\"}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"ok\",\r\n  \"message\": \"200\",\r\n  \"data\": {\r\n    \"output\": \"{\\n    \\\"header\\\": \\\"<header> <h2 style='padding: 10px; padding-bottom: 0px;'> <i class='fa fa-chevron-right'></i> Member Directory </h2> </header>\\\",\\n    \\\"items\\\": [ {\\n    \\\"link\\\": \\\"/directory_item/52711\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' style='background: url(index.php?src=images&id=925)'></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> 2 College Brothers Moving & Storage  </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2022</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/53842\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' ></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> 2023 MEP Membership - AT&T 2 </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2023</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/40566\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' style='background: url(index.php?src=images&id=128)'></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> 3 Daughters Brewing </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2016</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/53504\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' style='background: url(index.php?src=images&id=1046)'></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> 4 & Co Coworking Space </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2022</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/50399\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' ></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> 7th and Grove </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2021</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/53618\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' ></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> A & A Alarm Systems, Inc. </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2022</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/53602\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' ></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> A Plus Staffing Solutions </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2022</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/2990\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' ></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> A-LIGN </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2011</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/40236\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' ></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> A.D. Morgan Corporation </h5><div class='directory_item_join'> <span class='badge other'>Member Since 2017</span></div></div></div>\\\"\\n},\\n{\\n    \\\"link\\\": \\\"/directory_item/34\\\",\\n    \\\"html\\\": \\\"<div class='directory_item_row'> <div class='directory_item_image' ></div> <div class='directory_item_detail'> <h5 class='directory_item_description'> A.J. Arango, Inc. </h5><div class='directory_item_join'> <span class='badge other'>Member Since 1954</span></div></div></div>\\\"\\n}\\n       ]\\n}\\n\",\r\n    \"pos\": \"0,10,1320\"\r\n  }\r\n}"}],"_postman_id":"c1f23ac2-7b63-45df-b6ce-dc43f0dfb502"},{"name":"membershipUser.userExists","id":"789f9172-feeb-4e50-bd63-be41d2aaab82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/membershipUser.userExists","description":"<p>Note this is in json format. Both body and item must be run through a minifier. Double quotes must be removed from the json values.</p>\n","urlObject":{"path":["membershipUser.userExists"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"6c1afd62-de2f-4c83-8c3a-06c07e2dbf70","name":"exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://devstage.accrisoft.com/api/web/membershipUser.userExists","host":["https://devstage.accrisoft.com/api/web"],"path":["membershipUser.userExists"],"query":[{"key":"username","value":"fake","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Dec 2022 16:50:48 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Set-Cookie","value":"PHPSESSID=6580cd97be1219d8136bafa8b1; path=/; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Length","value":"44"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": true\n}"},{"id":"580bbcd5-06ea-4f43-ae18-8371dd484511","name":"not exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://devstage.accrisoft.com/api/web/membershipUser.userExists","host":["https://devstage.accrisoft.com/api/web"],"path":["membershipUser.userExists"],"query":[{"key":"username","value":"fake","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Dec 2022 16:50:48 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Set-Cookie","value":"PHPSESSID=6580cd97be1219d8136bafa8b1; path=/; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Length","value":"44"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": false\n}"},{"id":"edb3bee3-7b78-45d9-bbf7-782d5d97bb8b","name":"rate limit exceeded","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/web/membershipUser.userExists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Dec 2022 17:23:51 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"90"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"[Error:429] Rate limit exceeded.\",\n    \"data\": null\n}"}],"_postman_id":"789f9172-feeb-4e50-bd63-be41d2aaab82"}],"id":"e534d668-9f44-4ee6-a806-43c25448665e","_postman_id":"e534d668-9f44-4ee6-a806-43c25448665e","description":""},{"name":"Programs","item":[{"name":"course.find","id":"4dee83f7-048b-4e97-97b3-d394dc0e638e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/course.find","description":"<p>Returns web-safe information about a course by ID.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>id - the id of the course you want information about</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>id - id of the course</li>\n<li>name - name of the course</li>\n<li>program_id - id of the program the course belongs to</li>\n<li>ticket_inventory - total number of tickets for the entire course</li>\n<li>start_time - start time of the course</li>\n<li>end_time - end time of the course</li>\n<li>days - which days this course takes place on</li>\n<li>start_date - date the course starts on</li>\n<li>end_date - date the course ends on</li>\n<li>image - thumbnail image link for the course</li>\n<li>description - description for the course</li>\n<li>ticket_form - name of the form used for course registration</li>\n<li>tickets_remaining - number of tickets remaining for the entire course</li>\n<li>hide_inventory - boolean, that shows whether a ticket has the inventory hidden or not</li>\n<li>tickets - empty array</li>\n<li>custom_fields - object containing property-value pairs for global course custom fields</li>\n</ul>\n","urlObject":{"path":["course.find"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"82bc5e3d-54d5-4492-9fe8-f0f7811d3c85","name":"Find Course with id 78","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/course.find?id=78","host":["https://devstage.accrisoft.com/api/web"],"path":["course.find"],"query":[{"key":"id","value":"78"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Oct 2022 13:03:41 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"349"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"id\": \"78\",\n        \"name\": \"My Course 1\",\n        \"program_id\": \"42\",\n        \"ticket_inventory\": \"10\",\n        \"start_time\": \"08:00:00\",\n        \"end_time\": \"09:00:00\",\n        \"days\": \"[\\\"0\\\"]\",\n        \"start_date\": \"2022-06-01\",\n        \"end_date\": \"2023-05-31\",\n        \"image\": \"\",\n        \"description\": \"\",\n        \"ticket_form\": \"programs_42_0\",\n        \"tickets_remaining\": 10,\n        \"hide_inventory\": false,\n        \"tickets\": [],\n        \"custom_fields\": {\n            \"cMinAge\": \"\",\n            \"cMaxAge\": \"\",\n            \"cMinGrade\": \"\",\n            \"cMaxGrade\": \"\",\n            \"cEffectiveAgeOverride\": \"Invalid date\"\n        }\n    }\n}"}],"_postman_id":"4dee83f7-048b-4e97-97b3-d394dc0e638e"},{"name":"course.findAll","id":"d36a971d-cf95-49cb-be1c-2b3c1b9350c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/course.findAll","description":"<p>Returns web-safe information about all courses.</p>\n<p>RESPONSE</p>\n<p>Array of courses in the following template</p>\n<ul>\n<li>id - id of the course</li>\n<li>name - name of the course</li>\n<li>program_id - id of the program the course belongs to</li>\n<li>ticket_inventory - total number of tickets for the entire course</li>\n<li>start_time - start time of the course</li>\n<li>end_time - end time of the course</li>\n<li>days - which days this course takes place on</li>\n<li>start_date - date the course starts on</li>\n<li>end_date - date the course ends on</li>\n<li>image - thumbnail image link for the course</li>\n<li>description - description for the course</li>\n<li>ticket_form - name of the form used for course registration</li>\n<li>tickets_remaining - number of tickets remaining for the entire course</li>\n<li>hide_inventory - boolean, that shows whether a ticket has the inventory hidden or not</li>\n<li>tickets - empty array</li>\n<li>custom_fields - object containing property-value pairs for global course custom fields</li>\n</ul>\n","urlObject":{"path":["course.findAll"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"400f5980-8128-424b-b75d-97e67b3ee761","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/course.findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Oct 2022 13:04:59 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1160"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"51\",\n            \"name\": \"Infant - 1\",\n            \"program_id\": \"18\",\n            \"ticket_inventory\": \"35\",\n            \"start_time\": \"01:00:00\",\n            \"end_time\": \"02:00:00\",\n            \"days\": \"[]\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"session\": \"Ongoing\",\n            \"ticket_form\": \"\",\n            \"tickets\": [],\n            \"tickets_remaining\": 35,\n            \"hide_inventory\": true,\n            \"custom_fields\": {\n                \"cMinAge\": \"\",\n                \"cMaxAge\": \"\",\n                \"cMinGrade\": \"\",\n                \"cMaxGrade\": \"\",\n                \"cEffectiveAgeOverride\": \"Invalid date\"\n            }\n        },\n        {\n            \"id\": \"52\",\n            \"name\": \"Infant - 2\",\n            \"program_id\": \"18\",\n            \"ticket_inventory\": \"42\",\n            \"start_time\": \"01:00:00\",\n            \"end_time\": \"02:00:00\",\n            \"days\": \"[]\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"image\": \"\",\n            \"description\": null,\n            \"session\": \"Ongoing\",\n            \"ticket_form\": \"\",\n            \"tickets\": [],\n            \"tickets_remaining\": 42,\n            \"hide_inventory\": false,\n            \"custom_fields\": {\n                \"cMinAge\": null,\n                \"cMaxAge\": null,\n                \"cMinGrade\": null,\n                \"cMaxGrade\": null,\n                \"cEffectiveAgeOverride\": null\n            }\n        },\n        {\n            \"id\": \"57\",\n            \"name\": \"Learn PHP\",\n            \"program_id\": \"27\",\n            \"ticket_inventory\": \"50\",\n            \"start_time\": \"09:00:00\",\n            \"end_time\": \"12:00:00\",\n            \"days\": \"[\\\"0\\\",\\\"2\\\",\\\"4\\\"]\",\n            \"start_date\": \"2021-08-14\",\n            \"end_date\": \"2022-11-30\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"session\": \"Ongoing\",\n            \"ticket_form\": \"\",\n            \"tickets\": [],\n            \"tickets_remaining\": 50,\n            \"hide_inventory\": false,\n            \"custom_fields\": {\n                \"cMinAge\": \"\",\n                \"cMaxAge\": \"\",\n                \"cMinGrade\": \"\",\n                \"cMaxGrade\": \"\",\n                \"cEffectiveAgeOverride\": \"Invalid date\"\n            }\n        },\n        {\n            \"id\": \"62\",\n            \"name\": \"Soccer\",\n            \"program_id\": \"32\",\n            \"ticket_inventory\": \"20\",\n            \"start_time\": \"00:00:00\",\n            \"end_time\": \"00:00:00\",\n            \"days\": \"[\\\"0\\\",\\\"1\\\",\\\"2\\\",\\\"3\\\",\\\"4\\\"]\",\n            \"start_date\": \"2022-07-01\",\n            \"end_date\": \"2030-12-31\",\n            \"image\": \"soccer-ball-goal.jpg\",\n            \"description\": \"<p>Soccer is a team sport played by a team of 11 players against another team of 11 players on a field.</p>\\n<p>The team has one designated goalkeeper and 10 outfield players. Outfield players are usually specialised in attacking or defending or both. A team is typically split into defenders, midfielders and forwards, though there is no restriction on players moving anywhere on the pitch.</p>\\n<p>It is known as&nbsp;<em>soccer</em>&nbsp;in North America, but is called&nbsp;<em>football</em>&nbsp;in most of the rest of the world. Its full name is Association Football.</p>\",\n            \"session\": \"Ongoing\",\n            \"ticket_form\": \"programs_32_0\",\n            \"tickets\": [],\n            \"tickets_remaining\": 19,\n            \"hide_inventory\": false,\n            \"custom_fields\": {\n                \"cMinAge\": \"24\",\n                \"cMaxAge\": \"44\",\n                \"cMinGrade\": \"\",\n                \"cMaxGrade\": \"\",\n                \"cEffectiveAgeOverride\": \"2022-05-01\"\n            }\n        },\n        {\n            \"id\": \"69\",\n            \"name\": \"Tennis 102\",\n            \"program_id\": \"16\",\n            \"ticket_inventory\": \"20\",\n            \"start_time\": \"12:00:00\",\n            \"end_time\": \"17:00:00\",\n            \"days\": \"[\\\"0\\\",\\\"2\\\",\\\"4\\\"]\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"session\": \"Ongoing\",\n            \"ticket_form\": \"programs_16_0\",\n            \"tickets\": [],\n            \"tickets_remaining\": 19,\n            \"hide_inventory\": false,\n            \"custom_fields\": {\n                \"cMinAge\": \"\",\n                \"cMaxAge\": \"\",\n                \"cMinGrade\": \"\",\n                \"cMaxGrade\": \"\",\n                \"cEffectiveAgeOverride\": \"Invalid date\"\n            }\n        },\n        {\n            \"id\": \"78\",\n            \"name\": \"My Course 1\",\n            \"program_id\": \"42\",\n            \"ticket_inventory\": \"0\",\n            \"start_time\": \"08:00:00\",\n            \"end_time\": \"09:00:00\",\n            \"days\": \"[\\\"0\\\"]\",\n            \"start_date\": \"2022-06-01\",\n            \"end_date\": \"2023-05-31\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"session\": \"My Session\",\n            \"ticket_form\": \"programs_42_0\",\n            \"tickets\": [],\n            \"tickets_remaining\": \"\",\n            \"hide_inventory\": true,\n            \"custom_fields\": {\n                \"cMinAge\": \"\",\n                \"cMaxAge\": \"\",\n                \"cMinGrade\": \"\",\n                \"cMaxGrade\": \"\",\n                \"cEffectiveAgeOverride\": \"Invalid date\"\n            }\n        },\n        {\n            \"id\": \"79\",\n            \"name\": \"My Course 2\",\n            \"program_id\": \"42\",\n            \"ticket_inventory\": \"0\",\n            \"start_time\": \"09:00:00\",\n            \"end_time\": \"10:00:00\",\n            \"days\": \"[\\\"1\\\"]\",\n            \"start_date\": \"2022-06-01\",\n            \"end_date\": \"2023-05-31\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"session\": \"My Session\",\n            \"ticket_form\": \"programs_42_0\",\n            \"tickets\": [],\n            \"tickets_remaining\": \"\",\n            \"hide_inventory\": true,\n            \"custom_fields\": {\n                \"cMinAge\": \"\",\n                \"cMaxAge\": \"\",\n                \"cMinGrade\": \"\",\n                \"cMaxGrade\": \"\",\n                \"cEffectiveAgeOverride\": \"Invalid date\"\n            }\n        },\n        {\n            \"id\": \"80\",\n            \"name\": \"My Course 3\",\n            \"program_id\": \"42\",\n            \"ticket_inventory\": \"0\",\n            \"start_time\": \"10:00:00\",\n            \"end_time\": \"11:00:00\",\n            \"days\": \"[\\\"2\\\"]\",\n            \"start_date\": \"2022-06-01\",\n            \"end_date\": \"2023-05-31\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"session\": \"My Session\",\n            \"ticket_form\": \"programs_42_0\",\n            \"tickets\": [],\n            \"tickets_remaining\": \"\",\n            \"hide_inventory\": false,\n            \"custom_fields\": {\n                \"cMinAge\": \"\",\n                \"cMaxAge\": \"\",\n                \"cMinGrade\": \"\",\n                \"cMaxGrade\": \"\",\n                \"cEffectiveAgeOverride\": \"Invalid date\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d36a971d-cf95-49cb-be1c-2b3c1b9350c0"},{"name":"program.findAll","id":"0fc938e2-3cd6-45e7-980b-df9237bf6550","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/program.findAll","description":"<p>Returns web-safe information about all programs.</p>\n<p>RESPONSE</p>\n<p>Array of programs in the following template</p>\n<ul>\n<li>id - Program ID</li>\n<li>name - Program Name</li>\n<li>image - Program Image</li>\n<li>description - Program description</li>\n<li>start_date - Program start date</li>\n<li>end_date - Program end date</li>\n<li>markers - Program markers</li>\n</ul>\n","urlObject":{"path":["program.findAll"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"b2df0073-bd21-46ad-a2d9-09d15d8e9cd3","name":"program.findAll","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/program.findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Dec 2022 23:03:31 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"302"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"42\",\n            \"name\": \"My Program\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2022-06-01\",\n            \"end_date\": \"2023-05-31\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"27\",\n            \"name\": \"Web Technologies\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2021-01-01\",\n            \"end_date\": \"2030-12-31\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"16\",\n            \"name\": \"Tennis\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"17\",\n            \"name\": \"Golf\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"18\",\n            \"name\": \"J-Care\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"19\",\n            \"name\": \"Personal Training\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"21\",\n            \"name\": \"Day Camp\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-01-01\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"32\",\n            \"name\": \"JCC Camp*\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2020-01-01\",\n            \"end_date\": \"2030-12-31\",\n            \"markers\": null\n        },\n        {\n            \"id\": \"7\",\n            \"name\": \"Intro to Watercolor Painting\",\n            \"image\": \"\",\n            \"description\": \"\",\n            \"start_date\": \"2019-10-13\",\n            \"end_date\": \"2023-11-10\",\n            \"markers\": \"Art\"\n        }\n    ]\n}"}],"_postman_id":"0fc938e2-3cd6-45e7-980b-df9237bf6550"},{"name":"program.formInfo","id":"b529bff9-71b8-46f5-90f1-c5ac0d118dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/program.formInfo?id=7","description":"<p>Returns web-safe information about all forms referer to the program.</p>\n<p>RESPONSE</p>\n<ul>\n<li>id - Form ID</li>\n<li>name - Form Name</li>\n<li>inactivedatetime - Time inactive</li>\n<li>url - Form URL</li>\n</ul>\n","urlObject":{"path":["program.formInfo"],"host":["https://devstage.accrisoft.com/api/web"],"query":[{"key":"id","value":"7"}],"variable":[]}},"response":[{"id":"9125e862-70ce-40f2-a955-6f37fe6504aa","name":"program.formInfo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/program.formInfo?id=7","host":["https://devstage.accrisoft.com/api/web"],"path":["program.formInfo"],"query":[{"key":"id","value":"7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Dec 2022 23:03:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"213"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"20\",\n            \"name\": \"Contact Us\",\n            \"inactivedatetime\": \"2021-11-18 19:00:00\",\n            \"url\": \"forms/contact/20/\"\n        },\n        {\n            \"id\": \"137\",\n            \"name\": \"TEST FORM\",\n            \"inactivedatetime\": \"2021-12-16 09:52:00\",\n            \"url\": \"forms/updateme/137/\"\n        },\n        {\n            \"id\": \"112\",\n            \"name\": \"Email Test Form\",\n            \"inactivedatetime\": \"2021-10-12 16:45:00\",\n            \"url\": \"forms/email-test-form/112/\"\n        }\n    ]\n}"}],"_postman_id":"b529bff9-71b8-46f5-90f1-c5ac0d118dfb"},{"name":"program.allProgramsCourses","id":"71cc5ca5-e7a2-4054-a9e8-3056f2aae291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/program.allProgramsCourses","description":"<p>Returns web-safe information about all programs and courses activated.</p>\n<p>RESPONSE:</p>\n<p>JSON with numbers (program ID) with another JSON that has:</p>\n<ul>\n<li>program - Program Name</li>\n<li>course - Course Name</li>\n</ul>\n","urlObject":{"path":["program.allProgramsCourses"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"617aee0b-96e4-413e-93c8-0dca03c9b00d","name":"program.allProgramsCourses","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/program.allProgramsCourses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Dec 2022 23:03:47 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"703"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"18\": {\n            \"program\": \"Intro to Watercolor Painting\",\n            \"course\": \"Watercolor Painting! 101\"\n        },\n        \"19\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Soccer Camp for Adults\"\n        },\n        \"20\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Soccer Camp for Kids\"\n        },\n        \"21\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"Intro to Golf\"\n        },\n        \"23\": {\n            \"program\": \"Intro to Watercolor Painting\",\n            \"course\": \"Watercolor Painting 102\"\n        },\n        \"24\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Curling Camp for Teens\"\n        },\n        \"25\": {\n            \"program\": \"Intro to Watercolor Painting\",\n            \"course\": \"Watercolor Basics\"\n        },\n        \"26\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Curling Camp for Kids\"\n        },\n        \"29\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Tennis Camp for Kids\"\n        },\n        \"30\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Tennis Camp for Teens\"\n        },\n        \"31\": {\n            \"program\": \"Intro to Watercolor Painting\",\n            \"course\": \"Coloring Water With Watercolor\"\n        },\n        \"32\": {\n            \"program\": \"Intro to Watercolor Painting\",\n            \"course\": \"This is Watercolor\"\n        },\n        \"33\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"Intro to Golf 2.0\"\n        },\n        \"34\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"Intro to Golf 3.0\"\n        },\n        \"35\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"Put Put Golf 101x\"\n        },\n        \"36\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"Put Put Golf 102\"\n        },\n        \"37\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"How to be a Great Golf Caddy\"\n        },\n        \"38\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"Golfing for Goofballs\"\n        },\n        \"40\": {\n            \"program\": \"October Sports\",\n            \"course\": \"All Day Camp for Kids\"\n        },\n        \"41\": {\n            \"program\": \"Intro to Golf\",\n            \"course\": \"Golf for Seniors\"\n        },\n        \"42\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Half Day Camp for Kids\"\n        },\n        \"44\": {\n            \"program\": \"October Sports\",\n            \"course\": \"Weekend Camp for Teens\"\n        },\n        \"45\": {\n            \"program\": \"Senior Sports\",\n            \"course\": \"Ping Pong for Seniors\"\n        },\n        \"46\": {\n            \"program\": \"Basketball Fun\",\n            \"course\": \"Old Guy Basketball\"\n        },\n        \"47\": {\n            \"program\": \"New Class Room\",\n            \"course\": \"New Classroom\"\n        },\n        \"48\": {\n            \"program\": \"Test\",\n            \"course\": \"Test\"\n        },\n        \"51\": {\n            \"program\": \"J-Care\",\n            \"course\": \"Infant - 1\"\n        },\n        \"52\": {\n            \"program\": \"J-Care\",\n            \"course\": \"Infant - 2\"\n        },\n        \"54\": {\n            \"program\": \"MY SWIM CLASS\",\n            \"course\": \"MY SWIM CLASS\"\n        },\n        \"55\": {\n            \"program\": \"Scholarships 2021\",\n            \"course\": \"Scholarship 1\"\n        },\n        \"57\": {\n            \"program\": \"Web Technologies\",\n            \"course\": \"Learn PHP\"\n        },\n        \"62\": {\n            \"program\": \"JCC Camp*\",\n            \"course\": \"Soccer\"\n        },\n        \"63\": {\n            \"program\": \"JCC Camp*\",\n            \"course\": \"Football\"\n        },\n        \"64\": {\n            \"program\": \"JCC Camp*\",\n            \"course\": \"Hockey\"\n        },\n        \"65\": {\n            \"program\": \"Testing 3\",\n            \"course\": \"demo course 9-27\"\n        },\n        \"67\": {\n            \"program\": \"Archery\",\n            \"course\": \"Beginner Arrows\"\n        },\n        \"69\": {\n            \"program\": \"Tennis\",\n            \"course\": \"Tennis 102\"\n        },\n        \"70\": {\n            \"program\": \"Archery II\",\n            \"course\": \"Beginner's Archery\"\n        },\n        \"78\": {\n            \"program\": \"My Program\",\n            \"course\": \"My Course 1\"\n        },\n        \"79\": {\n            \"program\": \"My Program\",\n            \"course\": \"My Course 2\"\n        },\n        \"80\": {\n            \"program\": \"My Program\",\n            \"course\": \"My Course 3\"\n        },\n        \"101\": {\n            \"program\": \"Adult Wine Painting\",\n            \"course\": \"Wednesday Paint Night\"\n        }\n    }\n}"}],"_postman_id":"71cc5ca5-e7a2-4054-a9e8-3056f2aae291"}],"id":"cfae32e3-1c40-426d-bbb3-8d4c91c891c9","description":"<p>These API models correspond to the \"programs\" (Programs) module in Freedom.</p>\n","_postman_id":"cfae32e3-1c40-426d-bbb3-8d4c91c891c9"},{"name":"Resources","item":[{"name":"reservations.findByQuery","id":"d93bcb0b-b75b-483c-a829-b5d8599bb963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/reservation.findByQuery","description":"<p>Returns web-safe information about all reservations.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>query - Array<ul>\n<li>field - name of the field to filter by (any response object field)</li>\n<li>operator - operation to filter field by</li>\n<li>value - value to filter field by</li>\n</ul>\n</li>\n<li>limit - the number of results to limit to (default 25, max 100)</li>\n<li>offset - the number of results to skip before returning</li>\n<li>sortBy - Object</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>id - reservation ID</li>\n<li>startDate - datetime at which the reservation starts</li>\n<li>endDate - datetime at which the reservation ends</li>\n<li>status - status of the reservation</li>\n<li>parentID - id of the corresponding record in the parent module</li>\n<li>parentModule - the name of the parent module</li>\n<li>setupDuration - setup duration in minutes</li>\n<li>breakdownDuration - breakdown duration in minutes</li>\n</ul>\n","urlObject":{"path":["reservation.findByQuery"],"host":["https://devstage.accrisoft.com/api/web"],"query":[],"variable":[]}},"response":[{"id":"56519b45-4dad-44d2-a653-ab7f08dcec10","name":"no filters","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/web/reservation.findByQuery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:29:23 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"465","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"496\",\n            \"status\": \"cancelled\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-10-14 10:00:00\",\n            \"endDate\": \"2019-10-14 11:00:00\",\n            \"parentID\": \"0\",\n            \"parentModule\": \"\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"533\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-19 07:00:00\",\n            \"endDate\": \"2020-03-19 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"534\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-20 07:00:00\",\n            \"endDate\": \"2020-03-20 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"535\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-21 07:00:00\",\n            \"endDate\": \"2020-03-21 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"536\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-25 07:00:00\",\n            \"endDate\": \"2020-03-25 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"537\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-26 07:00:00\",\n            \"endDate\": \"2020-03-26 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"538\",\n            \"status\": \"cancelled\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-11-19 14:00:00\",\n            \"endDate\": \"2019-11-19 17:00:00\",\n            \"parentID\": \"0\",\n            \"parentModule\": \"\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"617\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-12-19 11:00:00\",\n            \"endDate\": \"2019-12-19 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"618\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-12-25 11:00:00\",\n            \"endDate\": \"2019-12-25 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"619\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-12-26 11:00:00\",\n            \"endDate\": \"2019-12-26 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"620\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-01 11:00:00\",\n            \"endDate\": \"2020-01-01 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"621\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-02 11:00:00\",\n            \"endDate\": \"2020-01-02 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"622\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-08 11:00:00\",\n            \"endDate\": \"2020-01-08 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"623\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-09 11:00:00\",\n            \"endDate\": \"2020-01-09 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"624\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-15 11:00:00\",\n            \"endDate\": \"2020-01-15 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"625\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-16 11:00:00\",\n            \"endDate\": \"2020-01-16 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"626\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-22 11:00:00\",\n            \"endDate\": \"2020-01-22 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"627\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-23 11:00:00\",\n            \"endDate\": \"2020-01-23 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"628\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-12-25 16:00:00\",\n            \"endDate\": \"2019-12-25 17:00:00\",\n            \"parentID\": \"25\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"629\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-12-26 16:00:00\",\n            \"endDate\": \"2019-12-26 17:00:00\",\n            \"parentID\": \"25\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"630\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-01 16:00:00\",\n            \"endDate\": \"2020-01-01 17:00:00\",\n            \"parentID\": \"25\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"631\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-02 16:00:00\",\n            \"endDate\": \"2020-01-02 17:00:00\",\n            \"parentID\": \"25\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"632\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-08 16:00:00\",\n            \"endDate\": \"2020-01-08 17:00:00\",\n            \"parentID\": \"25\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"633\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-09 16:00:00\",\n            \"endDate\": \"2020-01-09 17:00:00\",\n            \"parentID\": \"25\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"634\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-01-15 16:00:00\",\n            \"endDate\": \"2020-01-15 17:00:00\",\n            \"parentID\": \"25\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        }\n    ]\n}"},{"id":"f9331c82-f9a4-4b78-a2bb-92883529dd88","name":"Filter by date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/reservation.findByQuery?query=[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-01-01\"}]","host":["https://devstage.accrisoft.com/api/web"],"path":["reservation.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-01-01\"}]","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:33:30 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"396","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"9208\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-01 00:00:00\",\n            \"endDate\": \"2022-07-01 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9209\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-04 00:00:00\",\n            \"endDate\": \"2022-07-04 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9210\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-05 00:00:00\",\n            \"endDate\": \"2022-07-05 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9211\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-06 00:00:00\",\n            \"endDate\": \"2022-07-06 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9212\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-07 00:00:00\",\n            \"endDate\": \"2022-07-07 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9213\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-08 00:00:00\",\n            \"endDate\": \"2022-07-08 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9214\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-11 00:00:00\",\n            \"endDate\": \"2022-07-11 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9215\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-12 00:00:00\",\n            \"endDate\": \"2022-07-12 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9216\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-13 00:00:00\",\n            \"endDate\": \"2022-07-13 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9217\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-14 00:00:00\",\n            \"endDate\": \"2022-07-14 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9218\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-15 00:00:00\",\n            \"endDate\": \"2022-07-15 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9219\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-18 00:00:00\",\n            \"endDate\": \"2022-07-18 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9220\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-19 00:00:00\",\n            \"endDate\": \"2022-07-19 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9221\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-20 00:00:00\",\n            \"endDate\": \"2022-07-20 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9222\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-21 00:00:00\",\n            \"endDate\": \"2022-07-21 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9223\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-22 00:00:00\",\n            \"endDate\": \"2022-07-22 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9224\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-25 00:00:00\",\n            \"endDate\": \"2022-07-25 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9225\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-26 00:00:00\",\n            \"endDate\": \"2022-07-26 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9226\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-27 00:00:00\",\n            \"endDate\": \"2022-07-27 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9227\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-28 00:00:00\",\n            \"endDate\": \"2022-07-28 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9228\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-29 00:00:00\",\n            \"endDate\": \"2022-07-29 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9229\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-01 00:00:00\",\n            \"endDate\": \"2022-08-01 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9230\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-02 00:00:00\",\n            \"endDate\": \"2022-08-02 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9231\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-03 00:00:00\",\n            \"endDate\": \"2022-08-03 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9232\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-04 00:00:00\",\n            \"endDate\": \"2022-08-04 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        }\n    ]\n}"},{"id":"18cb34ee-fded-419e-a81a-004b2e73a3ee","name":"Filter by date and sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/reservation.findByQuery?query=[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-01-01\"}]&sortBy={\"startDate\":\"ASC\"}","host":["https://devstage.accrisoft.com/api/web"],"path":["reservation.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-01-01\"}]","type":"text"},{"key":"sortBy","value":"{\"startDate\":\"ASC\"}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:34:07 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"424","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"11777\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-03 12:00:00\",\n            \"endDate\": \"2022-01-03 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11778\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-05 12:00:00\",\n            \"endDate\": \"2022-01-05 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11779\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-07 12:00:00\",\n            \"endDate\": \"2022-01-07 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11780\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-10 12:00:00\",\n            \"endDate\": \"2022-01-10 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11781\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-12 12:00:00\",\n            \"endDate\": \"2022-01-12 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11782\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-14 12:00:00\",\n            \"endDate\": \"2022-01-14 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11783\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-17 12:00:00\",\n            \"endDate\": \"2022-01-17 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11784\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-19 12:00:00\",\n            \"endDate\": \"2022-01-19 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11785\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-21 12:00:00\",\n            \"endDate\": \"2022-01-21 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11786\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-24 12:00:00\",\n            \"endDate\": \"2022-01-24 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11453\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-24 18:00:00\",\n            \"endDate\": \"2022-01-24 19:00:00\",\n            \"parentID\": \"67\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11787\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-26 12:00:00\",\n            \"endDate\": \"2022-01-26 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11788\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-28 12:00:00\",\n            \"endDate\": \"2022-01-28 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11789\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-31 12:00:00\",\n            \"endDate\": \"2022-01-31 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11454\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-01-31 18:00:00\",\n            \"endDate\": \"2022-01-31 19:00:00\",\n            \"parentID\": \"67\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11790\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-02 12:00:00\",\n            \"endDate\": \"2022-02-02 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11791\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-04 12:00:00\",\n            \"endDate\": \"2022-02-04 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11792\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-07 12:00:00\",\n            \"endDate\": \"2022-02-07 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11455\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-07 18:00:00\",\n            \"endDate\": \"2022-02-07 19:00:00\",\n            \"parentID\": \"67\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11793\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-09 12:00:00\",\n            \"endDate\": \"2022-02-09 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11794\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-11 12:00:00\",\n            \"endDate\": \"2022-02-11 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11795\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-14 12:00:00\",\n            \"endDate\": \"2022-02-14 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11456\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-14 18:00:00\",\n            \"endDate\": \"2022-02-14 19:00:00\",\n            \"parentID\": \"67\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11796\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-16 12:00:00\",\n            \"endDate\": \"2022-02-16 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"11797\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-02-18 12:00:00\",\n            \"endDate\": \"2022-02-18 17:00:00\",\n            \"parentID\": \"69\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        }\n    ]\n}"},{"id":"71650134-b4bf-4823-a5a4-8a7cd86da802","name":"Multiple filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/reservation.findByQuery?query=[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-01-01\"},{\"field\":\"status\",\"operator\":\"eq\",\"value\":\"approved\"}]","host":["https://devstage.accrisoft.com/api/web"],"path":["reservation.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-01-01\"},{\"field\":\"status\",\"operator\":\"eq\",\"value\":\"approved\"}]","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:34:50 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"396","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"9208\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-01 00:00:00\",\n            \"endDate\": \"2022-07-01 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9209\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-04 00:00:00\",\n            \"endDate\": \"2022-07-04 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9210\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-05 00:00:00\",\n            \"endDate\": \"2022-07-05 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9211\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-06 00:00:00\",\n            \"endDate\": \"2022-07-06 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9212\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-07 00:00:00\",\n            \"endDate\": \"2022-07-07 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9213\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-08 00:00:00\",\n            \"endDate\": \"2022-07-08 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9214\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-11 00:00:00\",\n            \"endDate\": \"2022-07-11 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9215\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-12 00:00:00\",\n            \"endDate\": \"2022-07-12 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9216\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-13 00:00:00\",\n            \"endDate\": \"2022-07-13 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9217\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-14 00:00:00\",\n            \"endDate\": \"2022-07-14 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9218\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-15 00:00:00\",\n            \"endDate\": \"2022-07-15 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9219\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-18 00:00:00\",\n            \"endDate\": \"2022-07-18 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9220\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-19 00:00:00\",\n            \"endDate\": \"2022-07-19 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9221\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-20 00:00:00\",\n            \"endDate\": \"2022-07-20 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9222\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-21 00:00:00\",\n            \"endDate\": \"2022-07-21 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9223\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-22 00:00:00\",\n            \"endDate\": \"2022-07-22 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9224\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-25 00:00:00\",\n            \"endDate\": \"2022-07-25 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9225\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-26 00:00:00\",\n            \"endDate\": \"2022-07-26 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9226\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-27 00:00:00\",\n            \"endDate\": \"2022-07-27 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9227\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-28 00:00:00\",\n            \"endDate\": \"2022-07-28 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9228\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-07-29 00:00:00\",\n            \"endDate\": \"2022-07-29 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9229\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-01 00:00:00\",\n            \"endDate\": \"2022-08-01 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9230\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-02 00:00:00\",\n            \"endDate\": \"2022-08-02 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9231\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-03 00:00:00\",\n            \"endDate\": \"2022-08-03 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"9232\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2022-08-04 00:00:00\",\n            \"endDate\": \"2022-08-04 00:00:00\",\n            \"parentID\": \"62\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        }\n    ]\n}"},{"id":"6a821d43-ec37-4e50-a126-6fc6f11175c3","name":"Limit results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/reservation.findByQuery?limit=5","host":["https://devstage.accrisoft.com/api/web"],"path":["reservation.findByQuery"],"query":[{"key":"limit","value":"5","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:35:11 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"240","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"496\",\n            \"status\": \"cancelled\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-10-14 10:00:00\",\n            \"endDate\": \"2019-10-14 11:00:00\",\n            \"parentID\": \"0\",\n            \"parentModule\": \"\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"533\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-19 07:00:00\",\n            \"endDate\": \"2020-03-19 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"534\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-20 07:00:00\",\n            \"endDate\": \"2020-03-20 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"535\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-21 07:00:00\",\n            \"endDate\": \"2020-03-21 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"536\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-25 07:00:00\",\n            \"endDate\": \"2020-03-25 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        }\n    ]\n}"},{"id":"ba87fcb2-c4b0-4cdb-94b6-6d2aeeeb984e","name":"Limit and offset results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/web/reservation.findByQuery?limit=5&offset=4","host":["https://devstage.accrisoft.com/api/web"],"path":["reservation.findByQuery"],"query":[{"key":"limit","value":"5","type":"text"},{"key":"offset","value":"4","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:35:30 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"264","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"536\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-25 07:00:00\",\n            \"endDate\": \"2020-03-25 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"537\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2020-03-26 07:00:00\",\n            \"endDate\": \"2020-03-26 16:00:00\",\n            \"parentID\": \"21\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": null,\n            \"breakdownDuration\": null\n        },\n        {\n            \"id\": \"538\",\n            \"status\": \"cancelled\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-11-19 14:00:00\",\n            \"endDate\": \"2019-11-19 17:00:00\",\n            \"parentID\": \"0\",\n            \"parentModule\": \"\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"617\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-12-19 11:00:00\",\n            \"endDate\": \"2019-12-19 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        },\n        {\n            \"id\": \"618\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"startDate\": \"2019-12-25 11:00:00\",\n            \"endDate\": \"2019-12-25 14:00:00\",\n            \"parentID\": \"24\",\n            \"parentModule\": \"programs\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"d93bcb0b-b75b-483c-a829-b5d8599bb963"}],"id":"8a85debe-fc44-4a0b-a019-363b4f7dcbcc","description":"<p>These API models correspond to the \"resources\" (Resources) module in Freedom.</p>\n","_postman_id":"8a85debe-fc44-4a0b-a019-363b4f7dcbcc"}],"id":"210e2c07-ad4f-43b3-8d77-a161607bb719","description":"<p>This endpoint contains actions meant to be accessible by all users.</p>\n<p>No Authentication is needed.</p>\n","_postman_id":"210e2c07-ad4f-43b3-8d77-a161607bb719"},{"name":"account","item":[{"name":"Events","item":[{"name":"EventAttendee","item":[{"name":"delete","id":"da3c972a-0afb-4764-a08d-bf4270885737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://devstage.accrisoft.com/api/account/eventAttendee.delete","description":"<p>Delete an attendee record via My Account</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">let url = baseURL + 'api/account/eventAttendee.delete';\nlet attendee = 50;\nif (attendee) {\n    const body = {\n      attendeeId: parseInt(attendee)\n    };\n    $.post(url, JSON.stringify(body), (data, status) =&gt; {\n      if (data.success == 1) {\n        //success!\n      }\n    });\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["eventAttendee.delete"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"d44d730b-89c5-413d-a29e-3c85dceb572b","name":"delete","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/eventAttendee.delete?attendeeId=1774","host":["https://devstage.accrisoft.com/api/account"],"path":["eventAttendee.delete"],"query":[{"key":"attendeeId","value":"1774"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\"status\":\"ok\",\"message\":\"200\",\"data\":{\"success\":1,\"id\":1774,\"message\":\"\"}}"}],"_postman_id":"da3c972a-0afb-4764-a08d-bf4270885737"}],"id":"a588c406-9cf7-40e5-a7ff-c625e79d6040","_postman_id":"a588c406-9cf7-40e5-a7ff-c625e79d6040","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}},{"name":"findAll","id":"d45cd785-cf1c-4f2d-a8a2-a9c3cf9246f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/event.findAll","description":"<p>Returns information about the logged in user's event registrations.</p>\n<p>RESPONSE</p>\n<p>Array - registrations in the following template</p>\n<ul>\n<li>attendee_id - Attendee ID</li>\n<li>eventid - Event ID</li>\n<li>category - Category of the event</li>\n<li>title - Title of event</li>\n<li>description - Description of event</li>\n<li>date - Start date of event</li>\n<li>thumbnail - Image thumbnail of event</li>\n<li>ticket_type - Ticket type purchased by logged in user</li>\n<li>status - Registration status of logged in user for this event</li>\n<li>price - Amount paid by user</li>\n<li>registered_by - User who registered this logged in user at time of purchase</li>\n<li>registration_id - ID of registration</li>\n<li>qr_code - QR Code that will check in user when scanned</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["event.findAll"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"92f2807e-9f2d-47c6-b392-978cef22d639","name":"Find all events the logged in user is registered for","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/event.findAll?id=1","protocol":"https","host":["devstage","accrisoft","com"],"path":["api","account","event.findAll"],"query":[{"key":"id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:14:07 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"175","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"eventid\": \"21\",\n            \"title\": \"Workshop: Diet How-To's & Basics\",\n            \"category\": \"CE Courses\",\n            \"date\": \"2025-10-12\",\n            \"thumbnail\": \"directory/events/event-food.jpg\",\n            \"description\": \"<p>Details here for food, diet, nutrition and health workshop topics.</p>\",\n            \"ticket_type\": \"General Ticket\",\n            \"status\": \"registered\",\n            \"price\": \"0.00\",\n            \"attendee_id\": \"1\",\n            \"registration_id\": \"682114\",\n            \"registered_by\": \"Andy Baltes\",\n            \"qr_code\": \"<img src='https://chart.googleapis.com/chart?cht=qr&chs=299x200&chl=admin.php%3Fsrc%3Dkiosk%26srctype%3Dajax%26cmd%3Dcheckin_scan%26attendee_id%3D1%26token%3D682114' >\"\n        },\n        {\n            \"eventid\": \"21\",\n            \"title\": \"Workshop: Diet How-To's & Basics\",\n            \"category\": \"CE Courses\",\n            \"date\": \"2025-10-12\",\n            \"thumbnail\": \"directory/events/event-food.jpg\",\n            \"description\": \"<p>Details here for food, diet, nutrition and health workshop topics.</p>\",\n            \"ticket_type\": \"Premium Ticket\",\n            \"status\": \"registered\",\n            \"price\": \"50.00\",\n            \"attendee_id\": \"4\",\n            \"registration_id\": \"902154\",\n            \"registered_by\": \"Andy Baltes\",\n            \"qr_code\": \"<img src='https://chart.googleapis.com/chart?cht=qr&chs=299x200&chl=admin.php%3Fsrc%3Dkiosk%26srctype%3Dajax%26cmd%3Dcheckin_scan%26attendee_id%3D4%26token%3D902154' >\"\n        }\n    ]\n}"},{"id":"ed382a03-6e61-440d-84f2-e19209b4284a","name":"sortBy","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/event.findAll?query=[{}]&sortBy={\"date\":\"DESC\"}","host":["https://devstage.accrisoft.com/api/account"],"path":["event.findAll"],"query":[{"key":"query","value":"[{}]"},{"key":"sortBy","value":"{\"date\":\"DESC\"}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d45cd785-cf1c-4f2d-a8a2-a9c3cf9246f0"}],"id":"cda2c2c4-e0ac-4e89-8e2a-c4c83afa08c8","_postman_id":"cda2c2c4-e0ac-4e89-8e2a-c4c83afa08c8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}},{"name":"Membership","item":[{"name":"membershipUserOverview.programRegistrations","id":"ac34fa0a-9d05-4ae0-a337-17c76a823963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/membershipUserOverview.programRegistrations","description":"<p>Returns information about the logged in user's program registrations.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li><em>none ({/<em>empty</em>/})</em></li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - registrations in the following template</p>\n<ul>\n<li>firstName - attendee recorded first name</li>\n<li>lastName - attendee recorded last name</li>\n<li>email - attendee email</li>\n<li>courseName - course name</li>\n<li>couseStart - course start date</li>\n<li>ticketName - attendee ticket type</li>\n<li>price - attendee ticket price</li>\n<li>status - registration payment status</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["membershipUserOverview.programRegistrations"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"4cd81169-9b64-4fa3-b273-45e15a357553","name":"success","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/membershipUserOverview.programRegistrations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:14:07 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"175","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"email\": \"john.smith@accrisoft.com\",\n            \"courseName\": \"Tennis 102\",\n            \"courseStart\": \"2020-01-01\",\n            \"ticketName\": \"Base Ticket\",\n            \"price\": \"1.00\",\n            \"status\": \"paid - cash\"\n        }\n    ]\n}"},{"id":"4ea1116f-9f82-4fe3-a7fe-759b3bc47336","name":"failure","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/membershipUserOverview.programRegistrations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Apr 2022 18:14:43 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"User-Agent","enabled":true},{"key":"Content-Length","value":"66","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Unauthorized\",\n    \"message\": \"401 Unauthorized\",\n    \"data\": null\n}"}],"_postman_id":"ac34fa0a-9d05-4ae0-a337-17c76a823963"}],"id":"bdefec87-2e75-4844-be5a-b0e6bc639c18","description":"<p>These API models correspond to the \"membership\" (Contact Database) module in Freedom.</p>\n","_postman_id":"bdefec87-2e75-4844-be5a-b0e6bc639c18","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}},{"name":"Programs","item":[{"name":"programRegistration.findAll","id":"18a475e8-fe42-4527-96b7-d6bbaec983a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/programRegistration.findAll","description":"<p>REQUEST BODY</p>\n<ul>\n<li>where<ul>\n<li>employees - boolean [not empty] - this always works if logged in as a company, if logged in as a person it will only work if that user is an admin in their main parent company. If this is the case, this will return the information about the other employees in their main company.</li>\n</ul>\n</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>firstName - first name of the attendee</li>\n<li>lastName - last name of the attendee</li>\n<li>email - email of the attendee</li>\n<li>courseName - name of the course the attendee registered for</li>\n<li>courseStart - date that the course starts</li>\n<li>ticketName - name of the ticket the attendee orders</li>\n<li>price - price of that ticket</li>\n<li>status - payment status of the program registration order</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["programRegistration.findAll"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"86ff7a0a-2604-421a-b408-332f0f86ec92","name":"success","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/programRegistration.findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:37:29 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"175","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"firstName\": \"John\",\n            \"lastName\": \"Smith\",\n            \"email\": \"john.smith@accrisoft.com\",\n            \"courseName\": \"Tennis 102\",\n            \"courseStart\": \"2020-01-01\",\n            \"ticketName\": \"Base Ticket\",\n            \"price\": \"1.00\",\n            \"status\": \"paid - cash\"\n        }\n    ]\n}"}],"_postman_id":"18a475e8-fe42-4527-96b7-d6bbaec983a3"}],"id":"0010f835-a336-431c-8f9b-bbfa3960395b","description":"<p>These API models correspond to the \"programs\" (Programs) module in Freedom.</p>\n","_postman_id":"0010f835-a336-431c-8f9b-bbfa3960395b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}},{"name":"Resources","item":[{"name":"reservations.findAll","id":"adeb3a30-221a-4025-8467-874d6d65887c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/reservation.findAll","description":"<p>Returns all information about all reservations for the logged in member.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li>where<ul>\n<li>startDate - date [not empty]</li>\n<li>employees - boolean [not empty] - this always works if logged in as a company, if logged in as a person it will only work if that user is an admin in their main parent company. If this is the case, this will return the information about the other employees in their main company.</li>\n<li>limit - the number of results to limit to (default 25)</li>\n<li>offset - the number of results to skip before returning</li>\n<li>sortBy - Object</li>\n</ul>\n</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>id - reservation ID</li>\n<li>description - reservation description</li>\n<li>startDate - datetime at which the reservation starts</li>\n<li>endDate - datetime at which the reservation ends</li>\n<li>status - status of the reservation</li>\n<li>parentID - id of the corresponding record in the parent module</li>\n<li>parentModule - the name of the parent module</li>\n<li>setupDuration - setup duration in minutes</li>\n<li>breakdownDuration - breakdown duration in minutes</li>\n<li>notes - notes on the reservation</li>\n<li>name - name of the member on the reservation</li>\n<li>memberID - id of the member the reservation is for</li>\n<li>metadata - any metadata attached to the reservation</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["reservation.findAll"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"335d853f-dadd-4394-967e-45b3e3399dc1","name":"no filters","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/reservation.findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:12:03 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"255","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13030\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-06 12:00:00\",\n            \"endDate\": \"2022-05-06 13:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"},{"id":"359fea14-cca2-4a85-bb2a-d77babeb714b","name":"startDate","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/reservation.findAll?where={\"startDate\":\"2022-05-07\"}","host":["https://devstage.accrisoft.com/api/account"],"path":["reservation.findAll"],"query":[{"key":"where","value":"{\"startDate\":\"2022-05-07\"}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:12:50 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"242","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"}],"_postman_id":"adeb3a30-221a-4025-8467-874d6d65887c"},{"name":"reservations.findByQuery","id":"617e7431-0f53-4a6c-894e-eb775eb93152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/reservation.findByQuery","description":"<p>Returns all information about all reservations for the logged in member.</p>\n<p>REQUEST BODY</p>\n<ul>\n<li><p>where</p>\n<ul>\n<li>employees - boolean [not empty] - this always works if logged in as a company, if logged in as a person it will only work if that user is an admin in their main parent company. If this is the case, this will return the information about the other employees in their main company.</li>\n</ul>\n</li>\n<li><p>query - Array</p>\n<ul>\n<li>field - name of the field to filter by (any response object field)</li>\n<li>operator - operation to filter field by</li>\n<li>value - value to filter field by</li>\n</ul>\n</li>\n<li><p>limit - the number of results to limit to (default 25, max 100)</p>\n</li>\n<li><p>offset - the number of results to skip before returning</p>\n</li>\n<li><p>sortBy - Object</p>\n</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>id - reservation ID</li>\n<li>description - reservation description</li>\n<li>startDate - datetime at which the reservation starts</li>\n<li>endDate - datetime at which the reservation ends</li>\n<li>status - status of the reservation</li>\n<li>parentID - id of the corresponding record in the parent module</li>\n<li>parentModule - the name of the parent module</li>\n<li>setupDuration - setup duration in minutes</li>\n<li>breakdownDuration - breakdown duration in minutes</li>\n<li>notes - notes on the reservation</li>\n<li>name - name of the member on the reservation</li>\n<li>memberID - id of the member the reservation is for</li>\n<li>metadata - any metadata attached to the reservation</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["reservation.findByQuery"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"38b3eafe-0c55-4f0c-ac31-6637d5712264","name":"no filters","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/reservation.findByQuery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:20:45 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"255","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13030\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-06 12:00:00\",\n            \"endDate\": \"2022-05-06 13:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"},{"id":"d4545c3c-9692-4732-b427-f0b641d760de","name":"filter by date","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/reservation.findByQuery?query=[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-05-07\"}]","host":["https://devstage.accrisoft.com/api/account"],"path":["reservation.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-05-07\"}]","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:22:56 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"242","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"},{"id":"b1a55cad-fab0-45d4-b58b-9cb7add2e38c","name":"filter by id","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/reservation.findByQuery?query=[{\"field\":\"id\",\"operator\":\"eq\",\"value\":\"13032\"}]","host":["https://devstage.accrisoft.com/api/account"],"path":["reservation.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"eq\",\"value\":\"13032\"}]","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:23:39 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"213","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"},{"id":"0bde20fb-e5c8-4875-a3a6-8f16d8bff3b0","name":"Multiple filters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/reservation.findByQuery?query=[{\"field\":\"id\",\"operator\":\"gte\",\"value\":\"13031\"},{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-05-07\"}]","host":["https://devstage.accrisoft.com/api/account"],"path":["reservation.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"gte\",\"value\":\"13031\"},{\"field\":\"startDate\",\"operator\":\"gte\",\"value\":\"2022-05-07\"}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:24:11 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"242","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"},{"id":"b5e4fe7b-bc53-49d7-8dd6-8931dc927ddb","name":"Limit results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/reservation.findByQuery?limit=2","host":["https://devstage.accrisoft.com/api/account"],"path":["reservation.findByQuery"],"query":[{"key":"limit","value":"2","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:24:53 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"234","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=99","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13030\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-06 12:00:00\",\n            \"endDate\": \"2022-05-06 13:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"},{"id":"15bf823b-e3b0-4b8b-885d-57efd18db753","name":"Limit and offset results","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/reservation.findByQuery?limit=2&offset=1","host":["https://devstage.accrisoft.com/api/account"],"path":["reservation.findByQuery"],"query":[{"key":"limit","value":"2","type":"text"},{"key":"offset","value":"1","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:25:06 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"242","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"},{"id":"46f70f02-8a38-48fc-a421-a894600fd10b","name":"Filter by id and sort","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/reservation.findByQuery?query=[{\"field\":\"id\",\"operator\":\"gte\",\"value\":\"13031\"}]&sortBy={\"startDate\":\"DESC\"}","host":["https://devstage.accrisoft.com/api/account"],"path":["reservation.findByQuery"],"query":[{"key":"query","value":"[{\"field\":\"id\",\"operator\":\"gte\",\"value\":\"13031\"}]"},{"key":"sortBy","value":"{\"startDate\":\"DESC\"}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 May 2022 14:27:07 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"242","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=99","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"id\": \"13032\",\n            \"description\": \"Golf - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 14:00:00\",\n            \"endDate\": \"2022-05-07 14:30:00\",\n            \"parentID\": \"3\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        },\n        {\n            \"id\": \"13031\",\n            \"description\": \"Tennis - John Smith\",\n            \"status\": \"approved\",\n            \"notes\": \"\",\n            \"name\": \"\",\n            \"metadata\": \"\",\n            \"startDate\": \"2022-05-07 13:00:00\",\n            \"endDate\": \"2022-05-07 14:00:00\",\n            \"parentID\": \"1\",\n            \"parentModule\": \"activities\",\n            \"setupDuration\": \"0\",\n            \"breakdownDuration\": \"0\",\n            \"memberID\": \"966\"\n        }\n    ]\n}"}],"_postman_id":"617e7431-0f53-4a6c-894e-eb775eb93152"}],"id":"c2899d5a-09f8-4153-860d-54b182727fc3","description":"<p>These API models correspond to the \"resources\" (Resources) module in Freedom.</p>\n","_postman_id":"c2899d5a-09f8-4153-860d-54b182727fc3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}},{"name":"Vouchers","item":[{"name":"voucher.findAll","id":"b5886ddb-27a7-4cb4-bbce-61814a8f2974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/voucher.findAll","description":"<p>REQUEST BODY</p>\n<ul>\n<li>where<ul>\n<li>employees - boolean [not empty] - this always works if logged in as a company, if logged in as a person it will only work if that user is an admin in their main parent company. If this is the case, this will return the information about the other employees in their main company.</li>\n</ul>\n</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array - items in the following template</p>\n<ul>\n<li>description - description of the voucher</li>\n<li>sku - sku that the voucher uses</li>\n<li>available - how many vouchers of that sku/type are available for the logged in user</li>\n<li>used - how many vouchers of that sku/type have been used for the logged in user</li>\n<li>expired - how many vouchers of that sku/type have expired for the logged in user</li>\n<li>member - the member that owns the vouchers of that sku/type</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["voucher.findAll"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"3bb52591-aad2-4afb-9699-6fa649ec5b44","name":"success","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/voucher.findAll"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 19 May 2022 14:31:42 GMT","enabled":true},{"key":"Server","value":"Apache/2.4.38 (Debian)","enabled":true},{"key":"Access-Control-Allow-Origin","value":"*","enabled":true},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST","enabled":true},{"key":"Access-Control-Max-Age","value":"3600","enabled":true},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With","enabled":true},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","enabled":true},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","enabled":true},{"key":"Pragma","value":"no-cache","enabled":true},{"key":"Vary","value":"Accept-Encoding,User-Agent","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Content-Length","value":"180","enabled":true},{"key":"Keep-Alive","value":"timeout=15, max=100","enabled":true},{"key":"Connection","value":"Keep-Alive","enabled":true},{"key":"Content-Type","value":"application/json; charset=UTF-8","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": [\n        {\n            \"sku\": \"Voucher_Zero_default\",\n            \"available\": 1,\n            \"used\": 0,\n            \"expired\": 0,\n            \"description\": \"Voucher Zero\",\n            \"member\": \"John Smith\"\n        },\n        {\n            \"sku\": \"Personal_Training_Voucher_def01\",\n            \"available\": 1,\n            \"used\": 0,\n            \"expired\": 0,\n            \"description\": \"Personal Training Voucher\",\n            \"member\": \"John Smith\"\n        }\n    ]\n}"}],"_postman_id":"b5886ddb-27a7-4cb4-bbce-61814a8f2974"}],"id":"48698781-c9ce-473d-be53-324dabdf221e","description":"<p>These API models correspond to the \"vouchers\" (Vouchers) module in Freedom.</p>\n","_postman_id":"48698781-c9ce-473d-be53-324dabdf221e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}},{"name":"Recurring","item":[{"name":"FinanceRecurring.find","id":"8d6002f0-dd09-444d-ae07-21a1035afdc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceRecurring.find?id","description":"<p>REQUEST PARAMS</p>\n<ul>\n<li>id- int [required]</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>id - schedule id</li>\n<li>scheduleStatus - current status of the schedule. One of:<ul>\n<li>'active'</li>\n<li>'cancelled'</li>\n<li>'halted'</li>\n<li>'complete'</li>\n</ul>\n</li>\n<li>lastItemStatus - status of the last run item. One of:<ul>\n<li>null - no previously run item</li>\n<li>'invoice_failed' - invoice creation failure</li>\n<li>'payment_failed' - payment failure</li>\n<li>'complete' - invoice created and payment succeeded</li>\n</ul>\n</li>\n<li>recurForever - boolean if this will continue until stopped</li>\n<li>remainingRepetitions - if the schedule will not recurForever, how many repetitions are left</li>\n<li>previousDate - previous datetime in UTC that the schedule was run on.</li>\n<li>nextDate - datetime in UTC that the next schedule will be run on</li>\n<li>nextAmount - next amount that will be charged</li>\n<li>paymentMethod - Set way to pay for a recurring schedule. One of:<ul>\n<li>payment_cc - credit card</li>\n<li>payment_ach - echeck associated with the members account</li>\n<li>payment_later - invoice will be created but not paid</li>\n</ul>\n</li>\n<li>paymentId - Credit card id associated with the recurring schedule</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceRecurring.find"],"host":["https://devstage.accrisoft.com/api/account"],"query":[{"description":{"content":"<p>Id of the Recurring Schedule</p>\n","type":"text/plain"},"key":"id","value":null}],"variable":[]}},"response":[],"_postman_id":"8d6002f0-dd09-444d-ae07-21a1035afdc9"},{"name":"FinanceRecurring.findAll","id":"5f7be8c2-eb9f-41a3-a4e4-4c3a3598396b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceRecurring.findAll","description":"<p>REQUEST PARAMS</p>\n<ul>\n<li>id- int [required]</li>\n</ul>\n<p>RESPONSE</p>\n<p>Array Items in the following Format:</p>\n<ul>\n<li>id - schedule id</li>\n<li>scheduleStatus - current status of the schedule. One of:<ul>\n<li>'active'</li>\n<li>'cancelled'</li>\n<li>'halted'</li>\n<li>'complete'</li>\n</ul>\n</li>\n<li>lastItemStatus - status of the last run item. One of:<ul>\n<li>null - no previously run item</li>\n<li>'invoice_failed' - invoice creation failure</li>\n<li>'payment_failed' - payment failure</li>\n<li>'complete' - invoice created and payment succeeded</li>\n</ul>\n</li>\n<li>recurForever - boolean if this will continue until stopped</li>\n<li>remainingRepetitions - if the schedule will not recurForever, how many repetitions are left</li>\n<li>previousDate - previous datetime in UTC that the schedule was run on.</li>\n<li>nextDate - datetime in UTC that the next schedule will be run on</li>\n<li>nextAmount - next amount that will be charged</li>\n<li>paymentMethod - Set way to pay for a recurring schedule. One of:<ul>\n<li>payment_cc - credit card</li>\n<li>payment_ach - echeck associated with the members account</li>\n<li>payment_later - invoice will be created but not paid</li>\n</ul>\n</li>\n<li>paymentId - Credit card id associated with the recurring schedule</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceRecurring.findAll"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"1ccc5be6-0475-4283-83bb-b621fab4d518","name":"success","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceRecurring.findAll"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"total\": 1,\n        \"limit\": 25,\n        \"offset\": 0,\n        \"items\": [\n            {\n                \"id\": \"4\",\n                \"billing_item_id\": \"97\",\n                \"schedule_status\": \"active\",\n                \"schedule_type\": \"frequency\",\n                \"frequency\": \"quarterly\",\n                \"recur_infinite\": \"1\",\n                \"remaining_repetitions\": \"0\",\n                \"payment_type\": \"payment_later\",\n                \"payment_id\": null,\n                \"description\": \"John Smith - Personal Training - 10 Pack \",\n                \"first_date\": \"2023-03-03\",\n                \"previous_date\": null,\n                \"previous_status\": null,\n                \"next_date\": \"2023-06-03\",\n                \"next_amount\": \"450.00\"\n            }\n            \n        ]\n    }\n}"}],"_postman_id":"5f7be8c2-eb9f-41a3-a4e4-4c3a3598396b"}],"id":"4493c790-9f99-4062-bb1e-b3c8805d09a5","description":"<p>These API models are used to view and control recurring invoices in Freedom.</p>\n","_postman_id":"4493c790-9f99-4062-bb1e-b3c8805d09a5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}},{"name":"Finance","item":[{"name":"FinanceBillingItems.findAll","id":"b6f449e8-1397-4d93-a9ec-7e5bd25692b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceBillingItems.findAll?sortBy={\"field_name\": \"sort_direction\"}&limit=25&offset=0&query=[{\"field\":\"field_name\",\"operator\":\"eq\",\"value\":\"field_value\"}]","description":"<p>Finds all finance billing items. see examples for return structure</p>\n<p>Allowed WHERE fields</p>\n<ul>\n<li>supertype</li>\n<li>type</li>\n<li>billing_date</li>\n</ul>\n<p>Allowed SORT fields</p>\n<ul>\n<li>supertype</li>\n<li>type</li>\n<li>billing_date</li>\n<li>invoice_number</li>\n<li>due_date</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceBillingItems.findAll"],"host":["https://devstage.accrisoft.com/api/account"],"query":[{"key":"sortBy","value":"{\"field_name\": \"sort_direction\"}"},{"key":"limit","value":"25"},{"key":"offset","value":"0"},{"key":"query","value":"[{\"field\":\"field_name\",\"operator\":\"eq\",\"value\":\"field_value\"}]"}],"variable":[]}},"response":[{"id":"05d1e742-0d66-45e7-9c32-66afb48e1360","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/FinanceBillingItems.findAll?sortBy={\"billing_date\": \"asc\"}&limit=40&offset=0","host":["https://devstage.accrisoft.com/api/account"],"path":["FinanceBillingItems.findAll"],"query":[{"key":"sortBy","value":"{\"billing_date\": \"asc\"}"},{"key":"limit","value":"40"},{"key":"offset","value":"0"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"total\": 0,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"items\": [\n            {\"id\":\"1881122209\",\n            \"member_id\":\"123\",\n            \"supertype\":\"invoice_item\",\n            \"type\":\"invoice_item_proforma\",\n            \"sku\":\"super_widget01\",\n            \"description\":\"Super Widget\",\n            \"quantity\":\"1.00\",\n            \"unit_value\":\"20.00\",\n            \"amount\":\"20.00\",\n            \"applied_proration\":\"0.00\",\n            \"amount_prorated\":\"20.00\",\n            \"applied_discounts\":\"0.00\",\n            \"amount_discounted\":\"20.00\",\n            \"applied_voids\":\"0.00\",\n            \"amount_voided\":\"20.00\",\n            \"tax\":\"0.00\",\n            \"amount_net\":\"20.00\",\n            \"applied_payments\":\"0.00\",\n            \"amount_remaining\":\"20.00\",\n            \"applied_unpaid_installments\":\"0.00\",\n            \"amount_effective_remaining\":\"20.00\",\n            \"invoice_number\":\"\",\n            \"invoice_sort\":\"0\",\n            \"module\":\"\",\n            \"classification\":\"none\",\n            \"billing_date\":\"2023-04-26\",\n            \"posted_date\":null,\n            \"due_date\":\"2023-05-03\",\n            \"post_on_date\":null,\n            \"private_notes\":\"\",\n            \"created_date_utc\":\"2023-04-26 15:53:49\",\n            \"admin_location\":\"\",\n            \"created_by\":\"admin_johndoe\",\n            \"last_modified_utc\":\"2023-04-26 17:07:20\"\n            }\n        ]\n    }\n}"},{"id":"dbd06d6f-473b-4748-b22d-96819e1b8a5f","name":"Filter by Super Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/account/FinanceBillingItems.findAll?query=[{\"field\":\"supertype\",\"operator\":\"eq\",\"value\":\"invoice_item\"}]&limit=20&offset=10","host":["https://devstage.accrisoft.com/api/account"],"path":["FinanceBillingItems.findAll"],"query":[{"key":"query","value":"[{\"field\":\"supertype\",\"operator\":\"eq\",\"value\":\"invoice_item\"}]"},{"key":"limit","value":"20"},{"key":"offset","value":"10"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"total\": 1,\n        \"offset\": 0,\n        \"limit\": 25,\n        \"items\": [\n            {\"id\":\"1881122209\",\n            \"member_id\":\"123\",\n            \"supertype\":\"invoice_item\",\n            \"type\":\"invoice_item_proforma\",\n            \"sku\":\"super_widget01\",\n            \"description\":\"Super Widget\",\n            \"quantity\":\"1.00\",\n            \"unit_value\":\"20.00\",\n            \"amount\":\"20.00\",\n            \"applied_proration\":\"0.00\",\n            \"amount_prorated\":\"20.00\",\n            \"applied_discounts\":\"0.00\",\n            \"amount_discounted\":\"20.00\",\n            \"applied_voids\":\"0.00\",\n            \"amount_voided\":\"20.00\",\n            \"tax\":\"0.00\",\n            \"amount_net\":\"20.00\",\n            \"applied_payments\":\"0.00\",\n            \"amount_remaining\":\"20.00\",\n            \"applied_unpaid_installments\":\"0.00\",\n            \"amount_effective_remaining\":\"20.00\",\n            \"invoice_number\":\"\",\n            \"invoice_sort\":\"0\",\n            \"module\":\"\",\n            \"classification\":\"none\",\n            \"billing_date\":\"2023-04-26\",\n            \"posted_date\":null,\n            \"due_date\":\"2023-05-03\",\n            \"post_on_date\":null,\n            \"private_notes\":\"\",\n            \"created_date_utc\":\"2023-04-26 15:53:49\",\n            \"admin_location\":\"\",\n            \"created_by\":\"admin_johndoe\",\n            \"last_modified_utc\":\"2023-04-26 17:07:20\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b6f449e8-1397-4d93-a9ec-7e5bd25692b4"},{"name":"FinanceBillingItems.findPayable","id":"9720f8a1-9dc4-4075-b237-838484aeaeae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceBillingItems.findPayable?limit=25&offset=0","description":"<p>Get all invoice billing Items that are posted or proforma that have an outstanding balance and thus can be paid.</p>\n<p>This query does not support sorting or filtering</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceBillingItems.findPayable"],"host":["https://devstage.accrisoft.com/api/account"],"query":[{"key":"limit","value":"25"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"3ba6880b-b563-423d-bde0-ee2fc0d00957","name":"success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"limit\": 50,\n    \"offset\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/account/FinanceBillingItems.findPayable"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"total\": 0,\n        \"offset\": 0,\n        \"limit\": 50,\n        \"items\": [{\"id\": \"47\",\n                \"member_id\": \"49\",\n                \"supertype\": \"invoice_item\",\n                \"type\": \"invoice_item_posted\",\n                \"sku\": \"super_widget\",\n                \"description\": \"Super Widget\",\n                \"quantity\": \"1.00\",\n                \"unit_value\": \"200.00\",\n                \"amount\": \"200.00\",\n                \"applied_proration\": \"0.00\",\n                \"amount_prorated\": \"200.00\",\n                \"applied_discounts\": \"0.00\",\n                \"amount_discounted\": \"200.00\",\n                \"applied_voids\": \"0.00\",\n                \"amount_voided\": \"200.00\",\n                \"tax\": \"0.00\",\n                \"amount_net\": \"200.00\",\n                \"applied_payments\": \"-100.00\",\n                \"amount_remaining\": \"100.00\",\n                \"applied_unpaid_installments\": \"0.00\",\n                \"amount_effective_remaining\": \"100.00\",\n                \"invoice_number\": \"508940\",\n                \"invoice_sort\": \"0\",\n                \"module\": \"finance\",\n                \"classification\": \"none\",\n                \"billing_date\": \"2023-05-01\",\n                \"posted_date\": \"2023-05-01\",\n                \"due_date\": \"2023-05-01\",\n                \"post_on_date\": null,\n                \"private_notes\": \"\",\n                \"created_date_utc\": \"2023-05-01 17:09:02\",\n                \"admin_location\": \"\",\n                \"created_by\": \"admin_johnsmith\",\n                \"last_modified_utc\": \"2023-05-01 17:44:14\"}]\n    }\n}"}],"_postman_id":"9720f8a1-9dc4-4075-b237-838484aeaeae"},{"name":"FinanceBilling.submitPaymentForItems","id":"315c6640-1d60-4625-8f9a-a8c5b74abfa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\":\"100.00\",\n    \"nonce\":\"string\",\n    \"billing_item_ids\": \"array\",\n    \"payment_method\":\"credit_card\",\n    \"payment_id\":\"123\",\n    \"is_new_card\":\"0\",\n    \"send_email_confirmation\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/account/FinanceBilling.submitPaymentForItems","description":"<p>Sumbits payment for the selected billing items. allows for credit card or ach on file payments as well as new card payments</p>\n<p>REQUEST PARAMS</p>\n<ul>\n<li>nonce: string [required]</li>\n<li>amount: string [required]</li>\n<li>billing_item_ids: array</li>\n<li>payment_method: string [required]<ul>\n<li>credit_card or echeck</li>\n</ul>\n</li>\n<li>payment_id: id of credit card to use</li>\n<li>is_new_card: use new card values</li>\n<li>card_type: visa |amex| discover|mastercard</li>\n<li>card_number: string</li>\n<li>card_name: string</li>\n<li>card_cvv: string</li>\n<li>card_month: string</li>\n<li>card_year: string</li>\n<li>billing_address1: string</li>\n<li>billing_address2: string</li>\n<li>billing_city:string</li>\n<li>billing_state: string</li>\n<li>billing_zip: string</li>\n<li>send_email_confirmation: int - 1 or 0</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>success - int - 0 or 1</li>\n<li>message -</li>\n<li>error</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceBilling.submitPaymentForItems"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[],"_postman_id":"315c6640-1d60-4625-8f9a-a8c5b74abfa8"},{"name":"FinanceBilling.submitPayment","id":"8b2f93f0-fb2c-4a6a-9b04-207e6b9335c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\":\"100.00\",\n    \"nonce\":\"string\"   \n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/account/FinanceBilling.submitPayment","description":"<p>Submit payment to account. using the default credit card on file. will apply to all outstanding items starting with the oldest</p>\n<p>REQUEST PARAMS</p>\n<ul>\n<li>nonce: string [required]</li>\n<li>amount: string [required]</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceBilling.submitPayment"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b2f93f0-fb2c-4a6a-9b04-207e6b9335c8"},{"name":"FinanceBilling.getPaymentNonce","id":"4cb7bc28-d4e9-43db-850a-2767d40f9f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceBilling.getPaymentNonce","description":"<p>Retrieve nonce to allow for sending of payment calls</p>\n<p>REQUEST PARAMS</p>\n<ul>\n<li>id- int [required]</li>\n</ul>\n<p>RESPONSE</p>\n<p>nonce to use for payment calls</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceBilling.getPaymentNonce"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cb7bc28-d4e9-43db-850a-2767d40f9f90"},{"name":"FinanceBilling.findUsablePaymentMethods","id":"d996017f-fbcd-4fb2-a654-34012c678dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceBilling.findUsablePaymentMethods","description":"<p>get information about the types of payments the user can make. Also includes new card config settings</p>\n<p>WARNING - this endpoint may change soon</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}},"urlObject":{"path":["FinanceBilling.findUsablePaymentMethods"],"host":["https://devstage.accrisoft.com/api/account"],"query":[],"variable":[]}},"response":[{"id":"e4427fb0-0b6e-43a0-b6e5-fecaeaf226f0","name":"success","originalRequest":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/account/FinanceBilling.findUsablePaymentMethods"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"payment_methods\": {\n            \"creditcard\": \"Credit Card\"\n        },\n        \"new_card_config\": {\n            \"card_types\": {\n                \"\": \"\",\n                \"amex\": \"American Express\",\n                \"discover\": \"Discover\",\n                \"mastercard\": \"Mastercard\",\n                \"visa\": \"Visa\"\n            },\n            \"card_month\": {\n                \"1\": \"(01) Jan\",\n                \"2\": \"(02) Feb\",\n                \"3\": \"(03) Mar\",\n                \"4\": \"(04) Apr\",\n                \"5\": \"(05) May\",\n                \"6\": \"(06) Jun\",\n                \"7\": \"(07) Jul\",\n                \"8\": \"(08) Aug\",\n                \"9\": \"(09) Sep\",\n                \"10\": \"(10) Oct\",\n                \"11\": \"(11) Nov\",\n                \"12\": \"(12) Dec\",\n                \"\": \"\"\n            },\n            \"card_years\": {\n                \"2023\": 2023,\n                \"2024\": 2024,\n                \"2025\": 2025,\n                \"2026\": 2026,\n                \"2027\": 2027,\n                \"2028\": 2028,\n                \"2029\": 2029,\n                \"2030\": 2030,\n                \"2031\": 2031,\n                \"2032\": 2032,\n                \"2033\": 2033,\n                \"2034\": 2034,\n                \"2035\": 2035,\n                \"2036\": 2036,\n                \"2037\": 2037,\n                \"\": \"\"\n            },\n            \"use_cvv\": true\n        },\n        \"items\": [\n            {\n                \"id\": \"41863\",\n                \"is_default\": \"1\",\n                \"description\": \"Visa Card - Tester\",\n                \"card_name\": \"John Testerson\",\n                \"card_type\": \"visa\",\n                \"card_number_masked\": \"************1111\",\n                \"exp_month\": \"6\",\n                \"exp_year\": \"2025\"                \n            }\n        ]\n    }\n}"}],"_postman_id":"d996017f-fbcd-4fb2-a654-34012c678dbe"}],"id":"d5b51bd0-c760-42d6-a15d-01efccc27464","_postman_id":"d5b51bd0-c760-42d6-a15d-01efccc27464","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","name":"account","type":"folder"}}}],"id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1","description":"<p>This endpoint is for all \"MyAccount\" related functionality. Use web/authenticate.login endpoint to login.</p>\n<p><strong>To allow authentication via JWT</strong><br />Ensure your website is set up with an API Access Secret Key. Please contact Accrisoft support with questions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"76a9ddee-aae4-48f6-8a60-4a1593572a27","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"89e92193-bc5d-402b-b757-fa7ead743758","type":"text/javascript","exec":[""]}}],"_postman_id":"ebe43f44-2ac1-49e9-ac12-1668079b7db1"},{"name":"app","item":[{"name":"Contacts","item":[{"name":"contacts.find","id":"62091f85-0dfc-48a1-83a7-58c347cdecf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://devstage.accrisoft.com/api/app/contacts.find?where={\"username\":\"johnsmith\"}","description":"<p>REQUEST BODY</p>\n<ul>\n<li>where<ul>\n<li>username- string [not empty]</li>\n</ul>\n</li>\n<li>id - int</li>\n</ul>\n<p><em>where['username'] OR id is required</em></p>\n<p>RESPONSE</p>\n<ul>\n<li>id - member id</li>\n<li>email - member email</li>\n<li>first_name - member first name</li>\n<li>last_name - member last name</li>\n<li>customer_number - member customer number if applicable</li>\n<li>is_member - if the user is a current member</li>\n<li>member_level - what level of membership the user has</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":true,"source":{"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423","id":"4281ab66-1df9-4402-b755-b46ed257b423","name":"app","type":"folder"}},"urlObject":{"path":["contacts.find"],"host":["https://devstage.accrisoft.com/api/app"],"query":[{"key":"where","value":"{\"username\":\"johnsmith\"}"}],"variable":[]}},"response":[{"id":"10f5d54f-d06a-452a-9478-ebf00dd29321","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/app/contacts.find?id=966","host":["https://devstage.accrisoft.com/api/app"],"path":["contacts.find"],"query":[{"key":"id","value":"966"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 May 2022 19:03:01 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Set-Cookie","value":"PHPSESSID=9e9ade203266d78f45be9469ff; path=/; HttpOnly"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"160"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"id\": \"966\",\n        \"email\": \"john.smith@accrisoft.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"customer_number\": \"Cust-854-omer\",\n        \"is_member\": \"no\",\n        \"member_level\": \"\"\n    }\n}"},{"id":"864931ec-4e98-43c4-bb35-1c1bb7e23964","name":"success with username","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://devstage.accrisoft.com/api/app/contacts.find?where={\"username\":\"johnsmith\"}","host":["https://devstage.accrisoft.com/api/app"],"path":["contacts.find"],"query":[{"key":"where","value":"{\"username\":\"johnsmith\"}","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 May 2022 19:10:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"160"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"id\": \"966\",\n        \"email\": \"john.smith@accrisoft.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"customer_number\": \"Cust-854-omer\",\n        \"is_member\": \"no\",\n        \"member_level\": \"\"\n    }\n}"}],"_postman_id":"62091f85-0dfc-48a1-83a7-58c347cdecf9"},{"name":"contacts.verify","id":"af43fdf6-1009-4d9d-8b30-532672ba027d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johnsmith\",\r\n    \"password\": \"johnsmith\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/app/contacts.verify","description":"<p>REQUEST BODY</p>\n<ul>\n<li>username - string [required]</li>\n<li>password - string [required]</li>\n</ul>\n<p>RESPONSE</p>\n<p>data contains the id of the member this username/password combination matches on success</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":true,"source":{"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423","id":"4281ab66-1df9-4402-b755-b46ed257b423","name":"app","type":"folder"}},"urlObject":{"path":["contacts.verify"],"host":["https://devstage.accrisoft.com/api/app"],"query":[],"variable":[]}},"response":[{"id":"d8a6f69d-5322-4ac9-8a30-51f4228ae954","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"johnsmith\",\r\n    \"password\": \"johnsmith\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/app/contacts.verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 May 2022 19:05:10 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Length","value":"44"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": \"966\"\n}"}],"_postman_id":"af43fdf6-1009-4d9d-8b30-532672ba027d"}],"id":"9ce80709-e247-4342-9aae-b05a7e99fecb","description":"<p>These API models correspond to the \"membership\" (Contact Database) module in Freedom.</p>\n","_postman_id":"9ce80709-e247-4342-9aae-b05a7e99fecb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":true,"source":{"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423","id":"4281ab66-1df9-4402-b755-b46ed257b423","name":"app","type":"folder"}}},{"name":"Invoices","item":[{"name":"invoices.create","id":"c97b1ace-001c-4965-9f3e-aab59dd8ee28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_id\": 966,\r\n    \"description\": \"Example app API Invoice\",\r\n    \"invoice_date\": \"2022-05-20 12:00:00\",\r\n    \"notes\": \"Example 3rd Party Sale\",\r\n    \"items\": [\r\n        {\r\n            \"sku\": \"\",\r\n            \"item_name\": \"Example Item\",\r\n            \"quantity\": 1,\r\n            \"unit_price\": 1.00\r\n        }\r\n    ],\r\n    \"taxes\": 0.20,\r\n    \"shipping\": 0.00,\r\n    \"discount\": 0.00\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/app/invoices.create","description":"<p>REQUEST BODY</p>\n<ul>\n<li>contact_id - int [required] member who is being invoiced</li>\n<li>description string - [required] invoice description</li>\n<li>invoice_date - string [required] date formatted YYYY-MM-DD HH:MM:SS</li>\n<li>notes - string</li>\n<li>taxes - decimal</li>\n<li>shipping - decimal</li>\n<li>discount - negative decimal</li>\n<li>items - array in the following format<ul>\n<li>sku - string</li>\n<li>item_name - string [required]</li>\n<li>quantity - int [required]</li>\n<li>unit_price - decimal [required]</li>\n</ul>\n</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>success - whether or not the invoice was created successfully</li>\n<li>message - any relevant information about the invoice creation status</li>\n<li>invoice_number - number of the created invoice</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":true,"source":{"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423","id":"4281ab66-1df9-4402-b755-b46ed257b423","name":"app","type":"folder"}},"urlObject":{"path":["invoices.create"],"host":["https://devstage.accrisoft.com/api/app"],"query":[],"variable":[]}},"response":[{"id":"10433e7b-08a2-4686-bfa2-d9e0a921836f","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_id\": 966,\r\n    \"description\": \"Example app API Invoice\",\r\n    \"invoice_date\": \"2022-05-20 12:00:00\",\r\n    \"notes\": \"Example 3rd Party Sale\",\r\n    \"items\": [\r\n        {\r\n            \"sku\": \"\",\r\n            \"item_name\": \"Example Item\",\r\n            \"quantity\": 1,\r\n            \"unit_price\": 1.00\r\n        }\r\n    ],\r\n    \"taxes\": 0.20,\r\n    \"shipping\": 0.00,\r\n    \"discount\": 0.00\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/app/invoices.create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 May 2022 19:19:06 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"102"},{"key":"Keep-Alive","value":"timeout=15, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"success\": 1,\n        \"message\": \"Invoice created\",\n        \"invoice_number\": 2342\n    }\n}"}],"_postman_id":"c97b1ace-001c-4965-9f3e-aab59dd8ee28"}],"id":"afec8d76-8f94-46b9-91ee-3dee73c4b3ff","description":"<p>These API models correspond to the \"billing\" (Invoices) module in Freedom.</p>\n","_postman_id":"afec8d76-8f94-46b9-91ee-3dee73c4b3ff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":true,"source":{"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423","id":"4281ab66-1df9-4402-b755-b46ed257b423","name":"app","type":"folder"}}},{"name":"Cash Receipts","item":[{"name":"cashReceipts.create","id":"5f95bed6-1de3-4149-aa8d-ee0a94f66e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_id\": 966,\r\n    \"payment_type\": \"creditcard\",\r\n    \"amount\": 1.00,\r\n    \"payment_date\": \"2022-05-20 12:01:00\",\r\n    \"apply_invoice_number\": \"2342\",\r\n    \"notes\": \"Payment for Example app API Invoice\",\r\n    \"payment_info\": {        \r\n        \"card_type\": \"visa\",\r\n        \"last_four_card_number\": \"1111\",\r\n        \"card_exp_month\": 11,\r\n        \"card_exp_year\": 2025\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/app/cashReceipts.create","description":"<p>REQUEST BODY</p>\n<ul>\n<li>contact_id - int [required] member whose invoice is being paid</li>\n<li>payment_type - string [required] creditcard|echeck|cash</li>\n<li>amount - decimal [required] amount being paid onto invoice</li>\n<li>payment_date - string [required] date formatted YYYY-MM-DD HH:MM:SS</li>\n<li>apply_invoice_number: string (invoice number to apply cash receipt to)</li>\n<li>notes - string</li>\n<li>payment_info<ul>\n<li>card_type - visa|mastercard|discover|amex|diners|jcb (credit cards only)</li>\n<li>last_four_card_number - last 4 digits of member card to use (credit cards only)</li>\n<li>card_exp_month - integer describing the month (credit cards only)</li>\n<li>card_exp_year - integer describing the year (credit cards only)</li>\n<li>last_four_bank_account - last 4 digits of member bank account (echecks only)</li>\n</ul>\n</li>\n</ul>\n<p>RESPONSE</p>\n<ul>\n<li>success - whether or not the cash receipt was created successfully</li>\n<li>message - any relevant information about the cash receipt creation status</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":true,"source":{"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423","id":"4281ab66-1df9-4402-b755-b46ed257b423","name":"app","type":"folder"}},"urlObject":{"path":["cashReceipts.create"],"host":["https://devstage.accrisoft.com/api/app"],"query":[],"variable":[]}},"response":[{"id":"f871b58b-35c3-4253-b1a5-af75fc60d2d0","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contact_id\": 966,\r\n    \"payment_type\": \"creditcard\",\r\n    \"amount\": 1.00,\r\n    \"payment_date\": \"2022-05-20 12:01:00\",\r\n    \"apply_invoice_number\": \"2342\",\r\n    \"notes\": \"Payment for Example app API Invoice\",\r\n    \"payment_info\": {        \r\n        \"card_type\": \"visa\",\r\n        \"last_four_card_number\": \"1111\",\r\n        \"card_exp_month\": 11,\r\n        \"card_exp_year\": 2025\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://devstage.accrisoft.com/api/app/cashReceipts.create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 20 May 2022 19:26:49 GMT"},{"key":"Server","value":"Apache/2.4.38 (Debian)"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,GET,POST"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"91"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"message\": \"200\",\n    \"data\": {\n        \"success\": 1,\n        \"message\": \"Cash receipt created\"\n    }\n}"}],"_postman_id":"5f95bed6-1de3-4149-aa8d-ee0a94f66e74"}],"id":"ae690382-a999-4d05-885c-6e968abdfc62","description":"<p>These API models correspond to the \"gateway\" (Cash Receipts) module in Freedom.</p>\n","_postman_id":"ae690382-a999-4d05-885c-6e968abdfc62","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":true,"source":{"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423","id":"4281ab66-1df9-4402-b755-b46ed257b423","name":"app","type":"folder"}}}],"id":"4281ab66-1df9-4402-b755-b46ed257b423","description":"<p>This endpoint is for external application access. Every call to api/app/ must contain Authorization header with api_key.</p>\n<p><strong>To allow authentication:</strong><br />Ensure the Accrisoft Freedom site that you are integrating with has created a security user with the proper permissions for your external application. Please contact Accrisoft support with questions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a227014c-8e58-400d-a300-9ec333d91ca2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7fefbf2a-ae96-4bc7-8dbe-6549cc29a5f4","type":"text/javascript","exec":[""]}}],"_postman_id":"4281ab66-1df9-4402-b755-b46ed257b423"}],"event":[{"listen":"prerequest","script":{"id":"961bed9c-62fd-47b4-9882-f2181b5b6785","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e0d3cef-3ee5-4459-a03a-a40edc4c8990","type":"text/javascript","exec":[""]}}],"variable":[{"key":"directoryType","value":"test_directory"},{"key":"WEB_API","value":"https://devstage.accrisoft.com/api/web"},{"key":"ACCOUNT_API","value":"https://devstage.accrisoft.com/api/account"},{"key":"APP_API","value":"https://devstage.accrisoft.com/api/app"},{"key":"REMOTE_URL","value":"https://devstage.accrisoft.com"},{"key":"REMOTE_APP_API","value":"/api/app"},{"key":"EXAMPLE_USERNAME","value":"johnsmith"},{"key":"EXAMPLE_PASSWORD","value":"johnsmith"},{"key":"API_KEY","value":"BpMPENgZBmkG7FCUHe7bjtzkmbZ3ZMHB"},{"key":"API_TOKEN","value":"","type":"string"}]}