{"info":{"_postman_id":"65801765-4a2e-4795-8486-051235d8bb48","name":"Public Api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4401429","collectionId":"65801765-4a2e-4795-8486-051235d8bb48","publishedId":"SVfRu8Fq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-08-30T18:00:38.000Z"},"item":[{"name":"Membership","item":[{"name":"Add/Update Contacts","id":"aaa49d90-c02b-4a89-9b0c-e9d10e3603e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n\"firstName\": \"api firstname 1\",\r\n\"lastName\": \"api lastname 1\",\r\n\"email\": \"apiContact1@x.com\",\r\n\"phone\": \"123\",\r\n\"active\": true,\r\n\"externalId\": \"apiContact1\"\r\n},\r\n{\r\n\"firstName\": \"api firstname 2\",\r\n\"lastName\": \"api lastname 2\",\r\n\"email\": \"apiContact2@x.com\",\r\n\"phone\": \"456\",\r\n\"active\": true,\r\n\"externalId\": \"apiContact2\"\r\n},\r\n{\r\n\"firstName\": \"api firstname 3\",\r\n\"lastName\": \"api lastname 3\",\r\n\"email\": \"apiContact3@x.com\",\r\n\"phone\": \"789\",\r\n\"active\": true,\r\n\"externalId\": \"apiContact3\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicMembership/contacts","description":"<p>This call will add, update and remove contacts that have been imported through this API. The contacts passed in must be a complete list of your contacts in order to add new contacts and remove ones that no longer apply.</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicMembership","contacts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaa49d90-c02b-4a89-9b0c-e9d10e3603e1"},{"name":"Add/Update Organizations","id":"bc6ce50b-5434-4bf7-9fcd-a54325fb8927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n\"name\": \"api org 1\",\r\n\"email\": \"apiOrg1@x.com\",\r\n\"address\": \"123 Main St.\",\r\n\"city\": \"Conifer\",\r\n\"state\": \"CO\",\r\n\"zipCode\": \"80433\",\r\n\"billingCode\": \"114466\",\r\n\"phone\": \"123\",\r\n\"organizationType\": \"External\",\r\n\"active\": true,\r\n\"externalId\": \"apiOrg1\"\r\n},\r\n{\r\n\"name\": \"api org 2\",\r\n\"email\": \"apiOrg2@x.com\",\r\n\"address\": \"1\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"zipCode\": \"\",\r\n\"billingCode\": \"\",\r\n\"phone\": \"\",\r\n\"organizationType\": \"API Org Type\",\r\n\"active\": true,\r\n\"externalId\": \"apiOrg2\"\r\n},\r\n{\r\n\"name\": \"api org 3\",\r\n\"email\": \"apiOrg3@x.com\",\r\n\"address\": \"7456 Oak St.\",\r\n\"city\": \"Fraser\",\r\n\"state\": \"CO\",\r\n\"zipCode\": \"80442\",\r\n\"billingCode\": \"COBillINGCODE\",\r\n\"phone\": \"12364\",\r\n\"organizationType\": \"Internal\",\r\n\"active\": true,\r\n\"externalId\": \"apiOrg3\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicMembership/organizations","description":"<p>This call will add, update and remove organizations that have been imported through this API. The organizations passed in must be a complete list of your organizations in order to add new organizations and remove ones that no longer apply.</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicMembership","organizations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc6ce50b-5434-4bf7-9fcd-a54325fb8927"},{"name":"Add/Update Organization/Contact Membership","id":"1d362aae-82aa-40c7-841c-c099d9f3ca66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n\"organizationExternalId\": \"apiOrg1\",\r\n\"contactsExternalIds\": [\"apiContact1\", \"apiContact2\"]\r\n},\r\n{\r\n\"organizationExternalId\": \"apiOrg2\",\r\n\"contactsExternalIds\": [\"apiContact1\", \"apiContact2\", \"apiContact3\"]\r\n},\r\n{\r\n\"organizationExternalId\": \"apiOrg3\",\r\n\"contactsExternalIds\": [\"apiContact1\", \"apiContact2\"]\r\n}]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicMembership/organizationmembership","description":"<p>This call will assign contacts to your organizations. Each OrganizationExternalId must contain a list of all the ConactExternalIds that are associated with the organization. To remove a contact from an organization remove it from the ContactsExternalIds list for that organization and it will be removed.</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicMembership","organizationmembership"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d362aae-82aa-40c7-841c-c099d9f3ca66"}],"id":"dfe246ae-c1d7-4aff-83bd-b915062dc180","_postman_id":"dfe246ae-c1d7-4aff-83bd-b915062dc180","description":""},{"name":"Academics","item":[{"name":"Import Term","id":"c2cbd864-cd4e-4d4e-a434-a680f2263e0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"94f3cbf44d680d3ce4186ad3d5fa09cb","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"apiKey\": \"94f3cbf44d680d3ce4186ad3d5fa09cb\",\r\n\t\"termDescription\": \"Fall 2025 MCI\",\r\n\t\"startDate\": \"2025-10-01T00:00:00Z\",\r\n\t\"endDate\": \"2025-11-15T00:00:00Z\",\r\n    \"ignoreUnmatchedRooms\": true,\r\n\t\"courses\": [\r\n\t\t{\r\n\t\t\t\"courseTitle\": \"Advanced Biology\",\r\n\t\t\t\"subjectCode\": \"BIOL\",\r\n\t\t\t\"courseNumber\": \"101\",\r\n\t\t\t\"section\": \"01\",\r\n\t\t\t\"enrollment\": 50,\r\n\t\t\t\"meetingTimes\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startDate\": \"2025-10-01T00:00:00Z\",\r\n\t\t\t\t\t\"endDate\": \"2025-11-15T00:00:00Z\",\r\n\t\t\t\t\t\"startTime\": \"0800\",\r\n\t\t\t\t\t\"endTime\": \"0900\",\r\n\t\t\t\t\t\"sunday\": false,\r\n\t\t\t\t\t\"monday\": true,\r\n\t\t\t\t\t\"tuesday\": false,\r\n\t\t\t\t\t\"wednesday\": true,\r\n\t\t\t\t\t\"thursday\": false,\r\n\t\t\t\t\t\"friday\": true,\r\n\t\t\t\t\t\"saturday\": false,\r\n\t\t\t\t\t\"buildingCode\": \"B1\",\r\n\t\t\t\t\t\"roomCode\": \"101\",\r\n\t\t\t\t\t\"instructorName\": \"John Smith\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startDate\": \"2025-10-01T00:00:00Z\",\r\n\t\t\t\t\t\"endDate\": \"2025-11-15T00:00:00Z\",\r\n\t\t\t\t\t\"startTime\": \"1000\",\r\n\t\t\t\t\t\"endTime\": \"1100\",\r\n\t\t\t\t\t\"sunday\": false,\r\n\t\t\t\t\t\"monday\": false,\r\n\t\t\t\t\t\"tuesday\": false,\r\n\t\t\t\t\t\"wednesday\": false,\r\n\t\t\t\t\t\"thursday\": true,\r\n\t\t\t\t\t\"friday\": false,\r\n\t\t\t\t\t\"saturday\": false,\r\n\t\t\t\t\t\"buildingCode\": \"B1\",\r\n\t\t\t\t\t\"roomCode\": \"102\",\r\n\t\t\t\t\t\"instructorName\": \"John Smith\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"courseTitle\": \"Advanced Chemistry\",\r\n\t\t\t\"subjectCode\": \"CHEM\",\r\n\t\t\t\"courseNumber\": \"101\",\r\n\t\t\t\"section\": \"01\",\r\n\t\t\t\"enrollment\": 50,\r\n\t\t\t\"meetingTimes\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startDate\": \"2025-10-01T00:00:00Z\",\r\n\t\t\t\t\t\"endDate\": \"2025-11-15T00:00:00Z\",\r\n\t\t\t\t\t\"startTime\": \"0800\",\r\n\t\t\t\t\t\"endTime\": \"0900\",\r\n\t\t\t\t\t\"sunday\": false,\r\n\t\t\t\t\t\"monday\": true,\r\n\t\t\t\t\t\"tuesday\": false,\r\n\t\t\t\t\t\"wednesday\": true,\r\n\t\t\t\t\t\"thursday\": false,\r\n\t\t\t\t\t\"friday\": true,\r\n\t\t\t\t\t\"saturday\": false,\r\n\t\t\t\t\t\"buildingCode\": \"B1\",\r\n\t\t\t\t\t\"roomCode\": \"101\",\r\n\t\t\t\t\t\"instructorName\": \"John Smith\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startDate\": \"2025-10-01T00:00:00Z\",\r\n\t\t\t\t\t\"endDate\": \"2025-11-15T00:00:00Z\",\r\n\t\t\t\t\t\"startTime\": \"1300\",\r\n\t\t\t\t\t\"endTime\": \"1400\",\r\n\t\t\t\t\t\"sunday\": false,\r\n\t\t\t\t\t\"monday\": false,\r\n\t\t\t\t\t\"tuesday\": true,\r\n\t\t\t\t\t\"wednesday\": false,\r\n\t\t\t\t\t\"thursday\": false,\r\n\t\t\t\t\t\"friday\": false,\r\n\t\t\t\t\t\"saturday\": false,\r\n\t\t\t\t\t\"buildingCode\": \"B1\",\r\n\t\t\t\t\t\"roomCode\": \"104\",\r\n\t\t\t\t\t\"instructorName\": \"John Smith\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"courseTitle\": \"Advanced Physics\",\r\n\t\t\t\"subjectCode\": \"PHYS\",\r\n\t\t\t\"courseNumber\": \"101\",\r\n\t\t\t\"section\": \"01\",\r\n\t\t\t\"enrollment\": 50,\r\n\t\t\t\"meetingTimes\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startDate\": \"2025-10-01T00:00:00Z\",\r\n\t\t\t\t\t\"endDate\": \"2025-11-15T00:00:00Z\",\r\n\t\t\t\t\t\"startTime\": \"0800\",\r\n\t\t\t\t\t\"endTime\": \"0900\",\r\n\t\t\t\t\t\"sunday\": false,\r\n\t\t\t\t\t\"monday\": true,\r\n\t\t\t\t\t\"tuesday\": false,\r\n\t\t\t\t\t\"wednesday\": true,\r\n\t\t\t\t\t\"thursday\": false,\r\n\t\t\t\t\t\"friday\": true,\r\n\t\t\t\t\t\"saturday\": false,\r\n\t\t\t\t\t\"buildingCode\": \"B1\",\r\n\t\t\t\t\t\"roomCode\": \"101\",\r\n\t\t\t\t\t\"instructorName\": \"John Smith\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"courseTitle\": \"Accounting\",\r\n\t\t\t\"subjectCode\": \"ACCT\",\r\n\t\t\t\"courseNumber\": \"101\",\r\n\t\t\t\"section\": \"01\",\r\n\t\t\t\"enrollment\": 50,\r\n\t\t\t\"meetingTimes\": [\r\n\t\t\t\t{\r\n\t\t\t\t\t\"startDate\": \"2025-10-01T00:00:00Z\",\r\n\t\t\t\t\t\"endDate\": \"2025-11-15T00:00:00Z\",\r\n\t\t\t\t\t\"startTime\": \"0800\",\r\n\t\t\t\t\t\"endTime\": \"0900\",\r\n\t\t\t\t\t\"sunday\": false,\r\n\t\t\t\t\t\"monday\": true,\r\n\t\t\t\t\t\"tuesday\": false,\r\n\t\t\t\t\t\"wednesday\": true,\r\n\t\t\t\t\t\"thursday\": false,\r\n\t\t\t\t\t\"friday\": true,\r\n\t\t\t\t\t\"saturday\": false,\r\n\t\t\t\t\t\"buildingCode\": \"RSVLT2\",\r\n\t\t\t\t\t\"roomCode\": \"000\",\r\n\t\t\t\t\t\"instructorName\": \"Molly Jones\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/publiccourses/importterm","description":"<p>Import a Term</p>\n<p>Return Success = Status OK (200)</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","publiccourses","importterm"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2cbd864-cd4e-4d4e-a434-a680f2263e0c"},{"name":"Get Terms","id":"80093b50-fc04-475a-ae32-fb3d4c3022f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"94f3cbf44d680d3ce4186ad3d5fa09cb","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/publiccourses/terms","description":"<p>Import a Term</p>\n<p>Return Success = Status OK (200)</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","publiccourses","terms"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"80093b50-fc04-475a-ae32-fb3d4c3022f3"},{"name":"Get Final Exams","id":"ac6cfb16-3dad-4a51-8899-4bf36c07b25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"94f3cbf44d680d3ce4186ad3d5fa09cb","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"termId\": 511\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/publiccourses/finalexams","description":"<p>Import a Term</p>\n<p>Return Success = Status OK (200)</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","publiccourses","finalexams"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac6cfb16-3dad-4a51-8899-4bf36c07b25b"},{"name":"Get Rooms","id":"5a7d5fa1-3126-43d0-b7d7-86a7d6539c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"94f3cbf44d680d3ce4186ad3d5fa09cb","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"termId\": 511,\r\n    \"buildingIds\": [4375]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/publiccourses/rooms","description":"<p>Import a Term</p>\n<p>Return Success = Status OK (200)</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","publiccourses","rooms"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a7d5fa1-3126-43d0-b7d7-86a7d6539c15"}],"id":"9e63ad67-7bfe-47cc-bf36-186966b59bd5","_postman_id":"9e63ad67-7bfe-47cc-bf36-186966b59bd5","description":""},{"name":"Events","item":[{"name":"Get Todays Events","id":"e9ff3cbd-1845-4bb7-a315-576e4f440e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"roomId\": 65,\r\n    \"buildingIds\": [3],\r\n    \"roomIds\": []\r\n}"},"url":"http://localhost:53733/api/PublicEvent/todaysevents","description":"<p>Gets todays events for a specific room, a list of rooms or a list of buildings.</p>\n<p>Return Json Data<br />[<br />{<br />\"collectionId\": 620,<br />\"eventName\": \"MeetingX\",<br />\"eventNumber\": \"QE6IUL\",<br />\"organizationName\": null,<br />\"userId\": \"5f30a7f0-5afe-48ba-8c61-7aad341f7ce3\",<br />\"contactName\": \"S N\",<br />\"bookingId\": 11213,<br />\"roomId\": 6,<br />\"roomDescription\": \"B\",<br />\"buildingId\": 1,<br />\"buildingDescription\": \"Student Center\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2019-08-30T14:00:00-06:00\",<br />\"dateTimeEnd\": \"2019-08-30T15:30:00-06:00\",<br />\"teardownMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"\",<br />\"statusDescription\": \"Confirmed\",<br />\"statusColor\": \"#22b14c\",<br />\"setupCount\": 3<br />},<br />{<br />\"collectionId\": 488,<br />\"eventName\": \"Big Best Fit Meeting\",<br />\"eventNumber\": \"TL1RZH\",<br />\"organizationName\": null,<br />\"userId\": null,<br />\"contactName\": \" \",<br />\"bookingId\": 10938,<br />\"roomId\": 22,<br />\"roomDescription\": \"Gold Room\",<br />\"buildingId\": 1,<br />\"buildingDescription\": \"Student Center\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2019-08-30T14:00:00-06:00\",<br />\"dateTimeEnd\": \"2019-08-30T19:00:00-06:00\",<br />\"teardownMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"statusDescription\": \"Confirmed\",<br />\"statusColor\": \"#22b14c\",<br />\"setupCount\": 2<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","todaysevents"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9ff3cbd-1845-4bb7-a315-576e4f440e46"},{"name":"Get Events","id":"eb66ccdb-d57a-4768-b8a7-968972a0e8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"c56ef0d4f942e4023055c8066f21103d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"start\": \"2026-04-21T00:00:00-06:00\",\r\n    \"end\": \"2026-04-22T00:00:00-06:00\",\r\n    \"buildingIds\": [3],\r\n    \"roomIds\": [],\r\n    \"eventTypeIds\": [],\r\n    \"statusIds\": [],\r\n    \"resourceIds\": [],\r\n    \"bookingIds\": [],\r\n    \"contactId\": 0,\r\n    \"organizationId\": 0,\r\n    \"explodeComboRooms\": false,\r\n    \"includeRelatedRooms\": false,\r\n    \"minDateChanged\": null,\r\n    \"includeEventCoordinators\": false,\r\n    \"includeCalendarDetails\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/getevents","description":"<p>Get Events</p>\n<ul>\n<li>Only pass in the \"minDateChanged\" parameter if you want results for bookings that have been created or changed since the \"minDateChanged\" date. Changed bookings are for critical booking information only like date, time, status or room.</li>\n</ul>\n<p>Return Json Data<br />[<br />{<br />\"collectionId\": 12,<br />\"eventName\": \"Event 1\",<br />\"eventNumber\": \"X8568\",<br />\"organizationName\": \"Math\",<br />\"organizationId\": 1,<br />\"userId\": \"0ef57cbc-b623-4645-9966-e650ea7df38a\",<br />\"contactName\": \"John Smith\",<br />\"contactId\": 164,<br />\"bookingId\": 595470,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A\",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Denver\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2024-10-08T16:00:00-06:00\",<br />\"dateTimeEnd\": \"2024-10-08T17:00:00-06:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Confirmed\",<br />\"statusColor\": \"#22b14c\",<br />\"statusId\": 1,<br />\"bookingPrivate\": false,<br />\"setupStyle\": \"Hollow Square\",<br />\"setupCount\": 1,<br />\"setupNotes\": null,<br />\"dateChanged\": \"2024-10-08T20:20:00+00:00\",<br />\"componentRoomIds\": null,<br />\"hasDiagram\": false,<br />\"externalData\": \"\",<br />\"eventCoordinator\": null,<br />\"eventCoordinatorUserIds\": null,<br />\"calendarDetails\": null<br />},<br />{<br />\"collectionId\": 15871,<br />\"eventName\": \"EVent 2\",<br />\"eventNumber\": \"U5855\",<br />\"organizationName\": \"Bike Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"chris gtman\",<br />\"contactId\": 23,<br />\"bookingId\": 595391,<br />\"roomId\": 51,<br />\"roomDescription\": \"Room B\",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Denver\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2024-10-03T08:30:00-06:00\",<br />\"dateTimeEnd\": \"2024-10-03T09:30:00-06:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request - Web User\",<br />\"statusColor\": \"#166c98\",<br />\"statusId\": 62,<br />\"bookingPrivate\": false,<br />\"setupStyle\": \"Hollow Square\",<br />\"setupCount\": 1,<br />\"setupNotes\": null,<br />\"dateChanged\": \"2024-09-30T14:17:00+00:00\",<br />\"componentRoomIds\": null,<br />\"hasDiagram\": false,<br />\"externalData\": \"\",<br />\"eventCoordinator\": null,<br />\"eventCoordinatorUserIds\": null,<br />\"calendarDetails\": [<br />{<br />\"collectionId\": 34088,<br />\"eventNumber\": \"C0386\",<br />\"calendarPropertyId\": 4,<br />\"description\": \"Audience\",<br />\"propertyType\": 0,<br />\"draftValue\": null,<br />\"published\": true,<br />\"hasChanges\": false,<br />\"publishedValue\": \"Student body\",<br />\"file\": null,<br />\"contentType\": null,<br />\"tags\": null,<br />\"sequence\": 1,<br />\"sortOrderSequence\": 5,<br />\"dateCreated\": \"2026-04-21T16:50:00+00:00\",<br />\"createdBy\": \"Tom Smith\"<br />},<br />{<br />\"collectionId\": 34088,<br />\"eventNumber\": \"C0386\",<br />\"calendarPropertyId\": 5,<br />\"description\": \"Pricing info\",<br />\"propertyType\": 1,<br />\"draftValue\": null,<br />\"published\": true,<br />\"hasChanges\": false,<br />\"publishedValue\": \"<a href=\"https://www.google.com\">https://www.google.com\"</a>,<br />\"file\": null,<br />\"contentType\": null,<br />\"tags\": null,<br />\"sequence\": 2,<br />\"sortOrderSequence\": 6,<br />\"dateCreated\": \"2026-04-21T16:51:00+00:00\",<br />\"createdBy\": \"Jim Smith\"<br />},<br />{<br />\"collectionId\": 34088,<br />\"eventNumber\": \"C0386\",<br />\"calendarPropertyId\": 7,<br />\"description\": \"Event Image\",<br />\"propertyType\": 2,<br />\"draftValue\": null,<br />\"published\": true,<br />\"hasChanges\": false,<br />\"publishedValue\": \"mountains.jpg\",<br />\"file\": \"/9j/4AAQSkZJRgABAQAAAQAAQEAAAAAAAtrZCVwcgf562k3JzISv//Z\",<br />\"contentType\": \"image/jpeg\",<br />\"tags\": null,<br />\"sequence\": 0,<br />\"sortOrderSequence\": 4,<br />\"dateCreated\": \"2026-04-21T16:51:00+00:00\",<br />\"createdBy\": \"Jim Smith\"<br />]<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","getevents"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb66ccdb-d57a-4768-b8a7-968972a0e8fc"},{"name":"Get Events With Event Questions","id":"3104e492-a64f-4ce9-8d65-45c59a39e9d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"be2d3e02cd160df4c5518bd4b0e82569"}],"body":{"mode":"raw","raw":"{\r\n\t\"start\": \"2026-02-15T00:00:00-06:00\",\r\n    \"end\": \"2026-03-11T00:00:00-06:00\",\r\n    \"buildingIds\": [],\r\n    \"eventTypeIds\": [],\r\n    \"statusIds\": [],\r\n    \"minDateChanged\": null\r\n}"},"url":"http://localhost:53733/api/PublicEvent/geteventswithquestions","description":"<p>Get Events With Event Questions</p>\n<ul>\n<li>Only pass in the \"minDateChanged\" parameter if you want results for bookings that have been created or changed since the \"minDateChanged\" date. Changed bookings are for critical booking information only like date, time, status or room.</li>\n</ul>\n<p>Return Json Data<br />[<br />{<br />\"collectionId\": 1,</p>\n<p>\"eventName\": \"Study Group\",<br />\"eventNumber\": \"C9240\",<br />\"organizationName\": \"Bike Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"Tom Jones\",<br />\"contactId\": 23,<br />\"contactEmail\": \"<a href=\"https://mailto:myemail@gomazeco.com\">myemail@gomazeco.com</a>\",<br />\"bookings\": [<br />{<br />\"eventName\": \"Booking 1\",<br />\"organizationName\": \"Math\",<br />\"organizationId\": 1,<br />\"bookingId\": 595470,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A\",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Denver\",<br />\"dateTimeStart\": \"2024-10-08T16:00:00-06:00\",<br />\"dateTimeEnd\": \"2024-10-08T17:00:00-06:00\",<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Confirmed\",<br />\"statusId\": 1,<br />\"dateCreated\": \"2026-02-24T12:27:00+00:00\",<br />\"lastCriticalBookingUpdateDate\": \"2026-02-24T13:39:00+00:00\"<br />}<br />],<br />\"eventQuestions\": []<br />},<br />{<br />\"collectionId\": 15871,</p>\n<p>\"eventName\": \"Study Group\",<br />\"eventNumber\": \"C9240\",<br />\"organizationName\": \"Bike Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"Tom Jones\",<br />\"contactId\": 23,<br />\"contactEmail\": \"<a href=\"https://mailto:myemail@gomazeco.com\">myemail@gomazeco.com</a>\",<br />\"bookings\": [<br />{<br />\"eventName\": \"Meeting 1\",<br />\"organizationName\": \"Bike Club\",<br />\"organizationId\": 39,<br />\"bookingId\": 595390,<br />\"roomId\": 51,<br />\"roomDescription\": \"Room B\",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Denver\",<br />\"dateTimeStart\": \"2024-10-02T08:45:00-06:00\",<br />\"dateTimeEnd\": \"2024-10-02T09:45:00-06:00\",<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request - Web User\",<br />\"statusId\": 62,<br />\"dateCreated\": \"2026-02-24T12:27:00+00:00\",<br />\"lastCriticalBookingUpdateDate\": \"2026-02-24T13:39:00+00:00\"<br />},<br />{<br />\"eventName\": \"Meeting 1\",<br />\"organizationName\": \"Bike Club\",<br />\"organizationId\": 39,<br />\"bookingId\": 595391,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A \",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Denver\",<br />\"dateTimeStart\": \"2024-10-03T08:30:00-06:00\",<br />\"dateTimeEnd\": \"2024-10-03T09:30:00-06:00\",<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request - Web User\",<br />\"statusId\": 62,<br />\"dateCreated\": \"2026-02-24T12:27:00+00:00\",<br />\"lastCriticalBookingUpdateDate\": \"2026-02-24T13:39:00+00:00\"<br />}<br />],<br />\"eventQuestions\": [<br />{<br />\"eventQuestionId\": 8,<br />\"question\": \"What do you want for dinner?\",<br />\"answer\": \"Chicken\"<br />},<br />{<br />\"eventQuestionId\": 107,<br />\"question\": \"Event Description\",<br />\"answer\": \"\"<br />},<br />{<br />\"eventQuestionId\": 108,<br />\"question\": \"Top level\",<br />\"answer\": \"No\"<br />}<br />]<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","geteventswithquestions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3104e492-a64f-4ce9-8d65-45c59a39e9d1"},{"name":"Get Events With Resource Details","id":"94788d4b-3627-4ee6-b1a0-3d2097e7de1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bookingIds\": [589447,589460]\r\n}"},"url":"http://localhost:53733/api/PublicEvent/GetEventsWithBookingDetails","description":"<p>Get Events With Resource Details</p>\n<ul>\n<li>Returns all event information and resource details</li>\n</ul>\n<p>Return Json Data<br />[<br />{<br />\"bookingDetails\": [<br />{<br />\"bookingId\": 589447,<br />\"bookingDetailId\": 12430,<br />\"resourceId\": 22,<br />\"resource\": \" Buffet Service\",<br />\"serviceProvider\": \"Catering\",<br />\"quantity\": 1.00,<br />\"notes\": \"buffet notes\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />},<br />{<br />\"bookingId\": 589447,<br />\"bookingDetailId\": 12431,<br />\"resourceId\": 1,<br />\"resource\": \"Coffee\",<br />\"serviceProvider\": \"Catering\",<br />\"quantity\": 1.00,<br />\"notes\": \"A gallon of fresh brewed goodness\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />}<br />],<br />\"collectionId\": 15059,<br />\"eventName\": \"Event 1\",<br />\"eventNumber\": \"C9046\",<br />\"organizationName\": \"Math Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"User 1\",<br />\"contactId\": 23,<br />\"bookingId\": 589447,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A\",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Building 1\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2023-10-23T15:00:00-06:00\",<br />\"dateTimeEnd\": \"2023-10-23T16:00:00-06:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request - Web User\",<br />\"statusColor\": \"#166c98\",<br />\"statusId\": 62,<br />\"bookingPrivate\": false,<br />\"setupStyle\": \"Chevron\",<br />\"setupCount\": 1,<br />\"setupNotes\": null,<br />\"dateChanged\": \"2023-10-06T20:47:00+00:00\",<br />\"componentRoomIds\": null,<br />\"hasDiagram\": false<br />},<br />{<br />\"bookingDetails\": [<br />{<br />\"bookingId\": 589460,<br />\"bookingDetailId\": 12462,<br />\"resourceId\": 22,<br />\"resource\": \" Buffet Service\",<br />\"serviceProvider\": \"Catering\",<br />\"quantity\": 26.00,<br />\"notes\": \"buffet notes\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />},<br />{<br />\"bookingId\": 589460,<br />\"bookingDetailId\": 12463,<br />\"resourceId\": 3,<br />\"resource\": \"Bagels\",<br />\"serviceProvider\": \"Catering\",<br />\"quantity\": 1.00,<br />\"notes\": \"With cream cheese\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />},<br />{<br />\"bookingId\": 589460,<br />\"bookingDetailId\": 12464,<br />\"resourceId\": 2,<br />\"resource\": \"Donuts\",<br />\"serviceProvider\": \"Catering\",<br />\"quantity\": 1.00,<br />\"notes\": \"A dozen glazed donuts\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />},<br />{<br />\"bookingId\": 589460,<br />\"bookingDetailId\": 12465,<br />\"resourceId\": 9,<br />\"resource\": \"Folding Chair\",<br />\"serviceProvider\": \"Facilities Department\",<br />\"quantity\": 1.00,<br />\"notes\": \"\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />}<br />],<br />\"collectionId\": 15065,<br />\"eventName\": \"Event 2\",<br />\"eventNumber\": \"H0127\",<br />\"organizationName\": \"Chess Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"User 2\",<br />\"contactId\": 23,<br />\"bookingId\": 589460,<br />\"roomId\": 51,<br />\"roomDescription\": \"Room B\",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Building 1\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2023-10-23T14:30:00-06:00\",<br />\"dateTimeEnd\": \"2023-10-23T15:30:00-06:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": false,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request Cancel\",<br />\"statusColor\": \"#7f7f7f\",<br />\"statusId\": 9,<br />\"bookingPrivate\": false,<br />\"setupStyle\": \"Classroom\",<br />\"setupCount\": 26,<br />\"setupNotes\": null,<br />\"dateChanged\": \"2023-10-23T20:42:00+00:00\",<br />\"componentRoomIds\": null,<br />\"hasDiagram\": false<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","GetEventsWithBookingDetails"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"94788d4b-3627-4ee6-b1a0-3d2097e7de1a"},{"name":"Get Resource Details","id":"eec35eb0-1dcc-4c69-b1ec-4d9ad7bf02ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bookingIds\": [1],\r\n    \"resourceIds\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/getresourcedetails","description":"<p>Get Resource Details with specific booking Ids and resource Ids (Optional).</p>\n<p>[\n    {\n        \"bookingId\": 1,\n        \"bookingDetailId\": 2,\n        \"resourceId\": 3,\n        \"resource\": \"Bagels\",\n        \"serviceProvider\": \"Catering\",\n        \"quantity\": 1.00,\n        \"notes\": \"With cream cheese\",\n        \"specialInstructions\": \"Please wrap to keep warm\",\n        \"serviceStartTime\": \"2022-03-15T10:05:00-06:00\",\n        \"serviceEndTime\": \"2022-03-15T11:03:00-06:00\"\n    },\n    {\n        \"bookingId\": 1,\n        \"bookingDetailId\": 3,\n        \"resourceId\": 24,\n        \"resource\": \"Jelly Donuts (Dz)\",\n        \"serviceProvider\": \"Catering for Student Center\",\n        \"quantity\": 1.00,\n        \"notes\": \"a dozen\",\n        \"specialInstructions\": null,\n        \"serviceStartTime\": null,\n        \"serviceEndTime\": null\n    },\n    {\n        \"bookingId\": 1,\n        \"bookingDetailId\": 4,\n        \"resourceId\": 26,\n        \"resource\": \"Building Attendant\",\n        \"serviceProvider\": \"Facilities Department\",\n        \"quantity\": 1.00,\n        \"notes\": \"This is the note\",\n        \"specialInstructions\": null,\n        \"serviceStartTime\": null,\n        \"serviceEndTime\": null\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","getresourcedetails"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eec35eb0-1dcc-4c69-b1ec-4d9ad7bf02ca"},{"name":"Get Event Info","id":"6e2e3a76-1101-4ff3-bb2e-e8dfb32d26f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"gj6ef0d4f942e4023055c8066f21108d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"eventId\": \"T8985\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/eventinfo","description":"<p>Get Event Info.</p>\n<p>Returns Json Data<br />{<br />\"eventName\": \"Test Event\",<br />\"organizationName\": \"Chess Club\",<br />\"organizationId\": 39,<br />\"contactName\": \"Bob Smith\",<br />\"contactId\": 23,<br />\"billingCode\": \"96HBTA\",<br />\"attendance\": 2<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","eventinfo"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e2e3a76-1101-4ff3-bb2e-e8dfb32d26f6"},{"name":"Get Room Diagram","id":"dca0b817-71f1-4f61-b45a-c89f8c6c0106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"url":"http://localhost:53733/api/PublicEvent/RoomDiagram/589058","description":"<p>This call will get a room diagram by passing in a bookingId. If the property isLink is false then a base64String of the image will be returned in the file property along with the content type of the data. Otherwise the FileName will be the url of the diagram.</p>\n<p>Returns Json Data</p>\n<p><strong>base64String Image result:</strong><br />{bookingUrlId\": 277, \"eventNumber\": \"V4034\", \"isLink\": false, \"fileName\": \"roomdiagram.jpg\",<br />\"contentType\": \"image/jpeg\", \"description\": \"Classroom Image\", \"file\": \"/9j/4AAQSkZJRgABAQAAAQABAAD//Z\"}</p>\n<p><strong>file with url result:</strong><br />{\"bookingUrlId\": 278,\"eventNumber\": \"V4034\",\"isLink\": true,\"fileName\": \"<a href=\"https://www.google.com\">https://www.google.com\",\"contentType\"</a>: null,<br />\"description\": \"Google Link\",\"file\": null}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","RoomDiagram","589058"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dca0b817-71f1-4f61-b45a-c89f8c6c0106"},{"name":"Get Event Questions","id":"bcb50725-23bc-4abc-9de7-5818e8258d75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"a29cba97c3cdf289b02769a954b49c15","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/eventquestions","description":"<p>This call will return a list of event questions and child event questions.</p>\n<p>Returns Json Data [<br />{<br />\"eventQuestionId\": 29,<br />\"parentQuestionId\": 29,<br />\"question\": \"Attendance 25\",<br />\"triggerType\": 4,<br />\"trigger\": \"Attendance\",<br />\"hasAnswers\": true,<br />\"acceptableAnswers\": null,<br />\"url\": null,<br />\"urlDescription\": null,<br />\"notes\": \"Attendance Notes\",<br />\"eventQuestionType\": 0,<br />\"eventQuestionTrigger\": null,<br />\"acceptableAnswersDependent\": null,<br />\"disabled\": false,<br />\"dateCreated\": \"2021-02-03T22:58:00+00:00\",<br />\"createdBy\": \"Chris Jones\",<br />\"questionSortBy\": \"Attendance 25\"<br />},<br />{<br />\"eventQuestionId\": 2,<br />\"parentQuestionId\": 2,<br />\"question\": \"Do you need catering?\",<br />\"triggerType\": 2,<br />\"trigger\": \"Service\",<br />\"hasAnswers\": true,<br />\"acceptableAnswers\": [<br />\"Yes\",<br />\"No\",<br />\"Not Sure\"<br />],<br />\"url\": \"<a href=\"https://www.gomazevo.com%22\">https://www.gomazevo.com\"</a>,<br />\"urlDescription\": \"Go to Mazevo\",<br />\"notes\": \"Catering Notes\",<br />\"eventQuestionType\": 0,<br />\"eventQuestionTrigger\": null,<br />\"acceptableAnswersDependent\": [<br />{<br />\"answer\": \"Yes\",<br />\"hasDependents\": true<br />},<br />{<br />\"answer\": \"No\",<br />\"hasDependents\": false<br />},<br />{<br />\"answer\": \"Not Sure\",<br />\"hasDependents\": false<br />}<br />],<br />\"disabled\": false,<br />\"dateCreated\": \"2019-11-19T16:48:00+00:00\",<br />\"createdBy\": \"Chris Smith\",<br />\"questionSortBy\": \"Do you need catering?\"<br />},<br />{<br />\"eventQuestionId\": 60,<br />\"parentQuestionId\": 2,<br />\"question\": \"Catering - Yes Please\",<br />\"triggerType\": 7,<br />\"trigger\": \"EventQuestionAnswer\",<br />\"hasAnswers\": true,<br />\"acceptableAnswers\": [<br />\"Food\",<br />\"Food &amp; Beverage\"<br />],<br />\"url\": \"<a href=\"https://www.gomazevo.com%22\">https://www.gomazevo.com\"</a>,<br />\"urlDescription\": \"Go to Mazevo Policy \",<br />\"notes\": null,<br />\"eventQuestionType\": 0,<br />\"eventQuestionTrigger\": {<br />\"eventQuestionId\": 2,<br />\"answer\": \"Yes\"<br />},<br />\"acceptableAnswersDependent\": [<br />{<br />\"answer\": \"Food\",<br />\"hasDependents\": false<br />},<br />{<br />\"answer\": \"Food &amp; Beverage\",<br />\"hasDependents\": false<br />}<br />],<br />\"disabled\": false,<br />\"dateCreated\": \"2021-05-06T20:53:00+00:00\",<br />\"createdBy\": \"Chris Smith\",<br />\"questionSortBy\": \"Do you need catering? - Catering - Yes Please\"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","eventquestions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcb50725-23bc-4abc-9de7-5818e8258d75"},{"name":"Get Events By Question","id":"bfc886fa-af6b-41b0-96fa-cd2ff5aa45d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"a29cba97c3cdf289b02769a954b49c15","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"start\": \"2024-01-01T00:00:00\",\r\n    \"end\": \"2024-01-31T23:59:00\",\r\n    \"eventQuestionId\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/geteventsbyquestion","description":"<p>This call will return a list of bookings with the answer to the event question passed in.</p>\n<p>Returns Json Data [<br />{<br />\"collectionId\": 15221,<br />\"eventName\": \"Event 1\",<br />\"eventNumber\": \"H6820\",<br />\"organizationName\": \"Chess Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"John Smith\",<br />\"contactId\": 23,<br />\"bookingId\": 589684,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A \",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Conifer\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2024-01-29T09:00:00-07:00\",<br />\"dateTimeEnd\": \"2024-01-29T10:00:00-07:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request\",<br />\"statusColor\": \"#ff7f27\",<br />\"statusId\": 3,<br />\"eventQuestion\": \"Do you need catering?\",<br />\"eventQuestionAnswer\": \"No\"<br />},<br />{<br />\"collectionId\": 15221,<br />\"eventName\": \"Event 1\",<br />\"eventNumber\": \"H6820\",<br />\"organizationName\": \"Chess Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"John Smith\",<br />\"contactId\": 23,<br />\"bookingId\": 589686,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A \",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Conifer\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2024-01-30T09:00:00-07:00\",<br />\"dateTimeEnd\": \"2024-01-30T10:00:00-07:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request - Web User\",<br />\"statusColor\": \"#166c98\",<br />\"statusId\": 62,<br />\"eventQuestion\": \"Do you need catering?\",<br />\"eventQuestionAnswer\": \"No\"<br />},<br />{<br />\"collectionId\": 15221,<br />\"eventName\": \"Event 1\",<br />\"eventNumber\": \"H6820\",<br />\"organizationName\": \"Chess Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"John Smith\",<br />\"contactId\": 23,<br />\"bookingId\": 589685,<br />\"roomId\": 51,<br />\"roomDescription\": \"Room B\",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Conifer\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2024-01-31T09:00:00-07:00\",<br />\"dateTimeEnd\": \"2024-01-31T10:00:00-07:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Request\",<br />\"statusColor\": \"#ff7f27\",<br />\"statusId\": 3,<br />\"eventQuestion\": \"Do you need catering?\",<br />\"eventQuestionAnswer\": \"No\"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","geteventsbyquestion"],"host":["localhost"],"query":[{"disabled":true,"key":"X-API-Key","value":"a29cba97c3cdf289b02769a954b49c15"}],"variable":[]}},"response":[],"_postman_id":"bfc886fa-af6b-41b0-96fa-cd2ff5aa45d9"},{"name":"Get Room Sign Events","id":"d872ead2-bc5b-4250-b4fc-a2522ac76e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"c5c9df43f242fa5fef93014307bca744","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"roomId\": 50\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/roomsignevents","description":"<p>Gets todays room sign events for a specific room.</p>\n<p>Return Json Data<br />[<br />{<br />\"bookingId\": 1,<br />\"collectionId\": 1,<br />\"dateTimeStart\": \"2025-04-07T13:00:00-06:00\",<br />\"dateTimeEnd\": \"2025-04-07T14:00:00-06:00\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"eventName\": \"Walk Up Event\",<br />\"contactName\": \"John Smith\",<br />\"organizationName\": \"Student Club\",<br />\"private\": false,<br />\"statusId\": 17,<br />\"status\": \"Confirmed\",<br />\"eventTypeId\": 2,<br />\"eventType: \"Meeting\",<br />\"setupMinutes\": 0,<br />\"teardownMinutes\": 0,<br />\"allowChange\": false<br />},<br />{<br />\"bookingId\": 2,<br />\"collectionId\": 2,<br />\"dateTimeStart\": \"2025-04-07T15:00:00-06:00\",<br />\"dateTimeEnd\": \"2025-04-07T16:00:00-06:00\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"eventName\": \"Walk Up Event\",<br />\"contactName\": \"Tom Johnson\",<br />\"organizationName\": \"Student Club\",<br />\"private\": false,<br />\"statusId\": 17,<br />\"status\": \"Confirmed\",<br />\"eventTypeId\": 2,<br />\"eventType: \"Meeting\",<br />\"setupMinutes\": 0,<br />\"teardownMinutes\": 0,<br />\"allowChange\": true<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","roomsignevents"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d872ead2-bc5b-4250-b4fc-a2522ac76e2c"},{"name":"Create Room Sign Event","id":"0d244c9b-1c81-4cc8-b20a-18dc196f4fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"6621cf74861b4ff851e1eebd13320a1a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roomId\": 50,\r\n    \"profileId\": 0,\r\n    \"eventName\": \"Room Sign Event\",\r\n    \"start\": \"2026-01-22T09:00:00\",\r\n    \"end\": \"2026-01-22T10:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/createroomsignevent","description":"<p>Create a room sign event for a specific room. The event will be created beginning the time the endpoint is called. The duration will be the what is set on the profile for the room. The room Id passed must be part of a room sign profile and the profile must allow anonymous bookings.</p>\n<p>Return Json Data<br />{<br />\"bookingId\": 12,<br />\"collectionId\": 1,<br />\"dateTimeStart\": \"2025-07-02T09:50:47.4937438-06:00\",<br />\"dateTimeEnd\": \"2025-07-02T10:20:47.4937438-06:00\",<br />\"timeZone\": null,<br />\"eventName\": \"Walk Up Event\",<br />\"contactName\": \"Bob Smith\",<br />\"organizationName\": \"Chess Club\",<br />\"private\": false,<br />\"statusId\": 17,<br />\"status\": \"Special\",<br />\"eventTypeId\": 0,<br />\"eventType\": null,<br />\"setupMinutes\": 0,<br />\"teardownMinutes\": 0<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","createroomsignevent"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d244c9b-1c81-4cc8-b20a-18dc196f4fb5"},{"name":"End Room Sign Event","id":"d8c9150b-c287-40f8-8c9f-d49c0f18a223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"58383f7395af9c0b01b6a903fa0c6f2c","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bookingId\": 862597\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/endroomsignevent","description":"<p>End an in progress Room Sign Event. Event must have been created using the room anonymous booking feature.</p>\n<p>Return Json Data<br />{<br />\"message\": \"success\"<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","endroomsignevent"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8c9150b-c287-40f8-8c9f-d49c0f18a223"},{"name":"Extend Room Sign Event","id":"b2325c1b-a364-4671-94c6-041cac77d744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"58383f7395af9c0b01b6a903fa0c6f2c","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bookingId\": 862597,\r\n    \"minutes\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/extendroomsignevent","description":"<p>Extend an in progress Room Sign Event. The Event will be extended by 15 minutes. Event must have been created using the room anonymous booking feature.</p>\n<p>Return Json Data<br />{<br />\"message\": \"success\"<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","extendroomsignevent"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2325c1b-a364-4671-94c6-041cac77d744"},{"name":"Cancel Room Sign Event","id":"c4a3558b-3ce3-4488-aec1-4cece4d0e0d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"6721cf44961b4ff851e1eebd13320a1a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bookingId\": 3,\r\n    \"cancelStatusId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/cancelroomsignevent","description":"<p>Cancels a Room Sign Event. The Event will be canceled if it is still in the future and you pass in a valid cancel status Id.</p>\n<p>Return Json Data<br />{<br />\"message\": \"success\"<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","cancelroomsignevent"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4a3558b-3ce3-4488-aec1-4cece4d0e0d5"},{"name":"Room Sign Profile","id":"f7ffe025-2fe0-42f5-8470-24896399f9bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"c5c9df43f242fa5fef93014307bca744","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"roomId\": 50\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/roomsignprofile","description":"<p>Gets a Room Sign Profile.</p>\n<p>Return Json Data</p>\n<p>{<br />\"allowAnonymousBooking\": true,<br />\"hideContact\": false,<br />\"hideOrganization\": false<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","roomsignprofile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7ffe025-2fe0-42f5-8470-24896399f9bc"}],"id":"02564336-e6fd-4c0b-acaa-d32e6c4e08e9","_postman_id":"02564336-e6fd-4c0b-acaa-d32e6c4e08e9","description":""},{"name":"Configuration","item":[{"name":"Get Buildings","id":"0c9b6970-8ac0-4912-ac00-d5685be480fc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:53733/api/PublicConfiguration/Buildings","description":"<p>Gets a list of Buildings</p>\n<p>Return Json Data<br />[<br />{<br />\"buildingId\": 1,<br />\"description\": \"Student Center\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"externalId\": \"\"<br />},<br />{<br />\"buildingId\": 2,<br />\"description\": \"New York\",<br />\"timeZone\": \"Eastern Standard Time\",<br />\"externalId\": \"\"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","Buildings"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c9b6970-8ac0-4912-ac00-d5685be480fc"},{"name":"Get Building Hours","id":"91dd0cd3-8358-4c8c-ae63-ca8805ef6335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"date\":\"2022-04-02\",\r\n    \"buildingId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicConfiguration/BuildingHours","description":"<p>Gets the building hours for a building on a specific date.</p>\n<p>Returns json Data</p>\n<p> {\n        \"buildingId\": 3,\n        \"buildingHoursId\": 122,\n        \"openTime\": \"8:00 AM\",\n        \"closeTime\": \"4:00 PM\",\n        \"closedAllDay\": false\n    }</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","BuildingHours"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"91dd0cd3-8358-4c8c-ae63-ca8805ef6335"},{"name":"Get Rooms","id":"a5396364-5778-4765-8c0f-800d27c6978b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"buildingId\": 1\r\n}"},"url":"http://localhost:53733/api/PublicConfiguration/Rooms","description":"<p>Gets a list of Rooms. BuildingId of 0 returns all rooms.</p>\n<p>Return Json Data<br />[<br />{<br />\"roomId\": 3,<br />\"description\": \"Room 100\",<br />\"roomTypeId\": 2,<br />\"roomType\": \"Conference\",<br />\"buildingId\": 1,<br />\"buildingDescription\": \"Student Center\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"securityLevel\": 0,<br />\"minCapacity\": 0,<br />\"maxCapacity\": 5,<br />\"hasBookings\": true,<br />\"externalId\": \"\"<br />},<br />{<br />\"roomId\": 4,<br />\"description\": \"Room 101\",<br />\"roomTypeId\": 2,<br />\"roomType\": \"Conference\",<br />\"buildingId\": 1,<br />\"buildingDescription\": \"Student Center\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"securityLevel\": 0,<br />\"minCapacity\": 0,<br />\"maxCapacity\": 0,<br />\"hasBookings\": true,<br />\"externalId\": \"\"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","Rooms"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5396364-5778-4765-8c0f-800d27c6978b"},{"name":"Get RoomTypes","id":"ed71f62f-0369-45dd-a9e3-3661c7211a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:53733/api/PublicConfiguration/RoomTypes","description":"<p>Gets a list of room types.</p>\n<p>Return Json Data\n[\n    {\n        \"id\": 2,\n        \"description\": \"Conference\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Office\"\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","RoomTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed71f62f-0369-45dd-a9e3-3661c7211a4e"},{"name":"Get Statuses","id":"5b06fc9d-06ae-4b32-add1-09cb066d0f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:53733/api/PublicConfiguration/Statuses","description":"<p>Gets a list of Statuses</p>\n<p>Return Json Data\n[\n    {\n        \"statusId\": 1,\n        \"statusType\": 1,\n        \"description\": \"Confirmed\",\n        \"color\": \"#22b14c\"\n    },\n    {\n        \"statusId\": 2,\n        \"statusType\": 0,\n        \"description\": \"Cancelled\",\n        \"color\": \"#000000\"\n    },\n    {\n        \"statusId\": 3,\n        \"statusType\": 1,\n        \"description\": \"Request\",\n        \"color\": \"#ff7f27\"\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","Statuses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b06fc9d-06ae-4b32-add1-09cb066d0f1b"},{"name":"Get EventTypes","id":"d2448ce5-e22e-472f-bc6d-3edcac48aa78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:53733/api/PublicConfiguration/EventTypes","description":"<p>Get a list of Event Types</p>\n<p>Return Json Data\n[\n    {\n        \"id\": 1,\n        \"description\": \"Musical\"\n    },\n    {\n        \"id\": 2,\n        \"description\": \"Meeting\"\n    },\n    {\n        \"id\": 3,\n        \"description\": \"Training\"\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","EventTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2448ce5-e22e-472f-bc6d-3edcac48aa78"},{"name":"Get ServiceProviders","id":"ed55f2c9-2b2d-48b0-9b05-11d81c76a47a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"url":"http://localhost:53733/api/PublicConfiguration/ServiceProviders","description":"<p>Gets a list of Service Providers</p>\n<p>Return Json Data [ { \"id\": 2, \"description\": \"Catering\", \"disabled\": false }, { \"id\": 3, \"description\": \"Media Services\",<br />\"disabled\": false } ]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","ServiceProviders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed55f2c9-2b2d-48b0-9b05-11d81c76a47a"},{"name":"Get Contact","id":"dd859217-3832-4243-a96b-3fb0f0077c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"a44ef0f3f942e1247095c6056f24921z","type":"text"}],"url":"http://localhost:53733/api/PublicConfiguration/Contact/182","description":"<p>Gets a Contact <a href=\"http://localhost:53733/api/PublicConfiguration/Contact/%7BContactId%7D\">http://localhost:53733/api/PublicConfiguration/Contact/{ContactId}</a> Replace {ContactId} with the actual ContactId in the url.</p>\n<p>Returns JSON Data: {\n    \"contactId\": 75,\n    \"firstName\": \"John\",\n    \"lastName\": \"Smith\",\n    \"email\": \"<a href=\"mailto:john@gomazevo.com\">john@gomazevo.com</a>\",\n    \"externalId\": \"\"\n}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","Contact","182"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd859217-3832-4243-a96b-3fb0f0077c81"},{"name":"Get Resource Groupings","id":"6a226382-a6fe-4230-a641-4859dea7044d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"4e1ef5d1b97fb1bbfd5675d694e572b6","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:53733/api/PublicConfiguration/ResourceGroupings","description":"<p>Gets a list of Buildings</p>\n<p>Return Json Data\n[\n    {\n        \"buildingId\": 1,\n        \"description\": \"Student Center\",\n        \"timeZone\": \"Mountain Standard Time\"\n    },\n    {\n        \"buildingId\": 2,\n        \"description\": \"New York\",\n        \"timeZone\": \"Eastern Standard Time\"\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","ResourceGroupings"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a226382-a6fe-4230-a641-4859dea7044d"},{"name":"Get Resources","id":"e8be5f9e-ef23-4b7d-9b2c-d30f4cf9544d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"c46ef0d4f942e4023055c8066f29803d","type":"text"}],"url":"http://localhost:53733/api/PublicConfiguration/Resources/1","description":"<p>Get a list of Resources. Pass in Service Provider Id</p>\n<p>Returns Json</p>\n<p>[<br />{<br />\"id\": 1,<br />\"description\": \"Coffee\",<br />\"serviceProviderId\": 1,<br />\"serviceProviderName\": \"Catering\"<br />},<br />{<br />\"id\": 2,<br />\"description\": \"Donuts\",<br />\"serviceProviderId\": 1,<br />\"serviceProviderName\": \"Catering\"<br />},<br />{<br />\"id\": 3,<br />\"description\": \"Bagels\",<br />\"serviceProviderId\": 1,<br />\"serviceProviderName\": \"Catering\"<br />},<br />{<br />\"id\": 22,<br />\"description\": \" Buffet Service\",<br />\"serviceProviderId\": 1,<br />\"serviceProviderName\": \"Catering\"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","Resources","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8be5f9e-ef23-4b7d-9b2c-d30f4cf9544d"}],"id":"df4e096c-e9ac-4e7d-b097-a700d700e180","_postman_id":"df4e096c-e9ac-4e7d-b097-a700d700e180","description":""},{"name":"Organizations/Contacts","item":[{"name":"Get Organization Types","id":"9db8979a-c44b-4440-b4c5-df7939c64302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/OrgTypes","description":"<p>Get a list of Organization Types</p>\n<p>Return Json Data [ { \"id\": 1, \"description\": \"External\" }, { \"id\": 2, \"description\": \"Internal\" }]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","OrgTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9db8979a-c44b-4440-b4c5-df7939c64302"},{"name":"Get Organizations","id":"da541aa7-2587-4e0a-b030-1a439239a9ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"organizationId\": 0,\r\n    \"organizationTypeId\": 0,\r\n    \"externalId\": \"\",\r\n    \"includeDisabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/Organizations","description":"<p>Gets a list of Organizations. OrganizationId of 0 returns all organizations. OrganizationTypeId returns all Organizations with that Organization Type. ExternalId returns all Organizations with that ExternalId.</p>\n<p>Return Json Data [ {<br />\"organizationId\": 4,<br />\"name\": \"Women in Business\",<br />\"email\": null,<br />\"address\": \"aa\",<br />\"city\": null,<br />\"state\": null,<br />\"zipCode\": null,<br />\"phone\": \"asdf\",<br />\"billingCode\": null,<br />\"organizationType\": \"Internal\",<br />\"organizationTypeId\": 6,<br />\"disabled\": false,<br />\"active\": true,<br />\"externalId\": \"\",<br />\"contactIds\": [<br />45<br />]<br />},<br />{<br />\"organizationId\": 36,<br />\"name\": \"Science Club\",<br />\"email\": null,<br />\"address\": null,<br />\"city\": null,<br />\"state\": null,<br />\"zipCode\": null,<br />\"phone\": \"\",<br />\"billingCode\": null,<br />\"organizationType\": \"Internal\",<br />\"organizationTypeId\": 6,<br />\"disabled\": false,<br />\"active\": true,<br />\"externalId\": \"\",<br />\"contactIds\": [<br />23,<br />90<br />]<br />}]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","Organizations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"da541aa7-2587-4e0a-b030-1a439239a9ea"},{"name":"Add Organizations","id":"d5077755-7dc9-497c-89c4-f1f21acfd2f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"[{\r\n\"name\": \"Org 1:1\",\r\n\"email\": \"\",\r\n\"address\": \"123 Main St.\",\r\n\"city\": \"Conifer\",\r\n\"state\": \"CO\",\r\n\"zipCode\": \"80433\",\r\n\"billingCode\": \"114466\",\r\n\"phone\": \"123\",\r\n\"organizationTypeId\": 1,\r\n\"active\": true,\r\n\"externalId\": \"org1:1\"\r\n},\r\n{\r\n\"name\": \"Org 1:1\",\r\n\"email\": \"\",\r\n\"address\": \"123 Main St.\",\r\n\"city\": \"Conifer\",\r\n\"state\": \"CO\",\r\n\"zipCode\": \"80433\",\r\n\"billingCode\": \"114466\",\r\n\"phone\": \"123\",\r\n\"organizationTypeId\": 2,\r\n\"active\": true,\r\n\"externalId\": \"org1:1\"\r\n},\r\n{\r\n\"name\": \"Org 1:2\",\r\n\"email\": \"apiOrg2@x.com\",\r\n\"address\": \"1\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"zipCode\": \"\",\r\n\"billingCode\": \"\",\r\n\"phone\": \"\",\r\n\"organizationTypeId\": 2,\r\n\"active\": true,\r\n\"externalId\": \"Org 1:2\"\r\n},\r\n{\r\n\"name\": \"api org 3\",\r\n\"email\": \"apiOrg3@x.com\",\r\n\"address\": \"7456 Oak St.\",\r\n\"city\": \"Fraser\",\r\n\"state\": \"CO\",\r\n\"zipCode\": \"80442\",\r\n\"billingCode\": \"COBillINGCODE\",\r\n\"phone\": \"12364\",\r\n\"organizationTypeId\": 1,\r\n\"active\": true,\r\n\"externalId\": \"apiOrg3\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/AddOrganizations","description":"<p>This call will add a list of organizations. It will only add organizations that do not already exists. The data will be returned like below with the newly created OrganizationId populated and whether the org already existed.</p>\n<p>Return Json Data\n[\n    {\n        \"organizationId\": 220,\n        \"name\": \"Org 1:1\",\n        \"email\": \"\",\n        \"address\": \"123 Main St.\",\n        \"city\": \"Conifer\",\n        \"state\": \"CO\",\n        \"zipCode\": \"80433\",\n        \"phone\": \"123\",\n        \"billingCode\": \"114466\",\n        \"organizationTypeId\": 0,\n        \"active\": true,\n        \"externalId\": \"org1:1\",\n        \"orgExisted\": true,\n        \"duplicate\": false\n    },\n    {\n        \"organizationId\": 220,\n        \"name\": \"Org 1:1\",\n        \"email\": \"\",\n        \"address\": \"123 Main St.\",\n        \"city\": \"Conifer\",\n        \"state\": \"CO\",\n        \"zipCode\": \"80433\",\n        \"phone\": \"123\",\n        \"billingCode\": \"114466\",\n        \"organizationTypeId\": 0,\n        \"active\": true,\n        \"externalId\": \"org1:1\",\n        \"orgExisted\": true,\n        \"duplicate\": false\n    },\n    {\n        \"organizationId\": 221,\n        \"name\": \"Org 1:2\",\n        \"email\": \"<a href=\"mailto:apiOrg2@x.com\">apiOrg2@x.com</a>\",\n        \"address\": \"1\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zipCode\": \"\",\n        \"phone\": \"\",\n        \"billingCode\": \"\",\n        \"organizationTypeId\": 0,\n        \"active\": true,\n        \"externalId\": \"Org 1:2\",\n        \"orgExisted\": true,\n        \"duplicate\": false\n    },\n    {\n        \"organizationId\": 222,\n        \"name\": \"api org 3\",\n        \"email\": \"<a href=\"mailto:apiOrg3@x.com\">apiOrg3@x.com</a>\",\n        \"address\": \"7456 Oak St.\",\n        \"city\": \"Fraser\",\n        \"state\": \"CO\",\n        \"zipCode\": \"80442\",\n        \"phone\": \"12364\",\n        \"billingCode\": \"COBillINGCODE\",\n        \"organizationTypeId\": 0,\n        \"active\": true,\n        \"externalId\": \"apiOrg3\",\n        \"orgExisted\": true,\n        \"duplicate\": false\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","AddOrganizations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5077755-7dc9-497c-89c4-f1f21acfd2f7"},{"name":"Update Organizations","id":"28557079-e4ae-45b2-b1f7-f863a90c5b38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"organizationId\": 232,\r\n        \"name\": \"Org 1:1\",\r\n        \"email\": \"\",\r\n        \"address\": \"123 Elk St\",\r\n        \"city\": \"Crested Butte\",\r\n        \"state\": \"CO\",\r\n        \"zipCode\": \"89432\",\r\n        \"phone\": \"1234\",\r\n        \"billingCode\": \"114466\",\r\n        \"organizationTypeId\": 5,\r\n        \"active\": true,\r\n        \"externalId\": \"org1:1\"\r\n    },\r\n    {\r\n        \"organizationId\": 233,\r\n        \"name\": \"Org 1:2\",\r\n        \"email\": \"apiOrg2@x.com\",\r\n        \"address\": \"\",\r\n        \"city\": \"\",\r\n        \"state\": \"\",\r\n        \"zipCode\": \"\",\r\n        \"phone\": \"911\",\r\n        \"billingCode\": \"\",\r\n        \"organizationTypeId\": 6,\r\n        \"active\": true,\r\n        \"externalId\": \"Org 1:2\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/UpdateOrganizations","description":"<p>This call will update a list of organizations. All fields are required to be passed in. The data will be returned like below with the newly created OrganizationId populated and whether the org already existed.</p>\n<p>Return Json Data\n[\n    {\n        \"organizationId\": 226,\n        \"name\": \"Org 1:1\",\n        \"email\": \"\",\n        \"address\": \"123 Elk St\",\n        \"city\": \"Crested Butte\",\n        \"state\": \"CO\",\n        \"zipCode\": \"89432\",\n        \"phone\": \"1234\",\n        \"billingCode\": \"114466\",\n        \"organizationTypeId\": 5,\n        \"active\": true,\n        \"externalId\": \"org1:1\",\n        \"orgExisted\": false,\n        \"duplicate\": false\n    },\n    {\n        \"organizationId\": 227,\n        \"name\": \"Org 1:2\",\n        \"email\": \"<a href=\"mailto:apiOrg2@x.com\">apiOrg2@x.com</a>\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zipCode\": \"\",\n        \"phone\": \"\",\n        \"billingCode\": \"\",\n        \"organizationTypeId\": 6,\n        \"active\": true,\n        \"externalId\": \"Org 1:2\",\n        \"orgExisted\": false,\n        \"duplicate\": false\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","UpdateOrganizations"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"28557079-e4ae-45b2-b1f7-f863a90c5b38"},{"name":"Get Contacts","id":"cb30bf21-2329-42cb-a449-bb1552dc80cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"contactId\": 0,\r\n    \"email\": \"\",\r\n    \"firstName\": \"\",\r\n    \"lastName\": \"\",\r\n\t\"organizationId\": 39,\r\n    \"externalId\": \"\",\r\n    \"activeOnly\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/Contacts","description":"<p>Gets a list of Contacts. FirstName, LastName and Email must be exact matches. No partial strings when searching. ExternalId returns all Contacts with that ExternalId. OrganizationId returns all contacts for that Organization.</p>\n<p>Return Json Data<br />[<br />{<br />\"firstName\": \"Jane\",<br />\"lastName\": \"Smith\",<br />\"email\": \"\",<br />\"phone\": \"555-5555\",<br />\"disabled\": false,<br />\"active\": true,<br />\"externalId\": \"\",<br />\"contactId\": 26,<br />\"organizationIds\": [<br />1,2<br />],<br />\"isUser\": false,<br />\"userFirstName\": null,<br />\"userLastName\": null,<br />\"userEmail\": null,<br />\"userId\": \"\"<br />},<br />{<br />\"firstName\": \"Jimmy\",<br />\"lastName\": \"Smith\",<br />\"email\": \"<a href>jimmy@a.com</a>\",<br />\"phone\": \"\",<br />\"disabled\": false,<br />\"active\": true,<br />\"externalId\": \"\",<br />\"contactId\": 76,<br />\"organizationIds\": [<br />1,2,3<br />],<br />\"isUser\": false,<br />\"userFirstName\": null,<br />\"userLastName\": null,<br />\"userEmail\": null,<br />\"userId\": \"\"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","Contacts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb30bf21-2329-42cb-a449-bb1552dc80cd"},{"name":"Add Contacts","id":"e4b1714e-0ed2-49ff-b261-0ca301b746f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"firstName\": \"Api:First1\",\r\n        \"lastName\": \"Api:Last1\",\r\n        \"email\": \"api1@a.com\",\r\n        \"phone\": \"555-5555\",\r\n        \"active\": true,\r\n        \"externalId\": \"api:1\"\r\n    },\r\n    {\r\n     \"firstName\": \"Api:First2\",\r\n        \"lastName\": \"Api:Last2\",\r\n        \"email\": \"api2@a.com\",\r\n        \"phone\": \"1234\",\r\n        \"active\": true,\r\n        \"externalId\": \"api:2\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/AddContacts","description":"<p>This call will add a list of contacts. It will only add contacts that do not already exists.\nFirst Name, Last Name and Email are required fields. The data will be returned like below with the newly created ContactId populated and whether the org already existed.</p>\n<p>Return Json Data\n[\n    {\n        \"firstName\": \"Api:First1\",\n        \"lastName\": \"Api:Last1\",\n        \"email\": \"<a href=\"mailto:api1@a.com\">api1@a.com</a>\",\n        \"phone\": null,\n        \"active\": true,\n        \"externalId\": \"api:1\",\n        \"contactId\": 203,\n        \"organizationIds\": null,\n        \"isUser\": false,\n        \"contactExisted\": false,\n        \"duplicate\": false\n    },\n    {\n        \"firstName\": \"Api:First2\",\n        \"lastName\": \"Api:Last2\",\n        \"email\": \"<a href=\"mailto:api2@a.com\">api2@a.com</a>\",\n        \"phone\": null,\n        \"active\": true,\n        \"externalId\": \"api:2\",\n        \"contactId\": 204,\n        \"organizationIds\": null,\n        \"isUser\": false,\n        \"contactExisted\": false,\n        \"duplicate\": false\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","AddContacts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4b1714e-0ed2-49ff-b261-0ca301b746f2"},{"name":"Update Contacts","id":"18b00969-2ddb-4fdb-a2f2-a6cdd6a8a725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"firstName\": \"Api:First1_Update\",\r\n        \"lastName\": \"Api:Last1\",\r\n        \"email\": \"api1@a.com\",\r\n        \"phone\": \"555-5555\",\r\n        \"active\": true,\r\n        \"externalId\": \"api:1\",\r\n        \"contactId\": 203\r\n    },\r\n    {\r\n        \"firstName\": \"Api:First2\",\r\n        \"lastName\": \"Api:Last2_Update\",\r\n        \"email\": \"api2@a.com\",\r\n        \"phone\": \"1234\",\r\n        \"active\": true,\r\n        \"externalId\": \"api:2_Update\",\r\n        \"contactId\": 204\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/UpdateContacts","description":"<p>This call will update a list of contacts. All fields are required to be passed in. </p>\n<p>Return Json Data\n[\n    {\n        \"firstName\": \"Api:First1_Update\",\n        \"lastName\": \"Api:Last1\",\n        \"email\": \"<a href=\"mailto:api1@a.com\">api1@a.com</a>\",\n        \"phone\": \"555-5555\",\n        \"active\": true,\n        \"externalId\": \"api:1\",\n        \"contactId\": 203,\n        \"organizationIds\": null,\n        \"isUser\": false,\n        \"contactExisted\": false,\n        \"duplicate\": false\n    },\n    {\n        \"firstName\": \"Api:First2\",\n        \"lastName\": \"Api:Last2_Update\",\n        \"email\": \"<a href=\"mailto:api2@a.com\">api2@a.com</a>\",\n        \"phone\": \"1234\",\n        \"active\": true,\n        \"externalId\": \"api:2_Update\",\n        \"contactId\": 204,\n        \"organizationIds\": null,\n        \"isUser\": false,\n        \"contactExisted\": false,\n        \"duplicate\": false\n    }\n]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","UpdateContacts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"18b00969-2ddb-4fdb-a2f2-a6cdd6a8a725"},{"name":"Add Organization Contact Association","id":"3e984efa-2026-42bd-a9ce-265ad04071ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    { \r\n    \"organizationId\":232,\r\n    \"contactId\":203\r\n    },\r\n    {\r\n    \"organizationId\":232,\r\n    \"contactId\":204\r\n    },\r\n    {\r\n    \"organizationId\":233,\r\n    \"contactId\":203\r\n    },\r\n    { \r\n    \"organizationId\":232,\r\n    \"contactId\":962\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/AddAssociation","description":"<p>This call will connect a contact to an organization.\nReturns Status 200 OK if successful.</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","AddAssociation"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e984efa-2026-42bd-a9ce-265ad04071ef"},{"name":"Remove Organization Contact Association","id":"d229b710-fc3c-441a-bf50-04095aa1e69c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0814aa233c0b5c751443c8f626e53f5b","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    { \r\n    \"organizationId\":232,\r\n    \"contactId\":203\r\n    },\r\n    {\r\n    \"organizationId\":232,\r\n    \"contactId\":204\r\n    },\r\n    {\r\n    \"organizationId\":233,\r\n    \"contactId\":203\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicOrganization/RemoveAssociation","description":"<p>This call will remove a contact connection from an organization.\nReturns Status 200 OK if successful.</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicOrganization","RemoveAssociation"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d229b710-fc3c-441a-bf50-04095aa1e69c"}],"id":"0ad1077c-f5eb-475c-819f-297ae038a161","_postman_id":"0ad1077c-f5eb-475c-819f-297ae038a161","description":""},{"name":"Invoicing","item":[{"name":"Get Invoicing Departments","id":"d4e96626-9784-410a-92b4-eb1735097792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"ed06668a940942c5ef648746d1c1c3a7","type":"text"}],"url":"http://localhost:53733/api/PublicInvoicing/InvoicingDepartments","description":"<p>Gets a list of Invoicing Departments\nReturn Json Data [{\"id\": 10,\n        \"description\": \"Test\"},{\n        \"id\": 11,\n        \"description\": \"Facilities\"\n}]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicInvoicing","InvoicingDepartments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4e96626-9784-410a-92b4-eb1735097792"},{"name":"Add Deposit","id":"e43a975d-1c5e-4ecc-9fc9-88694e985379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"ed06668a940942c5ef648746d1c1c3a7","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"eventId\": \"N5748\",\r\n\"depositDate\": \"2023-02-08T00:00:00.4673183Z\",\r\n\"amount\": 35.00,\r\n\"paymentType\": 2,\r\n\"invoicingDepartmentId\": 11,\r\n\"referenceNumber\": \"1244\",\r\n\"notes\": \"Notes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicInvoicing/AddDeposit","description":"<p>This call will add a deposit to an event.</p>\n<p>Payment Type values\n Other = 0,\n CreditCard = 1,\n Check = 2,\n Cash = 3,\n EFT = 4,\n Internal = 5</p>\n<p>Returns Json Data\n{\n    \"paymentId\": 109,\n    \"paymentDate\": \"2023-02-08T00:00:00.4673183+00:00\",\n    \"localPaymentDate\": \"2023-02-08T00:00:00\",\n    \"amount\": 35.00,\n    \"paymentType\": 2,\n    \"referenceNumber\": \"1244\",\n    \"notes\": \"Notes\"\n}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicInvoicing","AddDeposit"],"host":["localhost"],"query":[{"disabled":true,"key":"X-API-Key","value":null}],"variable":[]}},"response":[],"_postman_id":"e43a975d-1c5e-4ecc-9fc9-88694e985379"},{"name":"Add Payment","id":"38a75d76-2e3c-46a0-9370-94e6937ba068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"ed06668a940942c5ef648746d1c1c3a7","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"invoiceNumber\": \"1\",\r\n\"paymentDate\": \"2023-02-08T15:00:00.4673183Z\",\r\n\"amount\": \"12.00\",\r\n\"paymentType\": 2,\r\n\"invoicingDepartmentId\": 11,\r\n\"referenceNumber\": \"123\",\r\n\"notes\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicInvoicing/AddPayment","description":"<p>This call will add a payment to an invoice. </p>\n<p>Payment Type values\n Other = 0,\n CreditCard = 1,\n Check = 2,\n Cash = 3,\n EFT = 4,\n Internal = 5</p>\n<p>Returns Json Data\n{\n    \"paymentId\": 108,\n    \"paymentDate\": \"2023-02-08T15:00:00.4673183+00:00\",\n    \"localPaymentDate\": \"2023-02-08T00:00:00\",\n    \"amount\": 12.00,\n    \"paymentType\": 2,\n    \"referenceNumber\": \"123\",\n    \"notes\": \"\"\n}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicInvoicing","AddPayment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38a75d76-2e3c-46a0-9370-94e6937ba068"},{"name":"Get Invoice","id":"b4748f2e-451a-474f-852a-8649f6fcb0ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"17cfcc2291e6976b8b04eb8176912928","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"invoiceNumber\": \"123000329456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicInvoicing/invoice","description":"<p>This call will get an invoice. Must pass in the invoice number.</p>\n<p>Returns Json Data<br />{<br />\"invoiceDate\": \"2023-02-08T07:00:00+00:00\",<br />\"organizationName\": \"Bike Club\",<br />\"contactName\": \"Mike Smith\",<br />\"invoicingDepartment\": \"Facilities\",<br />\"invoicingDepartmentId\": 11,<br />\"invoiceAmount\": 5842.50,<br />\"invoiceBalance\": 5800.50,<br />\"eventId\": \"AB123\",<br />\"eventName\": \"Event A\"<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicInvoicing","invoice"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4748f2e-451a-474f-852a-8649f6fcb0ee"},{"name":"Get Invoices","id":"9bce15dc-1516-49b8-9f72-f96831d29b0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"2282be2f20fe40c6056cb739c7cb4f70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"start\": \"2024-10-26T15:30:00.000-06:00\",\r\n    \"end\": \"2025-10-26T15:30:00.000-06:00\",\r\n    \"invoicingDepartmentId\": 1,\r\n    \"organizationId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicInvoicing/getinvoices","description":"<p>This call will get invoices. Must pass in the Start and End dates. Either (InvoicingDepartmentId or OrganizationId) must also be passed in but not both.</p>\n<p>Returns Json Data<br />[<br />{<br />\"invoiceNumber\": \"123000369456\",<br />\"invoiceDate\": \"2025-02-28T05:00:00+00:00\",<br />\"organizationName\": \"Basket Weavers\",<br />\"contactName\": \"Robert Green (<a href=\"https://mailto:rob@gomazevo.com\">rob@gomazevo.com</a>)\",<br />\"invoicingDepartment\": \"Test Department\",<br />\"invoicingDepartmentId\": 1,<br />\"invoiceAmount\": 39.60,<br />\"invoiceBalance\": 39.60,<br />\"eventId\": null,<br />\"eventName\": \"MeetingX\",<br />\"eventNumber\": \"N9047\",<br />\"billingCode\": null<br />},<br />{<br />\"invoiceNumber\": \"123000370456\",<br />\"invoiceDate\": \"2025-04-04T04:00:00+00:00\",<br />\"organizationName\": \"Basket Weavers\",<br />\"contactName\": \"Robert Green (<a href=\"https://mailto:rob@gomazevo.com\">rob@gomazevo.com</a>)\",<br />\"invoicingDepartment\": \"Test Department\",<br />\"invoicingDepartmentId\": 1,<br />\"invoiceAmount\": 36.00,<br />\"invoiceBalance\": 36.00,<br />\"eventId\": null,<br />\"eventName\": \"MeetingX\",<br />\"eventNumber\": \"C2386\",<br />\"billingCode\": null<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicInvoicing","getinvoices"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bce15dc-1516-49b8-9f72-f96831d29b0a"}],"id":"3340c257-f3d9-4908-a77b-ea873d1757e0","_postman_id":"3340c257-f3d9-4908-a77b-ea873d1757e0","description":""},{"name":"Advanced","item":[{"name":"Users","item":[{"name":"Get Security Policies","id":"c4200d29-8ea4-4a2c-8330-fccb5ec568cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"17cfcc2291e6976b8b04eb8176912928","type":"text"}],"url":"http://localhost:53733/api/PublicUsers/SecurityPolicies","description":"<p>This call will return a list of requester security policies.</p>\n<p>Returns Json Data [{ \"securityPolicyId\": 1, \"description\": \"Faculty\"}, { \"securityPolicyId\": 2, \"description\": \"Student\" }]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicUsers","SecurityPolicies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4200d29-8ea4-4a2c-8330-fccb5ec568cf"},{"name":"Get New Requesters","id":"b92cbeb3-0d57-47b1-8c3a-5295a4661274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"c4f04a7fe8d60fe7f24dbb43c9854f53","type":"text"}],"url":"http://localhost:53733/api/PublicUsers/NewRequesters","description":"<p>This call will return a list of new requesters. Only available for customers who use Single SIgn On.</p>\n<p>Returns Json Data [{ \"email\": \"<a href=\"https://mailto:john@gomazevo.com\">john@gomazevo.com</a>\", \"securityPolicyId\": 1 }, { \"email\": \"<a href=\"https://mailto:sally@gomazevo.com\">sally@gomazevo.com</a>\", \"securityPolicyId\": 2 }]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicUsers","NewRequesters"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b92cbeb3-0d57-47b1-8c3a-5295a4661274"},{"name":"Get Requester","id":"92fbb3e4-5b0a-4bd4-b61c-8f52aab120fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-APi-Key","value":"d3103fe594ea06d84d40d1fc137cdcd0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john@gomazevo.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicUsers/GetRequester","description":"<p>This call will return a requester's basic information.</p>\n<p>Returns Json Data { \"email\": \"<a href=\"https://mailto:john@gomazevo.com\">john@gomazevo.com</a>\", \"firstName\": \"John\", \"lastName\": \"Smith\", \"phoneNumber\": \"12345\", \"securityPolicyId\": 1 }</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicUsers","GetRequester"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"92fbb3e4-5b0a-4bd4-b61c-8f52aab120fc"},{"name":"Update Requester","id":"22a4b105-996f-4e6c-b3a9-2cdaca8a6cd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-APi-Key","value":"f254014a294beea2e9b22ccaf6b44912"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john@gomazevo.com\",\r\n    \"newFirstName\": \"John\",\r\n    \"newLastName\": \"Smith\",\r\n    \"newPhoneNumber\": \"12345\",\r\n    \"newSecurityPolicyId\": 0,\r\n    \"disabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicUsers/UpdateRequester","description":"<p>This call will update a requester's basic information. This is only available for customers not using Single Sign On.</p>\n<p>Returns Json Data { \"email\": \"<a href=\"https://mailto:john@gomazevo.com\">john@gomazevo.com</a>\", \"firstName\": \"John\", \"lastName\": \"Smith\", \"phoneNumber\": \"12345\", \"securityPolicyId\": 1, \"disabled\":false }</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicUsers","UpdateRequester"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"22a4b105-996f-4e6c-b3a9-2cdaca8a6cd5"},{"name":"Update Requester SSO","id":"f20c83fa-37fc-4dac-9b0b-22b401d209fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-APi-Key","value":"g19014a294bbea2e9b22ccaf6a749b5"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john@gomazevo.com\",\r\n    \"newSecurityPolicyId\": 2,\r\n    \"disabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicUsers/UpdateRequesterSSO","description":"<p>This call will update a requester's security policy. This is only available for customers using Single Sign On.</p>\n<p>Returns Json Data { \"email\": \"<a href=\"https://mailto:john@gomazevo.com\">john@gomazevo.com</a>\", \"firstName\": \"John\", \"lastName\": \"Smith\", \"phoneNumber\": \"12345\", \"securityPolicyId\": 2, \"disabled\":false }</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicUsers","UpdateRequesterSSO"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f20c83fa-37fc-4dac-9b0b-22b401d209fb"}],"id":"67d47071-3ba8-4192-9179-208ca010f695","_postman_id":"67d47071-3ba8-4192-9179-208ca010f695","description":""},{"name":"Requests","item":[{"name":"Authenticate","id":"76073c4b-5f59-4c04-b35e-f5911dfc88ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"711fce527d9dd84625d05db02c6ab6ce","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"joe@myorganization.com\",\r\n    \"securityPolicyId\": 1,\r\n    \"firstName\": \"\",\r\n    \"lastName\": \"\",\r\n    \"autoCreateContact\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicRequest/Authenticate","description":"<p>This call will return a bearer token to be used to make other calls in the Requests folder. It also returns the ContactId for the email passsed in.  </p>\n<p>If you set AutoCreateContact to true then you must pass in a First and Last name associated with the email that is pased in. This option is for a contact email that does not exist in the system yet.</p>\n<p>Returns Json Data {\"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6Imd0bWFuMTJAZ21haWwuY29tIiwibmFtZWlkIjoiY2hyaXMgZ3RtYW4iLCJDb250YWN0SWQiOiIyMyIsIlNlY3VyaXR5UG9saWN5SWQiOiI0MiIsImV4cCI6MTcwOTIyNzIyNywiaXNzIjoiaHR0cDovL2xvY2FsaG9zdDo1MzczMy8iLCJhdWQiOiJodHRwOi8vbG9jYWxob3N0OjUzNzMzLyJ9.2HLHo1bQdu5HsfODDM67LX5M0mAbiYwj8DvwjgEFAtA\",<br />\"contactId\":23,<br />\"error\":null}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicRequest","Authenticate"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76073c4b-5f59-4c04-b35e-f5911dfc88ee"},{"name":"Cancel Booking","event":[{"listen":"test","script":{"id":"0b05df8b-2c4f-483c-a8e3-d3db5632b3b1","exec":["{\r","    \"success\": true\r","}"],"type":"text/javascript"}}],"id":"04bd2956-e6b2-47fe-865c-213cf03db198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"X-API-Key","value":"711fce527d9dd84645d05db02c6ab6cd","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicRequest/CancelBooking/12","description":"<p>Cancels a booking. Pass in the booking id in the GET url.<br />Requires the token from the Autheticate call as a bearer token. (Token includes the contact)</p>\n<p>Return Json Data<br />{<br />\"errror\": \"\",<br />\"success\": \"true\",<br />\"message\": \"\"<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicRequest","CancelBooking","12"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"04bd2956-e6b2-47fe-865c-213cf03db198"},{"name":"Create Booking","id":"2230c0c9-9ed4-4a69-a637-3cfe7534dfe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"X-API-Key","value":"611fce527d9dd84645d05db02c6ab6ce","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"eventName\": \"New Event\",\r\n    \"attendance\": 1,\r\n    \"roomId\": 50,\r\n    \"startDateTime\": \"2024-03-23T15:00:00.0Z\",\r\n    \"endDateTime\": \"2024-03-23T16:00:00.0Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicRequest/CreateBooking","description":"<p>This will create a booking.</p>\n<p>Requires the token from the Autheticate call as a bearer token. (Token includes the contact)</p>\n<p>Returns Json Data</p>\n<p>If the booking is not cretaed it will return success as false with a message explaining what security policy violation occurred.</p>\n<p>{\"success\":false,\"bookingId\":0,\"error\":\" Booking not allowed after Sun, Mar 31, 2024\"}</p>\n<p>If the booking is created it will return the JSON below with a valid BookingId.<br />{\"success\":true,\"bookingId\":589844,\"error\":null}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicRequest","CreateBooking"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2230c0c9-9ed4-4a69-a637-3cfe7534dfe2"},{"name":"Get My Bookings","id":"d47931f2-75c6-4b9a-bcf1-0c2ca0b8d500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"X-API-Key","value":"deacc122c4f8301df4339e08c6b71c3b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"2024-02-23T15:00:00.0Z\",\r\n    \"endDate\": \"2024-03-23T15:00:00.0Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicRequest/GetMyBookings","description":"<p>This gets the bookings for a contact.<br />Requires the token from the Autheticate call as a bearer token. (Token includes the contact)<br />If StartDate and EndDate POST parameters are null then only all future bookings will be returned.</p>\n<p>Returns JSON Data</p>\n<p>[<br />{<br />\"bookingId\": 589803,<br />\"eventName\": \"Study Group\",<br />\"dateTimeStart\": \"2025-02-14T09:00:00\",<br />\"dateTImeEnd\": \"2025-02-15T07:00:00\",<br />\"building\": \"Conifer\",<br />\"room\": \"Room A \"<br />},<br />{<br />\"bookingId\": 589805,<br />\"eventName\": \"Study Group\",<br />\"dateTimeStart\": \"2025-02-15T09:30:00\",<br />\"dateTImeEnd\": \"2025-02-15T10:30:00\",<br />\"building\": \"Conifer\",<br />\"room\": \"Room A \"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicRequest","GetMyBookings"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d47931f2-75c6-4b9a-bcf1-0c2ca0b8d500"},{"name":"Get My Rooms","id":"6291ebf9-eb0b-4902-bd5a-a941d757bff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"X-API-Key","value":"211fce527d9dd84644d05db02c6ab6ce","type":"text"}],"url":"http://localhost:53733/api/PublicRequest/GetMyRooms","description":"<p>Get a list of the contacts rooms.<br />Requires the token from the Autheticate call as a bearer token. (Token includes the contact)</p>\n<p>Returns JSON Data<br />[<br />{<br />\"buildingId\": 30,<br />\"buildingDescription\": \"Castle Rock\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"rooms\": [</p>\n<p>{<br />\"roomId\": 179,<br />\"roomDescription\": \"CR Always Available\",<br />\"timeZone\": null,<br />\"roomType\": null,<br />\"minCapacity\": 0,<br />\"maxCapacity\": 0<br />},<br />{<br />\"roomId\": 253,<br />\"roomDescription\": \"CR Ballroom \",<br />\"timeZone\": null,<br />\"roomType\": null,<br />\"minCapacity\": 0,<br />\"maxapacity\": 350<br />}<br />]<br />},<br />{<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Conifer\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"rooms\": [<br />{<br />\"roomId\": 86,<br />\"roomDescription\": \"Ballroom with Image\",<br />\"timeZone\": null,<br />\"roomType\": \"Multi-purpose\",<br />\"minCapacity\": 0,<br />\"maxCapacity\": 50<br />},</p>\n<p>]<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicRequest","GetMyRooms"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6291ebf9-eb0b-4902-bd5a-a941d757bff2"},{"name":"Get API Version","id":"c71016e5-e71d-45b7-8e0b-a054fe1c6790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:53733/api/PublicRequest/ApiVersion","description":"<p>Returs a string with the API Version number.</p>\n<p>Example: \"1.0.0.0\"</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicRequest","ApiVersion"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c71016e5-e71d-45b7-8e0b-a054fe1c6790"}],"id":"04590676-94c7-48e8-b10c-0d5793b71d70","_postman_id":"04590676-94c7-48e8-b10c-0d5793b71d70","description":""}],"id":"e9439600-aee7-4b6a-a377-da9f0c64e493","_postman_id":"e9439600-aee7-4b6a-a377-da9f0c64e493","description":""},{"name":"External Service Providers","item":[{"name":"Get External Service Provider","id":"26156d30-60dd-439a-8080-856b527aa51e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"0f593a4cc306997b150930c987461dae","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:53733/api/PublicConfiguration/ExternalServiceProvider","description":"<p>Gets a list of External Service Providers</p>\n<p>Return Json Data<br />{<br />\"id\": 83,<br />\"description\": \"Jamix SP\",<br />\"disabled\": false<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","ExternalServiceProvider"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"26156d30-60dd-439a-8080-856b527aa51e"},{"name":"Get External Resources","id":"b25f9631-4fa3-4970-973c-fb11652c4f68","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"0f593a4cc306997b150930c987461dae","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:53733/api/PublicConfiguration/ExternalResources","description":"<p>Gets a list of External Resources</p>\n<p>Return Json Data<br />[<br />{<br />\"resourceId\": 1142,<br />\"description\": \"Jamix Donuts\",<br />\"resourceGroupingId\": 0,<br />\"resourceGrouping\": null,<br />\"inventory\": 0,<br />\"requestable\": false,<br />\"notes\": \"\",<br />\"externalId\": \"abcd\",<br />\"externalType\": \"1234\"<br />},<br />{<br />\"resourceId\": 1143,<br />\"description\": \"Jamix Coffee\",<br />\"resourceGroupingId\": 0,<br />\"resourceGrouping\": null,<br />\"inventory\": 0,<br />\"requestable\": false,<br />\"notes\": \"\",<br />\"externalId\": \"4567\",<br />\"externalType\": \"zzzz\"<br />},<br />{<br />\"resourceId\": 1149,<br />\"description\": \"Jamix Bagels (plain)\",<br />\"resourceGroupingId\": 0,<br />\"resourceGrouping\": null,<br />\"inventory\": 0,<br />\"requestable\": false,<br />\"notes\": \"with shmear\",<br />\"externalId\": \"xsxs\",<br />\"externalType\": \"1234\"<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","ExternalResources"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b25f9631-4fa3-4970-973c-fb11652c4f68"},{"name":"Add External Resource","id":"2bf1b40f-5504-4d7b-a3a4-40c154685265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0f593a4cc306997b150930c987461dae","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Jamix Rolls\",\r\n    \"notes\": \"jelly rolls only\",\r\n    \"externalId\": \"jro\",\r\n    \"externalType\": \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicConfiguration/AddExternalResource","description":"<p>Adds an External Resource</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","AddExternalResource"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bf1b40f-5504-4d7b-a3a4-40c154685265"},{"name":"Update External Resource","id":"48ef41cc-b0a4-4d8c-b370-1b5980003c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"0f593a4cc306997b150930c987461dae","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"resourceId\": 1149,\r\n    \"description\": \"Jamix Bagels (plain)\",\r\n    \"notes\": \"with shmear\",\r\n    \"externalId\": \"xsxs\",\r\n    \"externalType\": \"1234\",\r\n    \"disabled\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicConfiguration/UpdateExternalResource","description":"<p>Updates an External Resource</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","UpdateExternalResource"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"48ef41cc-b0a4-4d8c-b370-1b5980003c73"},{"name":"Get Events With External Resources","id":"c6e4fc1a-1215-452f-a4a8-f3e3cf4a5b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"e3b79a85fb23873671bb8c92bb54192f","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"start\": \"2024-10-16T00:00:00-06:00\",\r\n    \"end\": \"2024-11-22T00:00:00-06:00\",\r\n    \"buildingIds\": [],\r\n    \"roomIds\": [],\r\n    \"eventTypeIds\": [],\r\n    \"statusIds\": [],\r\n    \"minDateChanged\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicEvent/geteventswithexternalresources","description":"<p>Get Events With External Resources</p>\n<ul>\n<li>Only pass in the \"minDateChanged\" parameter if you want results for bookings that have been created or changed since the \"minDateChanged\" date. Changed bookings are for critical booking information only like date, time, status or room.</li>\n</ul>\n<p>Return Json Data<br />[<br />{<br />\"bookingDetails\": [<br />{<br />\"externalId\": \"4567\",<br />\"externalType\": \"zzzz\",<br />\"bookingId\": 595529,<br />\"bookingDetailId\": 13838,<br />\"resourceId\": 1143,<br />\"resource\": \"Jamix Coffee\",<br />\"serviceProvider\": \"Jamix SP\",<br />\"serviceProviderId\": 83,<br />\"quantity\": 1.00,<br />\"notes\": \"\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />}<br />],<br />\"collectionId\": 15939,<br />\"eventName\": \"Ops Service Views\",<br />\"eventNumber\": \"Z7294\",<br />\"organizationName\": \"Bike Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"chris gtman\",<br />\"contactId\": 23,<br />\"bookingId\": 595529,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A \",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Conifer\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2024-11-20T13:00:00-07:00\",<br />\"dateTimeEnd\": \"2024-11-20T17:00:00-07:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Confirmed\",<br />\"statusColor\": \"#22b14c\",<br />\"statusId\": 1,<br />\"bookingPrivate\": false,<br />\"setupStyle\": \"Hollow Square\",<br />\"setupCount\": 1,<br />\"setupNotes\": null,<br />\"dateChanged\": \"2024-12-03T15:49:00+00:00\",<br />\"componentRoomIds\": null,<br />\"hasDiagram\": false,<br />\"externalData\": null,<br />\"eventCoordinator\": null,<br />\"eventCoordinatorUserIds\": null<br />},<br />{<br />\"bookingDetails\": [<br />{<br />\"externalId\": \"4567\",<br />\"externalType\": \"zzzz\",<br />\"bookingId\": 595530,<br />\"bookingDetailId\": 13839,<br />\"resourceId\": 1143,<br />\"resource\": \"Jamix Coffee\",<br />\"serviceProvider\": \"Jamix SP\",<br />\"serviceProviderId\": 83,<br />\"quantity\": 1.00,<br />\"notes\": \"\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />}<br />],<br />\"collectionId\": 15939,<br />\"eventName\": \"Ops Service Views\",<br />\"eventNumber\": \"Z7294\",<br />\"organizationName\": \"Bike Club\",<br />\"organizationId\": 39,<br />\"userId\": \"b8a437cd-e0fc-464a-86f0-4c4d1dca631d\",<br />\"contactName\": \"chris gtman\",<br />\"contactId\": 23,<br />\"bookingId\": 595530,<br />\"roomId\": 50,<br />\"roomDescription\": \"Room A \",<br />\"buildingId\": 3,<br />\"buildingDescription\": \"Conifer\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 0,<br />\"dateTimeStart\": \"2024-11-21T15:00:00-07:00\",<br />\"dateTimeEnd\": \"2024-11-21T16:00:00-07:00\",<br />\"teardownMinutes\": 0,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"Meeting\",<br />\"eventTypeId\": 2,<br />\"statusDescription\": \"Confirmed\",<br />\"statusColor\": \"#22b14c\",<br />\"statusId\": 1,<br />\"bookingPrivate\": false,<br />\"setupStyle\": \"Hollow Square\",<br />\"setupCount\": 1,<br />\"setupNotes\": null,<br />\"dateChanged\": \"2024-11-20T22:04:00+00:00\",<br />\"componentRoomIds\": null,<br />\"hasDiagram\": false,<br />\"externalData\": null,<br />\"eventCoordinator\": null,<br />\"eventCoordinatorUserIds\": null<br />},<br />{<br />\"bookingDetails\": [<br />{<br />\"externalId\": \"xsxs\",<br />\"externalType\": \"1234\",<br />\"bookingId\": 595475,<br />\"bookingDetailId\": 13753,<br />\"resourceId\": 1149,<br />\"resource\": \"Jamix Bagels (plain)\",<br />\"serviceProvider\": \"Jamix SP\",<br />\"serviceProviderId\": 83,<br />\"quantity\": 1.00,<br />\"notes\": \"with shmear\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />},<br />{<br />\"externalId\": \"4567\",<br />\"externalType\": \"zzzz\",<br />\"bookingId\": 595475,<br />\"bookingDetailId\": 13754,<br />\"resourceId\": 1143,<br />\"resource\": \"Jamix Coffee\",<br />\"serviceProvider\": \"Jamix SP\",<br />\"serviceProviderId\": 83,<br />\"quantity\": 1.00,<br />\"notes\": \"\",<br />\"specialInstructions\": null,<br />\"serviceStartTime\": null,<br />\"serviceEndTime\": null<br />}<br />],<br />\"collectionId\": 15885,<br />\"eventName\": \"Meeting EETTy\",<br />\"eventNumber\": \"N1278\",<br />\"organizationName\": \"Basket Weavers\",<br />\"organizationId\": 259,<br />\"userId\": \"5f30a7f0-5afe-48ba-8c61-7aad341f7ce3\",<br />\"contactName\": \"S N\",<br />\"contactId\": 11,<br />\"bookingId\": 595475,<br />\"roomId\": 65,<br />\"roomDescription\": \"blue room\",<br />\"buildingId\": 1,<br />\"buildingDescription\": \"Student Center\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"setupMinutes\": 15,<br />\"dateTimeStart\": \"2024-10-16T14:00:00-06:00\",<br />\"dateTimeEnd\": \"2024-10-16T15:00:00-06:00\",<br />\"teardownMinutes\": 15,<br />\"customerAccessMinutes\": 0,<br />\"booked\": true,<br />\"eventType\": \"\",<br />\"eventTypeId\": 0,<br />\"statusDescription\": \"Confirmed\",<br />\"statusColor\": \"#22b14c\",<br />\"statusId\": 1,<br />\"bookingPrivate\": false,<br />\"setupStyle\": \"\",<br />\"setupCount\": 0,<br />\"setupNotes\": \"\",<br />\"dateChanged\": \"2024-10-16T17:45:00+00:00\",<br />\"componentRoomIds\": null,<br />\"hasDiagram\": false,<br />\"externalData\": null,<br />\"eventCoordinator\": null,<br />\"eventCoordinatorUserIds\": null<br />}<br />]</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicEvent","geteventswithexternalresources"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6e4fc1a-1215-452f-a4a8-f3e3cf4a5b10"}],"id":"6bea03b5-c45e-4f8c-be89-324ada5ec92e","_postman_id":"6bea03b5-c45e-4f8c-be89-324ada5ec92e","description":""},{"name":"Buildings/Rooms","item":[{"name":"Add Bulding","id":"91645229-8e22-449c-95ff-15034af27cba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"438a319862dfe00a645478032317abd5","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Building ABC\",\r\n    \"externalId\": \"B-ABC\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicConfiguration/AddBuilding","description":"<p>Adds a Building. Both Description and ExternalId are required.</p>\n<p>Returns JSON</p>\n<p>{<br />\"buildingId\": 174,<br />\"description\": \"Building ABC\",<br />\"timeZone\": \"Mountain Standard Time\",<br />\"externalId\": \"B-ABC\"<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","AddBuilding"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"91645229-8e22-449c-95ff-15034af27cba"},{"name":"Add Room","id":"560421f1-0f56-4dd6-8840-2d3dd42f18a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"438a319862dfe00a645478032317abd5","type":"text"}],"body":{"mode":"raw","raw":"    \"description\": \"Room 100\",\r\n    \"externalId\": \"rm100\",\r\n    \"buildingId\": 0,\r\n    \"buildingExternalId\": \"bldg1\",\r\n    \"roomTypeId\": 7,\r\n    \"minCapacity\": 0,\r\n    \"maxCapacity\": 100,\r\n    \"setupMinutes\": 15,\r\n    \"teardownMinutes\": 30,\r\n    \"notes\": \"\",\r\n    \"internalNotes\": \"internal notes here\",\r\n    \"alert\": \"\",\r\n    \"numberOfRoomCards\": 0,\r\n    \"requestable\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicConfiguration/AddRoom","description":"<p>Adds a Room. Both Description and ExternalId are required. Either BuildingId or BuildingExternalId is required.</p>\n<p>Returns JSON</p>\n<p>{<br />\"roomId\": 970,<br />\"externalId\": \"rm100\",<br />\"description\": \"Room 100\",<br />\"roomTypeId\": 7,<br />\"roomType\": \"Meeting\",<br />\"buildingId\": 3,<br />\"buildingExternalId\": \"bldg1\",<br />\"buildingDescription\": \"Building 1\",<br />\"minCapacity\": 0,<br />\"maxCapacity\": 100,<br />\"setupMinutes\": 15,<br />\"teardownMinutes\": 30,<br />\"notes\": \"\",<br />\"internalNotes\": \"internal notes here\",<br />\"alert\": \"Room had now heat\",<br />\"numberOfRoomCards\": 2,<br />\"requestable\": true<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","AddRoom"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"560421f1-0f56-4dd6-8840-2d3dd42f18a5"},{"name":"Update Room","id":"bd4a7c05-f205-4d23-8c07-1e09af989c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-API-Key","value":"438a319862dfe00a645478032317abd5","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"roomId\": 0,\r\n    \"description\": \"Room 100\",\r\n    \"externalId\": \"rm100\",\r\n    \"roomTypeId\": 7,\r\n    \"minCapacity\": 0,\r\n    \"maxCapacity\": 50,\r\n    \"setupMinutes\": 0,\r\n    \"teardownMinutes\": 0,\r\n    \"notes\": \"\",\r\n    \"internalNotes\": \"\",\r\n    \"alert\": \"Room is dark\",\r\n    \"numberOfRoomCards\": 0,\r\n    \"requestable\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:53733/api/PublicConfiguration/UpdateRoom","description":"<p>Updates a Room. Both Description and ExternalId are required. Must pass in a valid RoomId or ExternalID.<br />Either BuildingId or BuildingExternalId is required.</p>\n<p>Returns JSON</p>\n<p>{<br />\"roomId\": 970,<br />\"externalId\": \"rm100\",<br />\"description\": \"Room 100\",<br />\"roomTypeId\": 7,<br />\"roomType\": \"Meeting\",<br />\"buildingId\": 3,<br />\"buildingExternalId\": \"bldg1\",<br />\"buildingDescription\": \"Building 1\",<br />\"minCapacity\": 0,<br />\"maxCapacity\": 100,<br />\"setupMinutes\": 15,<br />\"teardownMinutes\": 30,<br />\"notes\": \"\",<br />\"internalNotes\": \"internal notes here\",<br />\"alert\": \"Room had now heat\",<br />\"numberOfRoomCards\": 2,<br />\"requestable\": true<br />}</p>\n","urlObject":{"protocol":"http","port":"53733","path":["api","PublicConfiguration","UpdateRoom"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd4a7c05-f205-4d23-8c07-1e09af989c49"}],"id":"cfaa9c04-c9a7-4489-97c8-9a25637ca60f","_postman_id":"cfaa9c04-c9a7-4489-97c8-9a25637ca60f","description":""}]}